changes
This commit is contained in:
5
content/content/_index.md
Normal file
5
content/content/_index.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: "Minimal Setups"
|
||||||
|
---
|
||||||
|
This is the Minimal Setups page
|
||||||
|
|
12
content/content/about.md
Normal file
12
content/content/about.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
title: "About"
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
weight: 1
|
||||||
|
---
|
||||||
|
## About
|
||||||
|
|
||||||
|
This is the about page
|
||||||
|
|
||||||
|
|
||||||
|
|
5
content/content/articles/test06.md
Normal file
5
content/content/articles/test06.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
date = '2025-01-12T19:33:39+01:00'
|
||||||
|
draft = true
|
||||||
|
title = 'Test06'
|
||||||
|
+++
|
5
content/content/posts/test03.md
Normal file
5
content/content/posts/test03.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
date = '2025-01-12T19:05:49+01:00'
|
||||||
|
draft = true
|
||||||
|
title = 'Test03'
|
||||||
|
+++
|
5
content/content/posts/test04.md
Normal file
5
content/content/posts/test04.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
date = '2025-01-12T19:05:51+01:00'
|
||||||
|
draft = true
|
||||||
|
title = 'Test04'
|
||||||
|
+++
|
5
content/content/posts/test05.md
Normal file
5
content/content/posts/test05.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
date = '2025-01-12T19:05:53+01:00'
|
||||||
|
draft = true
|
||||||
|
title = 'Test05'
|
||||||
|
+++
|
@ -1,7 +1,11 @@
|
|||||||
baseURL = 'https://example.org/'
|
baseURL = 'https://example.org/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'My New Hugo Site'
|
title = 'Minimal Setups'
|
||||||
theme = "ananke"
|
theme = "ananke"
|
||||||
|
sectionPagesMenu = "main"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
site_logo = "logo.png"
|
site_logo = "logo.png"
|
||||||
|
|
||||||
|
[security.funcs]
|
||||||
|
getenv = [ '^HUGO_' ]
|
||||||
|
Reference in New Issue
Block a user