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:
10
config/_default/config.yml
Normal file
10
config/_default/config.yml
Normal 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
|
12
config/_default/languages.yml
Normal file
12
config/_default/languages.yml
Normal 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
|
13
config/_default/menus.en.yml
Normal file
13
config/_default/menus.en.yml
Normal 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
|
13
config/_default/menus.no.yml
Normal file
13
config/_default/menus.no.yml
Normal 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
|
Reference in New Issue
Block a user