Move everything into top-level directory so Gitlab pages can find Hugo
... can't find a way to tell it where Hugo's config.toml is, drag.
This commit is contained in:
parent
7dbde49b18
commit
03c98c3783
17 changed files with 2 additions and 3 deletions
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue