Init
This commit is contained in:
parent
7cdf8ac7ab
commit
0957f4772c
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
public/
|
||||
.hugo_build.lock
|
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 @@
|
||||
Subproject commit 3009a67230209a35f78756a8daa8eb5adf1d215c
|
Loading…
x
Reference in New Issue
Block a user