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