samsapti.dev/config.toml

80 lines
1.9 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-06-14 13:15:48 +00:00
enableRobotsTXT = true
2022-05-20 19:14:36 +00:00
[taxonomies]
2022-05-23 16:04:31 +00:00
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"
license = '<a rel="noopener noreferrer license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a> &#183; Access via <a rel="noopener noreferrer" href="http://mldhltdackluvnqso7vk2azcg3ghjxbpw4im6alubymqkonb4kppqcqd.onion">onion 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
2022-06-13 19:14:24 +00:00
[markup.goldmark.renderer]
unsafe = true
2022-05-23 15:06:09 +00:00
[[params.social]]
2022-05-25 21:50:00 +00:00
name = "LinkedIn"
icon = "fa fa-2x fa-linkedin"
2022-05-23 16:04:31 +00:00
weight = 1
2022-10-19 16:29:26 +00:00
url = "https://linkedin.com/in/sam-a-dev"
2022-05-23 16:04:31 +00:00
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"
2022-09-09 17:52:38 +00:00
weight = 2
2022-09-09 17:52:59 +00:00
url = "https://github.com/samsapti"
2022-05-23 16:04:31 +00:00
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"
2022-09-09 17:52:38 +00:00
weight = 3
2022-07-05 12:35:11 +00:00
url = "https://git.data.coop/samsapti"
2022-05-25 21:50:00 +00:00
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"
2022-09-09 17:52:38 +00:00
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-29 12:28:17 +00:00
name = "Contact"
2022-05-23 16:04:31 +00:00
weight = 2
2022-05-29 12:28:17 +00:00
url = "contact/"
2022-05-23 17:22:38 +00:00
[[menu.main]]
2022-05-29 12:28:17 +00:00
name = "Keys"
2022-05-23 16:04:31 +00:00
weight = 3
2022-05-29 12:28:17 +00:00
url = "keys/"
2022-05-27 23:21:49 +00:00
[[menu.main]]
2022-05-29 12:28:17 +00:00
name = "Blog"
2022-05-27 23:21:49 +00:00
weight = 4
2022-05-29 12:28:17 +00:00
url = "posts/"
[[menu.main]]
2022-06-26 18:33:02 +00:00
name = "Privacy Policy"
2022-05-29 12:28:17 +00:00
weight = 5
2022-06-05 14:11:54 +00:00
url = "privacy/"