Added hugo
This commit is contained in:
parent
b92e230daa
commit
41d54fedfa
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "themes/blowfish"]
|
||||
path = themes/blowfish
|
||||
url = https://github.com/nunocoracao/blowfish.git
|
||||
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
@ -0,0 +1,5 @@
|
||||
+++
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
+++
|
||||
10
content/posts/my-first-post.md
Normal file
10
content/posts/my-first-post.md
Normal 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
4
hugo.toml
Normal file
@ -0,0 +1,4 @@
|
||||
baseURL = 'https://www.alexdelcamp.fr/'
|
||||
locale = 'en-us'
|
||||
title = 'My personal website'
|
||||
theme = 'blowfish'
|
||||
1
themes/blowfish
Submodule
1
themes/blowfish
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 4643c46bd5e921fee51c420575fadebf9f4b3681
|
||||
Loading…
x
Reference in New Issue
Block a user