Initial commit

This commit is contained in:
Bastian de Byl
2017-12-21 01:01:24 -05:00
commit df95f39552
4 changed files with 13 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "themes/tranquilpeak"]
path = themes/tranquilpeak
url = https://github.com/kakawait/hugo-tranquilpeak-theme.git

6
archetypes/default.md Normal file
View File

@@ -0,0 +1,6 @@
---
title: "{{ replace .TranslationBaseName "-" " " | 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/tranquilpeak Submodule

Submodule themes/tranquilpeak added at 026df931e5