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

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 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++

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

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