Added the base for Hugo
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
resources/
|
||||||
|
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
config/_default/hugo.toml
Normal file
3
config/_default/hugo.toml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
baseURL = 'https://little-emulator.org/'
|
||||||
|
languageCode = 'en'
|
||||||
|
title = 'Little Emulator'
|
||||||
Reference in New Issue
Block a user