[wip] website redesign
I have to work on splitting commits in the future. ^^
This commit is contained in:
parent
c169972931
commit
33fb7cb34c
10 changed files with 86 additions and 42 deletions
21
config/_default/menu.yaml
Normal file
21
config/_default/menu.yaml
Normal file
|
@ -0,0 +1,21 @@
|
|||
main:
|
||||
- identifier: "home"
|
||||
name: "Start"
|
||||
pageref: "/"
|
||||
weight: 1
|
||||
# - identifier: "skills"
|
||||
# name: "Kenntnisse"
|
||||
# pageref: "/kenntnisse/"
|
||||
# weight: 2
|
||||
- identifier: "projects"
|
||||
name: "Projekte"
|
||||
pageref: "/portfolio/"
|
||||
weight: 3
|
||||
- identifier: "blog"
|
||||
name: "Blog"
|
||||
pageref: "/blog/"
|
||||
weight: 4
|
||||
# - identifier: "blogroll"
|
||||
# name: "Empfehlungen"
|
||||
# pageref: "/blogroll/"
|
||||
# weight: 5
|
Loading…
Add table
Add a link
Reference in a new issue