sarsooxyz.hugo/config.toml

88 lines
1.6 KiB
TOML
Raw Normal View History

2022-09-17 17:32:56 +01:00
baseURL = 'https://sarsoo.xyz/'
2022-08-29 17:18:21 +01:00
languageCode = 'en-gb'
2022-08-20 09:38:47 +01:00
title = 'sarsoo.xyz'
theme = 'hugo-coder'
2022-08-29 17:18:21 +01:00
paginate = 40
2022-09-13 22:13:10 +01:00
[taxonomies]
category = 'categories'
tag = 'tags'
2023-10-18 22:51:02 +01:00
art = 'art'
2022-09-13 22:13:10 +01:00
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
2022-08-20 09:38:47 +01:00
[params]
author = "sarsoo"
info = "dev & engineering"
description = "sarsoo dev & engineering portfolio"
2022-08-21 22:55:22 +01:00
since = "2019"
2022-08-20 09:38:47 +01:00
keywords = "dev,engineering"
avatarurl = "images/avatar.jpg"
hideColorSchemeToggle = true
2024-10-12 18:59:26 +01:00
customSCSS = ["scss/reset.scss", "scss/main.scss"]
2023-06-25 12:08:28 +01:00
[[params.social]]
name = "Mastodon"
2024-07-20 15:36:04 +01:00
icon = "fa-brands fa-mastodon fa-2x"
2023-06-25 12:08:28 +01:00
weight = 1
url = "https://fosstodon.org/@sarsoo/"
2022-08-20 09:38:47 +01:00
[[params.social]]
name = "Instagram"
icon = "fa fa-instagram fa-2x"
2023-06-25 12:08:28 +01:00
weight = 2
2022-08-20 09:38:47 +01:00
url = "https://www.instagram.com/pack_it_in_/"
[[params.social]]
name = "Github"
icon = "fa fa-github fa-2x"
2023-06-25 12:08:28 +01:00
weight = 3
2022-08-20 09:38:47 +01:00
url = "https://github.com/sarsoo/"
[[params.social]]
name = "Last.fm"
icon = "fa fa-lastfm fa-2x"
2023-06-25 12:08:28 +01:00
weight = 4
2022-08-20 09:38:47 +01:00
url = "https://last.fm/user/sarsoo/"
[[params.social]]
name = "Linkedin"
icon = "fa fa-linkedin fa-2x"
2023-06-25 12:08:28 +01:00
weight = 5
2022-08-20 09:38:47 +01:00
url = "https://www.linkedin.com/in/andypack/"
[[menu.main]]
2022-08-29 17:18:21 +01:00
name = "Mixonomer"
2022-08-20 09:38:47 +01:00
weight = 1
2022-08-29 17:18:21 +01:00
url = "mixonomer/"
[[menu.main]]
name = "Selector"
2022-08-29 17:18:21 +01:00
weight = 2
url = "selector/"
[[menu.main]]
name = "Dev & Engineering"
weight = 3
2022-08-29 17:18:21 +01:00
url = "dev-engineering/"
2022-09-16 23:48:03 +01:00
[[menu.main]]
name = "Music"
weight = 4
2022-09-16 23:48:03 +01:00
url = "music/"
2022-09-13 22:13:10 +01:00
2023-10-18 22:43:11 +01:00
[[menu.main]]
name = "Art"
weight = 5
url = "art/"
2022-09-13 22:13:10 +01:00
2022-08-29 17:18:21 +01:00
[[menu.main]]
name = "Posts"
weight = 6
2022-08-21 22:55:22 +01:00
url = "posts/"
[[menu.main]]
2022-09-16 23:48:03 +01:00
name = "About"
weight = 7
2022-09-16 23:48:03 +01:00
url = "about/"