diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ffab4db --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/blowfish"] + path = themes/blowfish + url = https://github.com/nunocoracao/blowfish.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..25b6752 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +date = '{{ .Date }}' +draft = true +title = '{{ replace .File.ContentBaseName "-" " " | title }}' ++++ diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post.md new file mode 100644 index 0000000..445db8a --- /dev/null +++ b/content/posts/my-first-post.md @@ -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 diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..bdfbddf --- /dev/null +++ b/hugo.toml @@ -0,0 +1,4 @@ +baseURL = 'https://www.alexdelcamp.fr/' +locale = 'en-us' +title = 'My personal website' +theme = 'blowfish' diff --git a/themes/blowfish b/themes/blowfish new file mode 160000 index 0000000..4643c46 --- /dev/null +++ b/themes/blowfish @@ -0,0 +1 @@ +Subproject commit 4643c46bd5e921fee51c420575fadebf9f4b3681