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

[params]
  authorName = 'Paul Duncan'
  copyrightStartYear = 1998
  # 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"