hugo site
This commit is contained in:
parent
f702907713
commit
011be2d3d2
6 changed files with 8 additions and 4 deletions
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
+++
|
||||||
|
date = '{{ .Date }}'
|
||||||
|
draft = true
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
+++
|
||||||
3
hugo.toml
Normal file
3
hugo.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
baseURL = 'https://example.org/'
|
||||||
|
languageCode = 'en-us'
|
||||||
|
title = 'My New Hugo Site'
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
|
|
||||||
1
index.md
1
index.md
|
|
@ -1 +0,0 @@
|
||||||
## Hello!
|
|
||||||
1
test.txt
1
test.txt
|
|
@ -1 +0,0 @@
|
||||||
hello world
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
test2
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue