-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·52 lines (47 loc) · 1.5 KB
/
_config.yml
File metadata and controls
executable file
·52 lines (47 loc) · 1.5 KB
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
# Theme settings
doks:
baseurl:
color_theme: red # Available themes: blue (default), green, purple, red and yellow
header:
logo:
text: Learn EO
image:
# nav:
# - item_name: Item 1
# item_url: '#'
# - item_name: Item 2
# item_url: '#'
# - item_name: Item 3
# item_url: '#'
footer:
content:
logo:
text: A project of OpenSpaceData.org
image:
copyright: Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 4.0 International license.
social_list:
- network_name: home
profile_url: 'https://www.openspacedata.org/'
- network_name: twitter
profile_url: 'https://twitter.com/openspacedata1'
- network_name: github
profile_url: 'https://github.com/OpenSpaceData'
google_analytics:
tracking_code: # Add your Google Analytics tracking code to activate Google Analytics
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' ]
permalink: /:title/
plugins:
- "jekyll-github-metadata"
repository: OpenSpaceData/learn.openspacedata.org
github:
source:
branch: master