-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
84 lines (76 loc) · 1.56 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
78
79
80
81
82
83
84
# name of the software
name: Jekyll Docs Theme
project:
version: 1.0.0
download_url: https://github.com/allejo/jekyll-docs-theme/releases
download_text: Download
license:
software: MIT License
software_url: https://opensource.org/licenses/MIT
docs: CC BY 3.0
docs_url: https://creativecommons.org/licenses/by/3.0/
links:
header:
- title: GitHub
icon: github
brand: true
url: https://github.com/allejo/jekyll-docs-theme
homepage:
- title: View on GitHub
icon: github
brand: true
url: https://github.com/allejo/jekyll-docs-theme
footer:
- title: GitHub
icon: github
brand: true
url: https://github.com/allejo/jekyll-docs-theme
- title: Issues
icon: bug
url: https://github.com/allejo/jekyll-docs-theme/issues?state=open
ui:
mode: 'auto' # 'auto', 'dark', 'light'
brand:
dark: "#00ceff"
light: "#a20000"
border_color:
dark: "#5f5f5f"
light: "#dee2e6"
header:
trianglify: true
dark:
color1: "#062a48"
color2: "#304e67"
light:
color1: "#080331"
color2: "#673051"
masthead:
color:
dark: "#fff"
light: "#fff"
align:
homepage: 'center'
page: 'left'
social:
github:
user: allejo
repo: jekyll-docs-theme
twitter:
enabled: false
via:
hash:
account:
facebook:
enabled: false
profileUrl:
analytics:
google: UA-123456-1
# Build settings
markdown: kramdown
exclude:
- Gemfile
- Gemfile.lock
- jekyll-docs-theme.gemspec
- LICENSE.md
- README.md
- screenshot.png