default hugo website with ananke theme

This commit is contained in:
2024-12-16 21:33:24 +00:00
parent b1f2984fc9
commit 0e3b4a892f
5 changed files with 16 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
.hugo_build.lock
public/
resources/
+3
View File
@@ -0,0 +1,3 @@
[submodule "themes/ananke"]
path = themes/ananke
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
+5
View File
@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++
+4
View File
@@ -0,0 +1,4 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = 'ananke'
Submodule
+1
Submodule themes/ananke added at 600bddab7c