switch toml2yaml in config, add gitignores

Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
This commit is contained in:
Pratyush Desai 2023-07-22 06:45:43 +05:30
parent 4382164f1a
commit ec1d68b5c5
Signed by: pratyush
GPG Key ID: DBA5BB7505946FAD
4 changed files with 63 additions and 86 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
.hugo_build.lock
themes/risotto2
public
public
resources

View File

@ -1,84 +0,0 @@
baseURL = 'https://arch.fail'
theme = 'risotto'
title = 'Arch Reject'
author = 'Pratyush Desai'
paginate = 3
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
sectionPagesMenu = "main"
[params]
noindex = false
[params.theme]
palette = "rosepine"
[params.about]
title = "pratyush desai"
description = "No description set"
logo = "images/shodandos.jpg"
[[params.socialLinks]]
icon = "fa-brands fa-github"
title = "GitHub"
url = "https://github.com/mogad0n"
[[params.socialLinks]]
icon = "fa-brands fa-git-alt"
title = "Gitea"
url = "https://git.com.de/pratyush"
[[params.socialLinks]]
icon = "fa-solid fa-envelope"
title = "Email"
url = "mailto:pratyush.desai@liberta.casa"
[[params.socialLinks]]
icon = "fa-brands fa-mastodon"
title = "Mastodon"
url = "https://fosstodon.org/@mogad0n"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 10
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects/"
weight = 10
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 10
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact/"
weight = 10
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[markup.goldmark.renderer]
unsafe = true
[markup]
# Table of contents
# Add toc = true to content front matter to enable
[markup.tableOfContents]
startLevel = 2
endLevel = 3
ordered = true

60
config.yaml Normal file
View File

@ -0,0 +1,60 @@
baseURL: 'https://arch.fail'
theme: risotto
title: sirius
author: Pratyush Desai
paginate: 3
languageCode: en
DefaultContentLanguage: en
enableInlineShortcodes: true
sectionPagesMenu: main
params:
noindex: false
theme:
palette: rosepine
about:
title: pratyush desai
description: No description set
logo: images/shodandos.jpg
socialLinks:
- icon: fa-brands fa-github
title: GitHub
url: 'https://github.com/mogad0n'
- icon: fa-brands fa-git-alt
title: Gitea
url: 'https://git.com.de/pratyush'
- icon: fa-solid fa-envelope
title: Email
url: 'mailto:pratyush.desai@liberta.casa'
- icon: fa-brands fa-mastodon
title: Mastodon
url: 'https://fosstodon.org/@mogad0n'
menu:
main:
- identifier: about
name: About
url: /about/
weight: 10
- identifier: projects
name: Projects
url: /projects/
weight: 10
- identifier: posts
name: Posts
url: /posts/
weight: 10
- identifier: contact
name: Contact
url: /contact/
weight: 10
taxonomies:
category: categories
tag: tags
series: series
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 2
endLevel: 3
ordered: true

View File

@ -5,7 +5,7 @@ draft: false
---
I'm a software developer from the suburbs of Mumbai (Bombay), India.
I'm a software developer from Mumbai (Bombay), India.
I can usually be found tinkering on some of the Free and Open source softwares and libraries that enable us to build things and improve our lives. It's not only important in my view to build/contribute software that supports
open standards rather than walled gardens but to also run open services.