-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
41 lines (41 loc) · 1.74 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
# -----------------------------------------------------------------------------
# Jekyll site settings, see _data/settings.yml for Yolo settings
# -----------------------------------------------------------------------------
# baseurl: The sub-path your site is hosted from, for example: /blog
# -----------------------------------------------------------------------------
baseurl: ""
# -----------------------------------------------------------------------------
# url: The protocol and hostname for your site, for example: https://corbs.io
# -----------------------------------------------------------------------------
url: ""
# -----------------------------------------------------------------------------
# markdown: The markdown processor to use, kramdown is the jekyll default.
# -----------------------------------------------------------------------------
markdown: kramdown
#kramdown:
# syntax_highlighter: rouge
# # Rouge Options › https://github.com/jneen/rouge#full-options
# syntax_highlighter_opts:
# css_class: highlight
# span:
# line_numbers: false
# block:
# line_numbers: true
# start_line: 1
# -----------------------------------------------------------------------------
# exclude: List of files and folders to exclude from jekyll
# -----------------------------------------------------------------------------
exclude:
- "README.md"
- "Makefile"
- "Containerfile"
- "src/"
- "docs/"
# -----------------------------------------------------------------------------
# sass_dir: Folder that contains sass/scss files to be processed
# style: compressed or expanded css generation
# -----------------------------------------------------------------------------
sass:
sass_dir: _sass
style: expanded
sourcemap: always