-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
49 lines (42 loc) · 1.25 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
45
46
47
48
49
# Site title will be used everywhere
title: Recipes
description: > # this means to ignore newlines until "baseurl:"
Favorite recipes
# Final root url of the site. No ending slash. No subdirectory
# url: https://riverscapes.github.io
# If the site is in a subdirectory you should do it like this: "/subdirectory". Otherwise ""
# baseurl: "/TemplateDocs"
# When serving locally what port should we use:
port: 4001
# Markdown style
markdown: kramdown
# Syntax highlighter.
highlighter: rouge
# Choosing "default" layout means we don't need a "layout:default" in all our
# front matter
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
# Files/Folders to exclude from publishing
exclude:
- src
- LICENSE
- README.md
- _config.yml
# Where our layouts and templates are stored
layouts_dir: src/_layouts
includes_dir: src/_includes
# These are theme settings that will be used to turn features on and off
# They are not part of Jekyll, they are entirely custom.
settings:
# Turn the automatically generated page contents on and off
autoPageContents:
active: true
onHome: false
# Options for the sidebar menu
sideMenu:
homeItem: false
startExpanded: true