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> · 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-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-05-25 21:50:00 +00:00
|
|
|
url = "https://linkedin.com/in/sam-a-107bbb23b"
|
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"
|
|
|
|
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-25 21:50:00 +00:00
|
|
|
[[params.social]]
|
|
|
|
name = "Mastodon"
|
|
|
|
icon = "fa fa-2x fa-mastodon"
|
|
|
|
weight = 4
|
|
|
|
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 = "RSS"
|
|
|
|
icon = "fa fa-2x fa-rss"
|
2022-05-25 21:50:00 +00:00
|
|
|
weight = 5
|
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]]
|
|
|
|
name = "Privacy"
|
|
|
|
weight = 5
|
2022-05-27 23:21:49 +00:00
|
|
|
url = "privacy/"
|