first commit
This commit is contained in:
commit
b9891e2482
6 changed files with 26 additions and 0 deletions
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
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
|
||||||
|
+++
|
8
archetypes/podcast.md
Normal file
8
archetypes/podcast.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
description: ""
|
||||||
|
season:
|
||||||
|
episode:
|
||||||
|
draft: true
|
||||||
|
---
|
8
content/podcast/test_podcast.md
Normal file
8
content/podcast/test_podcast.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
title: "Test_podcast"
|
||||||
|
date: 2023-12-14T10:29:19+01:00
|
||||||
|
description: ""
|
||||||
|
season:
|
||||||
|
episode:
|
||||||
|
draft: true
|
||||||
|
---
|
4
hugo.toml
Normal file
4
hugo.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
baseURL = 'https://example.org/'
|
||||||
|
languageCode = 'en-us'
|
||||||
|
title = 'My New Hugo Site'
|
||||||
|
theme = "hyde"
|
1
themes/hyde
Submodule
1
themes/hyde
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 208a9e3f6bfcfd44f4ee93f5eaba22119b00ffe4
|
Loading…
Reference in a new issue