This commit is contained in:
parent
7a855526d5
commit
85f2f782a1
3
config.toml
Normal file
3
config.toml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
baseURL = 'https://lambwire.net'
|
||||||
|
title = 'Fresh Hugo Site'
|
||||||
|
theme = 'hugo-bearcub'
|
||||||
@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Blog"
|
|
||||||
menu: "main"
|
|
||||||
weight: 2
|
|
||||||
layout: "list"
|
|
||||||
outputs: ["HTML", "RSS"]
|
|
||||||
---
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Blog"
|
|
||||||
menu: "main"
|
|
||||||
weight: 2
|
|
||||||
layout: "list"
|
|
||||||
---
|
|
||||||
@ -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
6
content/posts/first.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: 'Hello World'
|
||||||
|
date: 2025-03-09
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
This is a test post.
|
||||||
@ -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
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user