This commit is contained in:
parent
5c5960a339
commit
50e7eaae23
22
config.toml
Normal file
22
config.toml
Normal 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
|
15
config.yml
15
config.yml
@ -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
|
@ -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:
|
Loading…
Reference in New Issue
Block a user