forked from particleKIT/StaticKIT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
57 lines (51 loc) · 1.65 KB
/
Copy pathconfig.yml
File metadata and controls
57 lines (51 loc) · 1.65 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
53
54
55
56
57
---
title: StaticKIT
repo: https://github.com/particleKIT/StaticKIT
startpage:
file: start
headernavigation:
- title: HOME
href: '#start'
order: 1
- title: GITHUB
href: '{{repo}}'
order: 2
- title: IMPRESSUM
href: 'https://www.kit.edu/impressum.php'
order: 3
- title: KIT
href: 'https://www.kit.edu'
order: 4
navigation:
- file: start
title: StaticKIT
order: 1
- file: quick
title: Quickstart
order: 2
- file: advanced
title: Advanced
order: 3
showboxes: true
infobox:
- title: Get the source
text: |
<script async defer src="https://buttons.github.io/buttons.js"></script>
<center>
<a class="github-button" href="https://github.com/particlekit/StaticKIT/archive/master.zip" data-style="mega" aria-label="Download particlekit/StaticKIT on GitHub">Download</a>
</center>
- title: Report
text: |
<center>
<a class="github-button" href="https://github.com/particlekit/StaticKIT/issues" data-style="mega" aria-label="Issue particlekit/StaticKIT on GitHub">Issue</a>
</center>
- title: Like it
text: |
<center>
<a class="github-button" href="https://github.com/particlekit/StaticKIT" data-style="mega" aria-label="Star particlekit/StaticKIT on GitHub">Star</a>
</center>
- title: Contribute
text: |
<center>
<a class="github-button" href="https://github.com/particlekit/StaticKIT/fork" data-style="mega" aria-label="Fork particlekit/StaticKIT on GitHub">Fork</a>
</center>