diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-15 23:35:34 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-15 23:35:34 -0400 |
commit | cf89b9f786e4a37d573d4193bbf6f91c64fc27e2 (patch) | |
tree | 557c6b23f492d672574ac4954a42f1787b8df207 /config.toml | |
parent | 8f5cab84a118c7c282fe2e33029640485491c532 (diff) | |
download | pablotron.org-cf89b9f786e4a37d573d4193bbf6f91c64fc27e2.tar.bz2 pablotron.org-cf89b9f786e4a37d573d4193bbf6f91c64fc27e2.zip |
add author name and start year
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml b/config.toml index c66a274..7168dbb 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,8 @@ title = "new.pablotron.org" theme = "hugo-pt2021" [params] + authorName = 'Paul Duncan' + copyrightStartYear = 1998 # timezone (used for "bin/new post some-post") tz = "-04:00" |