Browse Source

initial start

Kr Younger 5 years ago
parent
commit
6369bb1104
2 changed files with 9 additions and 0 deletions
  1. 6
    0
      archetypes/default.md
  2. 3
    0
      config.toml

+ 6
- 0
archetypes/default.md View File

@@ -0,0 +1,6 @@
1
+---
2
+title: "{{ replace .Name "-" " " | title }}"
3
+date: {{ .Date }}
4
+draft: true
5
+---
6
+

+ 3
- 0
config.toml View File

@@ -0,0 +1,3 @@
1
+baseURL = "http://example.org/"
2
+languageCode = "en-us"
3
+title = "My New Hugo Site"