mvp established
This commit is contained in:
commit
3a00fe8e5a
5 changed files with 20 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/freedom"]
|
||||
path = themes/freedom
|
||||
url = https://code.gabe.rocks/gabriel/freedom.git
|
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
4
config.toml
Normal file
4
config.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
baseURL = ''
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
theme = 'freedom'
|
6
content/_index.md
Normal file
6
content/_index.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "Home page"
|
||||
---
|
||||
# Welcome
|
||||
|
||||
This is the freedom starter kit
|
1
themes/freedom
Submodule
1
themes/freedom
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 441cda965ba9a9520555884d13dba17d66baa768
|
Loading…
Reference in a new issue