updates
This commit is contained in:
parent
c97ac3b60b
commit
05f186d908
8
content/about.md
Normal file
8
content/about.md
Normal 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.
|
@ -1,3 +1,5 @@
|
||||
---
|
||||
title: "Authors"
|
||||
layout: 'list'
|
||||
hideLatest: true
|
||||
---
|
9
content/blog/_index.md
Normal file
9
content/blog/_index.md
Normal 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.
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
17
hugo.yaml
17
hugo.yaml
@ -35,4 +35,19 @@ params:
|
||||
# url: "stories"
|
||||
# - name: "support me"
|
||||
# url: "support"
|
||||
ShowPostNavLinks: true
|
||||
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
BIN
static/placeholder.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
@ -1 +1 @@
|
||||
Subproject commit c29aa7600fa08518f188e1f2f846c5c391fcef2a
|
||||
Subproject commit 75b4cfe538668beb2d223545d801f657b2b8e28e
|
Loading…
x
Reference in New Issue
Block a user