First commit

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

2
.gitignore vendored Normal file
View file

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

3
.gitmodules vendored Normal file
View 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
View file

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

3
config.toml Normal file
View file

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

1
themes/hyde-hyde Submodule

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