-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
37 lines (35 loc) · 1.12 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
# Theme settings
doks:
baseurl: /github-cloud-native-workshop
color_theme: blue # Available themes: blue (default), green, purple, red and yellow
header:
logo:
text: BoxBoat Cloud-Native Workshop with GitHub
image: false
nav:
- item_name: Resources
item_url: '/resources'
footer:
content:
logo:
text:
image: true
copyright: Copyright © 2022. - BoxBoat, an IBM Company <br>All rights reserved.
social_list:
- network_name: twitter
profile_url: 'https://twitter.com/boxboat'
- network_name: linkedin
profile_url: 'https://www.linkedin.com/company/boxboat/'
google_analytics:
tracking_code:
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/