Initial Commit

This commit is contained in:
Felix Suchert 2018-07-05 23:56:04 +02:00
commit c37b559d5a
Signed by: feliix42
GPG key ID: 24363525EA0E8A99
5 changed files with 25 additions and 0 deletions

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
# Created by https://www.gitignore.io/api/hugo
### Hugo ###
# Hugo binary
hugo*
# Generated files at default location
/public/
/resources/_gen
# End of https://www.gitignore.io/api/hugo

3
.gitmodules vendored Normal file
View file

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

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/casper Submodule

@ -0,0 +1 @@
Subproject commit ada13e0e05c9196cf6fb7a68e254a9162dde91a6