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
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
.hugo_build.lock
public/
resources/

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "themes/ananke"]
path = themes/ananke
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git

5
archetypes/default.md Normal file
View File

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

4
hugo.toml Normal file
View File

@@ -0,0 +1,4 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = 'ananke'

1
themes/ananke Submodule

Submodule themes/ananke added at 600bddab7c