baseURL = "https://blog.thefossguy.com/" title = "Pratham Patel's blog" theme = "hugo-coder" languageCode = "en" defaultContentLanguage = "en" enableEmoji = true paginate = 20 [markup] [markup.highlight] noClasses = false [params] author = "Pratham Patel" description = "Pratham Patel's blog" gravatar = "thefirst1322@gmail.com" info = "haccerman" # https://www.iso.org/iso-8601-date-and-time-format.html dateFormat = "2006-01-02" # always left to right text, nothing barbaric here rtl = false colorScheme = "dark" hideColorSchemeToggle = true maxSeeAlsoItems = 10 [[params.social]] # TODO: a page with link to my contributions to kernel name = "Linux Kernel" icon = "fa fa-2x fa-linux" weight = 2 url = "https://blog.thefossguy.com" [[params.social]] name = "Gitea" icon = "fa fa-2x fa-git" weight = 2 url = "https://git.thefossguy.com/thefossguy" [[params.social]] name = "GitLab" icon = "fa fa-2x fa-gitlab" weight = 3 url = "https://gitlab.com/thefossguy" [[params.social]] name = "GitHub" icon = "fa fa-2x fa-github" weight = 4 url = "https://github.com/thefossguy" [[params.social]] name = "RSS" icon = "fa fa-2x fa-rss" weight = 6 url = "https://blog.thefossguy.com/index.xml" rel = "alternate" type = "application/rss+xml" [[params.social]] name = "Donate?" icon = "fa fa-2x fa-heart-o" weight = 7 url = "https://github.com/sponsors/thefossguy" [menu] [[menu.main]] name = "Blog" weight = 1 url = "posts/" [[menu.main]] name = "README" weight = 2 url = "readme"