commit
7aca2e7fd0
@ -0,0 +1,13 @@
|
|||||||
|
# Generated files by hugo
|
||||||
|
/public/
|
||||||
|
/resources/_gen/
|
||||||
|
/assets/jsconfig.json
|
||||||
|
hugo_stats.json
|
||||||
|
|
||||||
|
# Executable may be added to repository
|
||||||
|
hugo.exe
|
||||||
|
hugo.darwin
|
||||||
|
hugo.linux
|
||||||
|
|
||||||
|
# Temporary lock file while building
|
||||||
|
/.hugo_build.lock
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
@ -0,0 +1,3 @@
|
|||||||
|
baseURL = 'https://tegakituesday.com/'
|
||||||
|
languageCode = 'en-us'
|
||||||
|
title = 'Tegaki Tuesday'
|
Loading…
Reference in new issue