Hugo go go go

Made a hugo setup from scratch to generate a static blog and portfolio webpage.
The old stuff may still be found in static/old.
This commit is contained in:
2022-03-29 22:52:36 +00:00
parent 1e418219e9
commit d64efb5fb4
60 changed files with 658 additions and 33 deletions

View File

@@ -0,0 +1,10 @@
defaultContentLanguage: en
enableRobotsTXT: true
author:
name: Sivert V. Sæther
email: gmail@sivert.pw
copyright: GPL-3
taxonomies:
category: categories
series: series
tag: tags

View File

@@ -0,0 +1,12 @@
en:
title: Sivert Does Stuff Online!
languageName: English
weight: 0
'no':
title: Sivert Gjør Ting På Nett!
languageName: Norsk
weight: 2
nl:
title: Sivert Doen Dingen Online!
languageName: Nederlands
weight: 3

View File

@@ -0,0 +1,13 @@
main:
- name: Blog
url: /blog
weight: 10
- name: About
url: /about
weight: 3
# - name: Old GitHub.io
# url: /old
# weight: 2
- name: My Humble Homepage
url: https://sivert.pw
weight: 1

View File

@@ -0,0 +1,13 @@
main:
- name: Blogg
url: /no/blog
weight: 10
- name: Om websiden
url: /no/about
weight: 3
- name: IT1 vgs
url: /old/it1
weight: 2
- name: Hjemmeside
url: https://sivert.pw
weight: 1