Selaa lähdekoodia

initial start

Kr Younger 6 vuotta sitten
vanhempi
commit
6369bb1104
2 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  1. 6
    0
      archetypes/default.md
  2. 3
    0
      config.toml

+ 6
- 0
archetypes/default.md Näytä tiedosto

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

+ 3
- 0
config.toml Näytä tiedosto

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