1
0
Fork 0
mirror of https://github.com/Aroy-Art/Aroy-Art-Site.git synced 2025-04-16 14:09:27 +02:00

Created Hugo Site

This commit is contained in:
EDUDD22 2020-12-01 08:16:55 +01:00
parent 698a066543
commit 0db617726a
2 changed files with 9 additions and 0 deletions

6
archetypes/default.md Normal file
View file

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

3
config.toml Normal file
View file

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