aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: f0ea4eaa16761fa3b3fcba25e51400eccaddf041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
baseURL = "https://new.pablotron.org/"
languageCode = "en-us"
title = "new.pablotron.org"
theme = "hugo-pt2021"

[[params.social]]
  icon = "github"
  name = "github"
  url = "https://github.com/pablotron"

[permalinks]
  posts = "/:year/:month/:day/:slug"
  articles = "/articles/:slug"
  projects = "/:slug"