initial template

This commit is contained in:
ace 2023-04-28 15:54:56 +01:00
commit 79fd0858b0
6 changed files with 16 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'

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
{"Target":"ananke/css/main.min.css","MediaType":"text/css","Data":{}}

1
themes/ananke Submodule

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