forked from SBNSoftware/SBNSoftware.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
77 lines (66 loc) · 1.55 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# theme: bulma-clean-theme
remote_theme: chrisrhymes/bulma-clean-theme
title: SBN Software Wiki
tagline: SBN Software Wiki
description: A wiki for documentation of the SBN Software packages.
baseurl: "" # the subpath of your site, e.g. /blog
# favicon: /images/sbn_logo.jpg
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-github-metadata
- kramdown
- rouge
- jekyll-site-tree
exclude:
- Gemfile
- clean-theme.gemspec
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
livereload: true
sass:
style: compressed
source_dir: _sass
#google_analytics: UA-code-here
defaults:
-
scope:
path: ""
type: "pages"
values:
show_sidebar: false
hero_height: is-small
# favicon: /images/sbn_logo.jpg
hero_height: is-small
show_sidebar: false
lang: en
hide_footer: true
# -
# scope:
# path: ""
# type: "posts"
# values:
# author: "C.S. Rhymes"
# layout: post
# image: https://via.placeholder.com/1200x800
# show_sidebar: true
markdown: kramdown
highlighter: rouge
syntax_highlighter: rouge
site_tree.file: map.md
# site_tree.collapse = true
# hide status error pages (404.html, 287.html, ...) & any js, css, json... files from the site tree.
# site_tree.exclude:
# - /\d+\.[^\/]+$
# - \.(js|css|json|xml|png|jpeg|jpg|art|ant|ico)$
footer_menu: example_footer_menu
collections:
# products:
# output: true
# layout: product
# image: https://via.placeholder.com/800x600
# show_sidebar: false