Ver código fonte

initial start

Kr Younger 6 anos atrás
pai
commit
6369bb1104
2 arquivos alterados com 9 adições e 0 exclusões
  1. 6
    0
      archetypes/default.md
  2. 3
    0
      config.toml

+ 6
- 0
archetypes/default.md Ver arquivo

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

+ 3
- 0
config.toml Ver arquivo

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