diff --git a/.gitignore b/.gitignore index 066d18f..593ce84 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .hugo_build.lock themes/risotto2 -public \ No newline at end of file +public +resources \ No newline at end of file diff --git a/config.toml b/config.toml deleted file mode 100644 index 75f5fe3..0000000 --- a/config.toml +++ /dev/null @@ -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 diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..227725a --- /dev/null +++ b/config.yaml @@ -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 diff --git a/content/about/index.md b/content/about/index.md index d0937f3..6723fbc 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -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.