Skip to content

Commit 5933b47

Browse files
author
Tobias Hofmann
committed
added top navigational system
1 parent f502052 commit 5933b47

File tree

4 files changed

+27
-1
lines changed

4 files changed

+27
-1
lines changed

docs/.DS_Store

2 KB
Binary file not shown.

docs/_config.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
theme: jekyll-theme-slate
1+
theme: jekyll-theme-slate
2+
defaults:
3+
# _posts
4+
- scope:
5+
path: ""
6+
type: posts
7+
values:
8+
author_profile: true

docs/_data/navigation.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
main:
2+
- title: "Quick-Start Guide"
3+
url: /docs/quick-start-guide/
4+
- title: "Posts"
5+
url: /year-archive/
6+
- title: "Categories"
7+
url: /categories/
8+
- title: "Tags"
9+
url: /tags/
10+
- title: "Pages"
11+
url: /page-archive/
12+
- title: "Collections"
13+
url: /collection-archive/
14+
- title: "External Link"
15+
url: https://google.com

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
author_profile: true
3+
---
4+
15

26
# SEquence CApture PRocessor (SECAPR)
37

0 commit comments

Comments
 (0)