forked from damionx7/Zettel-Notes-Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
44 lines (39 loc) · 1.39 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
title: Zettel Notes Documentation
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Documentation for Zettel Notes : Markdown note taking app for android
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
github_username: damionx7
# Aux links for the upper right navigation
aux_links:
"Contribute on GitHub!":
- "https://github.com/damionx7/Zettel-Notes-Documentation/"
# Makes Aux links open in a new tab. Default is false
aux_links_new_tab: false
# Heading anchor links appear on hover over h1-h6 tags in page content
# allowing users to deep link to a particular heading on a page.
#
# Supports true (default) or false
heading_anchors: true
gh_edit_link: true
gh_edit_link_text: "Edit this page on GitHub"
gh_edit_view_mode: "edit" # "tree" or "edit" if you want the user to jump into the editor immediately
gh_edit_branch: "master" # the branch that your docs is served from
gh_edit_repository: "https://github.com/damionx7/Zettel-Notes-Documentation" # the github URL for your repo
# Build settings
theme: "just-the-docs"
#remote_theme: pmarsceill/just-the-docs
color_scheme: "light"
search_enabled: true
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/