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

[params]
  # timezone (used for "bin/new post some-post")
  tz = "-04:00"

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

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