add guestbook
All checks were successful
pipeline / deploy-job (push) Successful in 1m13s

This commit is contained in:
Alexandru 2024-09-17 21:43:03 +03:00
parent 5c5960a339
commit 50e7eaae23
4 changed files with 28 additions and 15 deletions

22
config.toml Normal file
View File

@ -0,0 +1,22 @@
baseURL = "https://fzorb.xyz/"
languageCode = "en-us"
title = "FzOrb's website"
theme = "zmin"
[[menus.main]]
name = "Home"
pageRef = "/"
weight = 10
[[menus.main]]
name = "Blog Posts"
pageRef = "/posts"
weight = 20
[[menus.main]]
name = "Services"
pageRef = "/services"
weight = 60
[markup.goldmark.renderer]
unsafe = true

View File

@ -1,15 +0,0 @@
baseURL: 'https://fzorb.xyz/'
languageCode: 'en-us'
title: "FzOrb's website"
theme: 'zmin'
menus:
main:
- name: Home
pageRef: /
weight: 10
- name: Blog
pageRef: /posts
weight: 20
- name: Services
pageRef: /services
weight: 60

View File

@ -25,4 +25,7 @@ Currently I can be found at the following places.
*I go into more detail [here](/services/)*
### Guestbook:
<iframe src="https://fzorb.xyz/gb/" width="100%" height="400px" style="border: none"></iframe>
### Latest posts:

View File

@ -17,3 +17,6 @@ weight = 20
name = "Services"
pageRef = "/services"
weight = 60
[markup.goldmark.renderer]
unsafe = true