1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
0633c79867
Fixup archetypes
Remove drafting stuff. I don't use it.
2024-08-07 16:08:42 +01:00
4edc3af41e
Add SCM link to credits file 2024-08-07 16:07:04 +01:00
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -6,3 +6,5 @@ draft = false
This site is powered by [hugo](https://gohugo.io) with a modified version of the [risotto](https://github.com/joeroe/risotto) theme. This site is powered by [hugo](https://gohugo.io) with a modified version of the [risotto](https://github.com/joeroe/risotto) theme.
Thanks to [Luke Smith](https://lukesmith.xyz) for some ideas, as well as all the contributors to <https://landchad.net>. Thanks to [Luke Smith](https://lukesmith.xyz) for some ideas, as well as all the contributors to <https://landchad.net>.
The full sources (and modified theme) are available on [source control](https://code.nolog.cz/ejv2/ejv2.cc).