Init hugo website and ananke theme submodule

This commit is contained in:
Savva
2023-11-04 16:40:03 +02:00
parent f94b3699d0
commit ad141eb485
4 changed files with 13 additions and 0 deletions

5
archetypes/default.md Normal file
View File

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