First commit
This commit is contained in:
commit
26c33c3033
5 changed files with 15 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.vim/
|
||||
public/
|
||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/hyde-hyde"]
|
||||
path = themes/hyde-hyde
|
||||
url = https://github.com/htr3n/hyde-hyde.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
|
||||
---
|
||||
|
||||
3
config.toml
Normal file
3
config.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
baseURL = "http://example.org/"
|
||||
languageCode = "en-us"
|
||||
title = "My New Hugo Site"
|
||||
1
themes/hyde-hyde
Submodule
1
themes/hyde-hyde
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 50558ed9bb03d3d8e84ddcb1b76b8f582e388308
|
||||
Reference in a new issue