-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
2 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |