This commit is contained in:
Danila Fedorin 2019-08-02 17:13:41 -07:00
коміт de12db5747
2 змінених файлів з 9 додано та 0 видалено

6
archetypes/default.md Normal file

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

3
config.toml Normal file

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