We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17548c commit e957768Copy full SHA for e957768
PersonalWebsite/archetypes/default.md
@@ -0,0 +1,5 @@
1
++++
2
+title = '{{ replace .File.ContentBaseName "-" " " | title }}'
3
+date = {{ .Date }}
4
+draft = true
5
PersonalWebsite/hugo.yaml
@@ -0,0 +1,8 @@
+baseURL: https://ragespin.github.io/
+languageCode: en-us
+title: My New Hugo Site
+
+# Use Hugo modules to add theme
6
+module:
7
+ imports:
8
+ - path: github.com/hugo-toha/toha/v4
go.mod
@@ -0,0 +1,3 @@
+module github.com/rageSpin/rageSpin.github.io
+go 1.22.4
0 commit comments