This commit is contained in:
2025-01-12 22:10:00 +01:00
parent 56bf7d7ca3
commit b7ce27db49
7 changed files with 42 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
title: "Minimal Setups"
---
This is the Minimal Setups page

12
content/content/about.md Normal file
View File

@ -0,0 +1,12 @@
---
title: "About"
menu:
main:
weight: 1
---
## About
This is the about page

View File

@ -0,0 +1,5 @@
+++
date = '2025-01-12T19:33:39+01:00'
draft = true
title = 'Test06'
+++

View File

@ -0,0 +1,5 @@
+++
date = '2025-01-12T19:05:49+01:00'
draft = true
title = 'Test03'
+++

View File

@ -0,0 +1,5 @@
+++
date = '2025-01-12T19:05:51+01:00'
draft = true
title = 'Test04'
+++

View File

@ -0,0 +1,5 @@
+++
date = '2025-01-12T19:05:53+01:00'
draft = true
title = 'Test05'
+++

View File

@ -1,7 +1,11 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
title = 'Minimal Setups'
theme = "ananke"
sectionPagesMenu = "main"
[params]
site_logo = "logo.png"
[security.funcs]
getenv = [ '^HUGO_' ]