First commit

master
Jef Roosens 2020-11-26 14:27:15 +01:00
commit 26c33c3033
5 changed files with 15 additions and 0 deletions

2
.gitignore vendored 100644
View File

@ -0,0 +1,2 @@
.vim/
public/

3
.gitmodules vendored 100644
View File

@ -0,0 +1,3 @@
[submodule "themes/hyde-hyde"]
path = themes/hyde-hyde
url = https://github.com/htr3n/hyde-hyde.git

View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

3
config.toml 100644
View File

@ -0,0 +1,3 @@
baseURL = "http://example.org/"
languageCode = "en-us"
title = "My New Hugo Site"

1
themes/hyde-hyde 160000

@ -0,0 +1 @@
Subproject commit 50558ed9bb03d3d8e84ddcb1b76b8f582e388308