-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
35 lines (30 loc) · 1.17 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
baseURL = "https://mansoorbarri.com"
languageCode = 'en-us'
title = "Mansoor Barri"
paginate = 5
[menu]
[[menu.main]]
name = "blogs"
url = "/blogs"
weight = 1
[[menu.main]]
name = "tags"
url = "/tags"
weight = 2
[params]
description = "known for a few things. developer of pdfthing, Hugo theme Validator, and a few other things."
wiki = "likh."
hero = "just a **techie**."
search = true
mainSections = ["blogs"]
projects = [
{name = "pdfthing", url = "https://pdfthing.hepton.uk", description = "a PDF utility done right."},
{name = "coming Soon", url = "https://github.com/mansoorbarri/coming-soon/", description = "A hugo theme for your website pre-public look."},
{name = "hugo validator", url = "https://github.com/mansoorbarri/hugo-validator", description = "A theme submission validation script for Hugo."},
]
socials = [
{name = "github", url = "https://github.com/mansoorbarri"},
{name = "linkedin", url = "https://www.linkedin.com/in/mansoorbarri/"},
{name = "bluesky", url = "https://bsky.app/profile/mansoorbarri.com"},
{name = "x", url = "https://x.com/mansoorbarri"},
]