Initial commit
This commit is contained in:
commit
942de392fd
5 changed files with 23 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/public
|
||||
/.hugo_build.lock
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/hugo-bearblog"]
|
||||
path = themes/hugo-bearblog
|
||||
url = https://github.com/janraasch/hugo-bearblog
|
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
12
hugo.toml
Normal file
12
hugo.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
baseURL = 'https://gaussian.dev/'
|
||||
languageCode = 'en-us'
|
||||
title = 'gaussian.dev'
|
||||
author = 'Adam Gausmann'
|
||||
theme = 'hugo-bearblog'
|
||||
enableRobotsTXT = true
|
||||
|
||||
dateFormat = '1970-01-01'
|
||||
|
||||
[params]
|
||||
title = 'gaussian.dev'
|
||||
description = 'Tinkering with electronics, computers, radios'
|
1
themes/hugo-bearblog
Submodule
1
themes/hugo-bearblog
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit efc24bc5e95f0ccb88051e1a7d95e8a1404e953e
|
Loading…
Add table
Reference in a new issue