initial commit

This commit is contained in:
root 2023-02-27 10:12:38 +00:00
commit a999b7b073
4 changed files with 14 additions and 0 deletions

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

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

4
config.toml Normal file
View File

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

1
themes/ananke Submodule

@ -0,0 +1 @@
Subproject commit a1a99cf12681ad95b006e648a28139e6b9b75f09