Skip to content

Commit

Permalink
Basic
Browse files Browse the repository at this point in the history
i
  • Loading branch information
steadramon committed Mar 8, 2024
1 parent d8971ee commit 679e2a1
Showing 1 changed file with 2 additions and 58 deletions.
60 changes: 2 additions & 58 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,59 +1,3 @@
# Site title and subtitle. This is used in _includes/header.html
title: 'ESPGeiger'
subtitle: 'Painless documentation for your projects'

# if you wish to integrate disqus on pages set your shortname here
disqus_shortname: ''

# if you use google analytics, add your tracking id here
google_analytics_id: ''

# Enable/show navigation. There are there options:
# 0 - always hide
# 1 - always show
# 2 - show only if posts are present
navigation: 1

# URL to source code, used in _includes/footer.html
codeurl: 'https://github.com/steadramon/ESPGeiger'

# Default categories (in order) to appear in the navigation
sections: [
['doc', 'Documentation'],
['tut', 'Tutorial'],
['ref', 'Reference'],
['dev', 'Developers'],
['post', 'Posts']
]

# Keep as an empty string if served up at the root. If served up at a specific
# path (e.g. on GitHub pages) leave off the trailing slash, e.g. /my-project
baseurl: ''

# Dates are not included in permalinks
permalink: none

# Syntax highlighting
highlighter: rouge

# Since these are pages, it doesn't really matter
future: true

# Exclude non-site files
exclude: ['bin', 'README.md']

# Use the kramdown Markdown renderer
markdown: kramdown
redcarpet:
extensions: [
'no_intra_emphasis',
'fenced_code_blocks',
'autolink',
'strikethrough',
'superscript',
'with_toc_data',
'tables',
'hardwrap'
]

title: "Remote theme example"
remote_theme: just-the-docs/just-the-docs
color_scheme: "dark"

0 comments on commit 679e2a1

Please sign in to comment.