]> git.danielmrcl.dev Git - danielmrcl.dev.git/commitdiff
initial commit
authorDaniel Jr <dan@danielmrcl.dev>
Sat, 28 Sep 2024 14:18:59 +0000 (11:18 -0300)
committerDaniel Jr <dan@danielmrcl.dev>
Sat, 28 Sep 2024 14:18:59 +0000 (11:18 -0300)
Signed-off-by: Daniel Jr <dan@danielmrcl.dev>
archetypes/default.md [new file with mode: 0644]
hugo.toml [new file with mode: 0644]

diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644 (file)
index 0000000..c6f3fce
--- /dev/null
@@ -0,0 +1,5 @@
++++
+title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+date = {{ .Date }}
+draft = true
++++
diff --git a/hugo.toml b/hugo.toml
new file mode 100644 (file)
index 0000000..7e568b8
--- /dev/null
+++ b/hugo.toml
@@ -0,0 +1,3 @@
+baseURL = 'https://example.org/'
+languageCode = 'en-us'
+title = 'My New Hugo Site'