worthless
All checks were successful
Build Hugo Site / build (push) Successful in 7s

This commit is contained in:
John 2025-03-09 19:18:45 -05:00
parent 7a855526d5
commit 85f2f782a1
6 changed files with 10 additions and 23 deletions

3
config.toml Normal file
View File

@ -0,0 +1,3 @@
baseURL = 'https://lambwire.net'
title = 'Fresh Hugo Site'
theme = 'hugo-bearcub'

View File

@ -1,7 +0,0 @@
---
title: "Blog"
menu: "main"
weight: 2
layout: "list"
outputs: ["HTML", "RSS"]
---

View File

@ -1,6 +0,0 @@
---
title: "Blog"
menu: "main"
weight: 2
layout: "list"
---

View File

@ -1,9 +0,0 @@
---
title: "My First Post"
date: 2025-03-09
tags: ["hugo", "test"]
draft: false
layout: "single"
type: "post"
outputs: ["HTML"]
---

6
content/posts/first.md Normal file
View File

@ -0,0 +1,6 @@
---
title: 'Hello World'
date: 2025-03-09
draft: false
---
This is a test post.

View File

@ -1,7 +1,7 @@
baseURL = 'https://lambwire.net/' baseURL = 'https://lambwire.net/'
languageCode = 'en-us' languageCode = 'en-us'
title = 'Lambwire' title = 'Lambwire'
theme = "hugo-bearcub" # theme = "hugo-bearcub"
enableRobotsTXT = true enableRobotsTXT = true