[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
17
config/_default/config.yaml
Normal file
17
config/_default/config.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
baseURL: "https://vrifox.cc/"
|
||||
title: "Vris Cute Corner"
|
||||
enableRobotsTXT: true
|
||||
defaultContentLanguage: de
|
||||
markup:
|
||||
highlight:
|
||||
anchorLineNos: false
|
||||
lineNos: false
|
||||
lineNumbersInTable: false
|
||||
noClasses: false
|
||||
style: "dracula"
|
||||
tabWidth: 4
|
||||
goldmark:
|
||||
extensions:
|
||||
linkify: false
|
||||
renderer:
|
||||
unsafe: true
|
6
config/_default/languages.yaml
Normal file
6
config/_default/languages.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
de:
|
||||
languageName: Deutsch
|
||||
weight: 1
|
||||
en:
|
||||
languageName: English
|
||||
weight: 2
|
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