aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: 4d97c77d40fb0a9db3c60ddef2a7949d8d5de904 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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"