hugo-owu-se : init

This commit is contained in:
minoplhy 2024-03-08 22:59:23 +07:00
commit 460079564c
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF
4 changed files with 13 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/hugo-bearblog"]
path = themes/hugo-bearblog
url = https://github.com/janraasch/hugo-bearblog.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/hugo-bearblog Submodule

@ -0,0 +1 @@
Subproject commit 139ff348094fa9e754e2abdfa7f6f099807b6591