Compare commits

...

7 Commits

Author SHA1 Message Date
067ec9b5ed ter 2025-05-20 13:27:37 -06:00
27302459e1 borders 2025-05-20 12:31:06 -06:00
9293f274b0 center 2025-05-20 12:09:53 -06:00
5b7bf4257f theme 2025-05-20 12:01:21 -06:00
05f186d908 updates 2025-05-20 11:43:58 -06:00
c97ac3b60b x 2025-05-13 16:51:20 -06:00
5535d145f5 xx 2025-05-13 16:28:53 -06:00
15 changed files with 109 additions and 2 deletions

8
content/about.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: 'About'
draft: false
---
Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat
pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim
excepteur excepteur pariatur nostrud qui irure ullamco.

View File

@@ -1,3 +1,5 @@
---
title: "Authors"
layout: 'list'
hideLatest: true
---

View File

@@ -1,6 +1,7 @@
---
title: "Landon"
authorPage: true
author: "landon"
---
Hi

9
content/blog/_index.md Normal file
View File

@@ -0,0 +1,9 @@
---
title: 'Blog'
layout: 'list'
hideLatest: true
---
Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat
pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim
excepteur excepteur pariatur nostrud qui irure ullamco.

View File

@@ -2,7 +2,7 @@
title: 'Book 1 Chapter 1'
date: 2023-01-01T08:00:00-07:00
draft: false
part: 1
part: 2
chapter: 1
---

View File

@@ -0,0 +1,17 @@
---
title: 'Book 1 Chapter 2'
date: "2023-01-05"
draft: false
ShowWordCount: true
author: landon
part: 1
chapter: 2
---
Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat
pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim
excepteur excepteur pariatur nostrud qui irure ullamco.
## ttt
yfrxsdgfvyfkyt

View File

@@ -0,0 +1,17 @@
---
title: 'Book 1 Chapter 2'
date: "2023-01-05"
draft: false
ShowWordCount: true
author: landon
part: 1
chapter: 2
---
Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat
pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim
excepteur excepteur pariatur nostrud qui irure ullamco.
## ttt
yfrxsdgfvyfkyt

View File

@@ -0,0 +1,17 @@
---
title: 'Book 1 Chapter 2'
date: "2024-01-05"
draft: false
ShowWordCount: true
author: landon
part: 1
chapter: 2
---
Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat
pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim
excepteur excepteur pariatur nostrud qui irure ullamco.
## ttt
yfrxsdgfvyfkyt

View File

@@ -2,6 +2,11 @@
title: 'Book 1'
date: 2023-01-01T08:00:00-07:00
draft: false
cover:
image: "/placeholder.jpg"
alt: "Placeholder Image"
# caption: "Image Caption"
relative: false
---
Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat

View File

@@ -2,6 +2,11 @@
title: 'Book 1'
date: 2023-01-01T08:00:00-07:00
draft: false
cover:
image: "/placeholder.jpg"
alt: "Placeholder Image"
# caption: "Image Caption"
relative: false
---
Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat

View File

@@ -2,6 +2,11 @@
title: 'Book 1'
date: 2023-01-01T08:00:00-07:00
draft: false
cover:
image: "/placeholder.jpg"
alt: "Placeholder Image"
# caption: "Image Caption"
relative: false
---
Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat

View File

@@ -2,6 +2,11 @@
title: 'Book 1'
date: 2023-01-01T08:00:00-07:00
draft: false
cover:
image: "/placeholder.jpg"
alt: "Placeholder Image"
# caption: "Image Caption"
relative: false
---
Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat

View File

@@ -35,3 +35,19 @@ params:
# url: "stories"
# - name: "support me"
# url: "support"
ShowPostNavLinks: true
menus:
main:
- name: "home"
url: "/"
weight: 10
- name: "blog"
url: "/blog"
weight: 20
- name: "about"
url: "/about"
weight: 30
- name: "support"
url: "/support"
weight: 40

BIN
static/placeholder.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB