Added hugo

This commit is contained in:
Alexandre 2026-09-04 11:51:01 +02:00
parent b92e230daa
commit 41d54fedfa
5 changed files with 23 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/blowfish"]
path = themes/blowfish
url = https://github.com/nunocoracao/blowfish.git

5
archetypes/default.md Normal file
View File

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

View File

@ -0,0 +1,10 @@
+++
date = '2026-09-04T11:43:00+02:00'
draft = false
title = 'My First Post'
+++
# First Post !
This is my first post
I hope this works

4
hugo.toml Normal file
View File

@ -0,0 +1,4 @@
baseURL = 'https://www.alexdelcamp.fr/'
locale = 'en-us'
title = 'My personal website'
theme = 'blowfish'

1
themes/blowfish Submodule

@ -0,0 +1 @@
Subproject commit 4643c46bd5e921fee51c420575fadebf9f4b3681