Initial commit
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
6
archetypes/default.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
3
config.toml
Normal file
3
config.toml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
baseURL = "http://example.org/"
|
||||||
|
languageCode = "en-us"
|
||||||
|
title = "My New Hugo Site"
|
||||||
1
themes/tranquilpeak
Submodule
1
themes/tranquilpeak
Submodule
Submodule themes/tranquilpeak added at 026df931e5
Reference in New Issue
Block a user