-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
executable file
·48 lines (46 loc) · 1.44 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
# Theme settings
doks:
baseurl:
color_theme: # Available themes: blue (default), green, purple, red and yellow
header:
logo:
text: The Product Space 🚀
image:
nav:
- item_name: Plays
item_url: '/plays'
- item_name: Tools
item_url: '/tools'
footer:
content:
logo:
text: The Product Space
image:
copyright: Copyright © 2018. <a href="https://krumhausen.com/">Krumhausen Consulting</a><br> All rights reserved.
social_list:
- network_name: github
profile_url: 'https://github.com/mrkrumhausen/product-space'
- network_name: linkedin
profile_url: 'https://linkedin.com/in/krumhausen/'
# - network_name: twitter
# profile_url: '#'
# - network_name: instagram
# profile_url: '#'
# - network_name: youtube
# profile_url: '#'
google_analytics:
tracking_code: UA-10127534-3
comments:
disqus_forum_shortname: # Add your disqus forum shortname to activate comments
# SASS settings
sass:
sass_dir: ./doks-theme/_sass
style: :compressed
# Jekyll settings
layouts_dir: ./doks-theme/_layouts
includes_dir: ./doks-theme/_includes
exclude: [ 'README.md', 'CHANGELOG.md' ]
permalink: /:title/
plugins:
- jekyll-seo-tag
- jekyll-sitemap