Initial commit

Add theme and very minimal config for the site.
This commit is contained in:
c47 2024-02-11 16:00:32 +01:00
commit 298ca42a62
5 changed files with 36 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.hugo_build.lock

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/papermod"]
path = themes/papermod
url = https://github.com/adityatelange/hugo-PaperMod

5
archetypes/default.md Normal file
View file

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++

26
hugo.yaml Normal file
View file

@ -0,0 +1,26 @@
baseURL: https://www.nixre.net/
languageCode: en-us
theme: papermod
params:
env: production
description: "Personal website"
author: c47
DateFormat: "2006-01-02"
comments: false
menu:
main:
- identifier: tags
name: Tags
url: /tags/
weight: 40
- identifier: blog
name: Blog
url: /blog/
weight: 50
- identifier: about
name: About
url: /about/
weight: 60

1
themes/papermod Submodule

@ -0,0 +1 @@
Subproject commit 944ddc3c7e75b1287f15523902d10da0562dd2ac