# base hugo config baseURL = "https://pablotron.org/" languageCode = "en-us" title = "pablotron.org" theme = "hugo-pt2021" [params] authorName = 'Paul Duncan' copyrightStartYear = 1998 # timezone (used for "bin/new post some-post") tz = "-04:00" # not sure i need this (covered in data/menu.yaml) [[params.social]] icon = "github" name = "github" url = "https://github.com/pablotron" # content type permalinks [permalinks] posts = "/:year/:month/:day/:slug" articles = "/articles/:slug" projects = "/:slug"