-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
91 lines (82 loc) · 1.83 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
85
86
87
88
89
90
91
# name of the software
name: QuISL (Quantum Information Science Library)
project:
version: 0.0.1
download_url: https://github.com/quisl-framework/QuISL/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/quisl-framework/QuISL
homepage:
- title: View on GitHub
icon: github
brand: true
url: https://github.com/quisl-framework/QuISL
footer:
- title: GitHub
icon: github
brand: true
url: https://github.com/quisl-framework/QuISL
- title: Issues
icon: bug
url: https://github.com/quisl-framework/QuISL/issues?state=open
- title: Tweet & Share
icon: twitter
brand: true
url: https://twitter.com/intent/tweet?text=Check%20out%20the%20QuISL%20Framework%20https://quisl-framework.github.io/
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: quisl-framework
repo: QuISL
twitter:
enabled: true
via:
hash:
account:
facebook:
enabled: true
profileUrl:
analytics:
google: UA-123456-1
# Build settings
markdown: kramdown
exclude:
- Gemfile
- Gemfile.lock
- jekyll-docs-theme.gemspec
- LICENSE.md
- README.md
- screenshot.png
theme: jekyll-docs-theme
remote_theme: allejo/[email protected]