diff --git a/assets/style.scss b/assets/style.scss index 1025d30..647eaef 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -109,6 +109,9 @@ header { nav { display: flex; } + aside { + margin-left: auto; + } } footer { border-top: 1px solid var(--border); diff --git a/config.yaml b/config.yaml index 85dc336..8c177e2 100644 --- a/config.yaml +++ b/config.yaml @@ -1,58 +1,103 @@ baseURL: https://vrifox.cc/ languages: - en: - languageName: English - languageCode: en-us - weight: 1 de: + #contentDir: /content/de/ languageName: Deutsch languageCode: de-de + title: DE + weight: 1 + menu: + name: + - identifier: vrifox.cc + name: VrifoxCC + title: vrifox.cc + url: / + weight: 1 + main: + - identifier: blog + name: Blog + title: blog + url: /blog/ + weight: 2 + - identifier: blogroll + name: Blogroll + title: blogroll + url: /blogroll/ + weight: 3 + - identifier: library + name: Bibliothek + url: /library/ + weight: 4 + - identifier: projects + name: Projekte + title: projects + url: /projects/ + weight: 5 + footer: + - identifier: privacy + name: Privacy + title: privacy + url: /privacy/ + weight: 3 + - identifier: feed + name: Feed (RSS) + title: rss-feed + url: /blog/index.xml + weight: 4 + - identifier: sourcecode + name: Source Code + title: source code + url: https://code.cozy.town/vrifox/vrifox.cc + weight: 5 + en: + languageName: English + languageCode: en- weight: 2 + menu: + name: + - identifier: vrifox.cc + name: VrifoxCC + title: vrifox.cc + url: / + weight: 1 + main: + - identifier: blog + name: Blog + title: blog + url: /blog/ + weight: 2 + - identifier: blogroll + name: Blogroll + title: blogroll + url: /blogroll/ + weight: 3 + - identifier: library + name: Library + url: /library/ + weight: 4 + - identifier: projects + name: Projects + title: projects + url: /projects/ + weight: 5 + footer: + - identifier: privacy + name: Privacy + title: privacy + url: /privacy/ + weight: 3 + - identifier: feed + name: Feed (RSS) + title: rss-feed + url: /blog/index.xml + weight: 4 + - identifier: sourcecode + name: Source Code + title: source code + url: https://code.cozy.town/vrifox/vrifox.cc + weight: 5 title: "Vri's Cute Corner" enableRobotsTXT: true -menu: - name: - - identifier: vrifox.cc - name: VrifoxCC - title: vrifox.cc - url: / - weight: 1 - main: - - identifier: blog - name: Blog - title: blog - url: /blog/ - weight: 2 - - identifier: blogroll - name: Blogroll - title: blogroll - url: /blogroll/ - weight: 3 - - identifier: library - name: Library - url: /library/ - weight: 4 - - identifier: projects - name: Projects - title: projects - url: /projects/ - weight: 5 - footer: - - identifier: privacy - name: Privacy - title: privacy - url: /privacy/ - weight: 3 - - identifier: feed - name: Feed (RSS) - title: rss-feed - url: /blog/index.xml - weight: 4 - - identifier: sourcecode - name: Source Code - title: source code - url: https://code.cozy.town/vrifox/vrifox.cc - weight: 5 markup: highlight: anchorLineNos: false diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 262799d..a124a1b 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -8,4 +8,11 @@ {{ .Name }} {{- end }} +