all repos — website @ master

personal website hosted at prithu.xyz, built using hugo

config.toml

1 2 3 4 5 6 7 8 9 10 11 12 13
baseURL = "https://prithu.dev/"
languageCode = "en-us"
title = "Prithu Goswami"
#ignoreFiles = [ "snippets" ]

[author]
    name = "Prithu Goswami"
    email = "prithu@prithu.dev"

[markup]
    [markup.highlight]
        noClasses = false