Convert config to YAML
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4dafa21a3d
commit
3013ce73df
79
config.toml
79
config.toml
|
@ -1,79 +0,0 @@
|
|||
baseURL = "https://samsapti.dev"
|
||||
title = "Sam Al-Sapti"
|
||||
languageCode = "en-us"
|
||||
theme = "hugo-coder"
|
||||
paginate = 20
|
||||
pygmentsStyle = "dracula"
|
||||
pygmentsCodeFences = true
|
||||
pygmentsCodeFencesGuessSyntax = true
|
||||
enableEmoji = true
|
||||
enableRobotsTXT = true
|
||||
|
||||
[taxonomies]
|
||||
series = "series"
|
||||
tag = "tags"
|
||||
author = "authors"
|
||||
|
||||
[params]
|
||||
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> · Access via <a rel="noopener noreferrer" href="http://mldhltdackluvnqso7vk2azcg3ghjxbpw4im6alubymqkonb4kppqcqd.onion">onion service</a>'
|
||||
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
|
||||
mask_icon_color = "#e76f51"
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[[params.social]]
|
||||
name = "LinkedIn"
|
||||
icon = "fa fa-2x fa-linkedin"
|
||||
weight = 1
|
||||
url = "https://linkedin.com/in/sam-a-dev"
|
||||
rel = "noopener noreferrer me"
|
||||
[[params.social]]
|
||||
name = "GitHub"
|
||||
icon = "fa fa-2x fa-github"
|
||||
weight = 2
|
||||
url = "https://github.com/samsapti"
|
||||
rel = "noopener noreferrer me"
|
||||
[[params.social]]
|
||||
name = "Gitea"
|
||||
icon = "fa fa-2x fa-git-square"
|
||||
weight = 3
|
||||
url = "https://git.data.coop/samsapti"
|
||||
rel = "noopener noreferrer me"
|
||||
[[params.social]]
|
||||
name = "RSS"
|
||||
icon = "fa fa-2x fa-rss"
|
||||
weight = 4
|
||||
url = "posts/index.xml"
|
||||
rel = "alternate"
|
||||
type = "application/rss+xml"
|
||||
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
weight = 1
|
||||
url = "about/"
|
||||
[[menu.main]]
|
||||
name = "Contact"
|
||||
weight = 2
|
||||
url = "contact/"
|
||||
[[menu.main]]
|
||||
name = "Keys"
|
||||
weight = 3
|
||||
url = "keys/"
|
||||
[[menu.main]]
|
||||
name = "Blog"
|
||||
weight = 4
|
||||
url = "posts/"
|
||||
[[menu.main]]
|
||||
name = "Privacy Policy"
|
||||
weight = 5
|
||||
url = "privacy/"
|
81
config.yml
Normal file
81
config.yml
Normal file
|
@ -0,0 +1,81 @@
|
|||
baseURL: https://samsapti.dev
|
||||
title: Sam Al-Sapti
|
||||
languageCode: en-us
|
||||
theme: hugo-coder
|
||||
paginate: 20
|
||||
pygmentsStyle: dracula
|
||||
pygmentsCodeFences: true
|
||||
pygmentsCodeFencesGuessSyntax: true
|
||||
enableEmoji: true
|
||||
enableRobotsTXT: true
|
||||
|
||||
taxonomies:
|
||||
series: series
|
||||
tag: tags
|
||||
author: authors
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
|
||||
params:
|
||||
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>
|
||||
· Access via
|
||||
<a rel="noopener noreferrer"
|
||||
href="http://mldhltdackluvnqso7vk2azcg3ghjxbpw4im6alubymqkonb4kppqcqd.onion">onion service</a>
|
||||
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
|
||||
mask_icon_color: '#e76f51'
|
||||
social:
|
||||
- name: LinkedIn
|
||||
icon: fa fa-2x fa-linkedin
|
||||
weight: 1
|
||||
url: https://linkedin.com/in/sam-a-dev
|
||||
rel: noopener noreferrer me
|
||||
- name: GitHub
|
||||
icon: fa fa-2x fa-github
|
||||
weight: 2
|
||||
url: https://github.com/samsapti
|
||||
rel: noopener noreferrer me
|
||||
- name: Gitea
|
||||
icon: fa fa-2x fa-git-square
|
||||
weight: 3
|
||||
url: https://git.data.coop/samsapti
|
||||
rel: noopener noreferrer me
|
||||
- name: RSS
|
||||
icon: fa fa-2x fa-rss
|
||||
weight: 4
|
||||
url: posts/index.xml
|
||||
rel: alternate
|
||||
type: application/rss+xml
|
||||
|
||||
menu:
|
||||
main:
|
||||
- name: About
|
||||
weight: 1
|
||||
url: about/
|
||||
- name: Contact
|
||||
weight: 2
|
||||
url: contact/
|
||||
- name: Keys
|
||||
weight: 3
|
||||
url: keys/
|
||||
- name: Blog
|
||||
weight: 4
|
||||
url: posts/
|
||||
- name: Privacy Policy
|
||||
weight: 5
|
||||
url: privacy/
|
Loading…
Reference in a new issue