Generate initial site

Este commit está contenido en:
Danila Fedorin 2019-08-02 17:13:41 -07:00
commit de12db5747
Se han modificado 2 ficheros con 9 adiciones y 0 borrados

6
archetypes/default.md Archivo normal
Ver fichero

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

3
config.toml Archivo normal
Ver fichero

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