samsapti.dev/config.toml

68 lines
1.7 KiB
TOML
Raw Normal View History

2022-05-23 15:06:09 +00:00
baseURL = "https://samsapti.dev"
2022-05-20 19:14:36 +00:00
title = "Sam Al-Sapti"
2022-05-23 17:40:22 +00:00
languageCode = "en-us"
2022-05-23 15:06:09 +00:00
theme = "hugo-coder"
paginate = 20
2022-05-23 17:40:22 +00:00
pygmentsStyle = "dracula"
2022-05-23 15:06:09 +00:00
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
enableEmoji = true
2022-05-20 19:14:36 +00:00
[taxonomies]
2022-05-23 16:04:31 +00:00
category = "categories"
series = "series"
tag = "tags"
author = "authors"
2022-05-20 19:14:36 +00:00
[params]
2022-05-23 16:04:31 +00:00
author = "Sam Al-Sapti"
2022-05-25 15:27:03 +00:00
license = '<a rel="noopener noreferrer license" href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-NC-SA 4.0</a> &#183; Access via <a rel="noopener noreferrer" href="http://mldhltdackluvnqso7vk2azcg3ghjxbpw4im6alubymqkonb4kppqcqd.onion">Tor hidden service</a>'
2022-05-23 16:04:31 +00:00
description = "Sam Al-Sapti's personal website"
keywords = "blog,developer,personal"
info = ["BSc Student", "Software Developer"]
avatarURL = "/images/avatar.png"
dateFormat = "January 2, 2006"
since = 2022
colorScheme = "auto"
hideColorSchemeToggle = false
maxSeeAlsoItems = 5
2022-05-23 23:35:17 +00:00
mask_icon_color = "#e76f51"
2022-05-23 15:06:09 +00:00
[[params.social]]
2022-05-23 16:04:31 +00:00
name = "Mastodon"
icon = "fa fa-2x fa-mastodon"
weight = 1
url = "https://social.data.coop/@samsapti"
rel = "noopener noreferrer me"
2022-05-23 15:06:09 +00:00
[[params.social]]
2022-05-23 16:04:31 +00:00
name = "GitHub"
icon = "fa fa-2x fa-github"
weight = 2
url = "https://github.com/samsapti"
rel = "noopener noreferrer me"
2022-05-23 15:06:09 +00:00
[[params.social]]
2022-05-23 16:04:31 +00:00
name = "Gitea"
icon = "fa fa-2x fa-git-square"
weight = 3
url = "https://git.data.coop/samsapti"
rel = "noopener noreferrer me"
2022-05-23 15:06:09 +00:00
[[params.social]]
2022-05-23 16:04:31 +00:00
name = "RSS"
icon = "fa fa-2x fa-rss"
weight = 4
2022-05-23 17:58:41 +00:00
url = "posts/index.xml"
2022-05-23 16:04:31 +00:00
rel = "alternate"
type = "application/rss+xml"
2022-05-23 15:06:09 +00:00
2022-05-23 17:22:38 +00:00
[[menu.main]]
2022-05-23 16:04:31 +00:00
name = "About"
weight = 1
url = "about/"
2022-05-23 17:22:38 +00:00
[[menu.main]]
2022-05-23 16:04:31 +00:00
name = "Blog"
weight = 2
url = "posts/"
2022-05-23 17:22:38 +00:00
[[menu.main]]
2022-05-23 16:04:31 +00:00
name = "Contact"
weight = 3
url = "contact/"