diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-15 02:26:07 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-15 02:26:07 -0400 |
commit | 1f19808c308294a5ddf1c69c27d169b2426d22f5 (patch) | |
tree | b240e41e4f1d7cc1f767cbfbabaf7ff7c601ff43 | |
parent | c6a8f3e613d20323e845b40dd87648eb3b79421a (diff) | |
download | pablotron.org-1f19808c308294a5ddf1c69c27d169b2426d22f5.tar.bz2 pablotron.org-1f19808c308294a5ddf1c69c27d169b2426d22f5.zip |
config.toml: set time zone
-rw-r--r-- | config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml index f0ea4ea..c66a274 100644 --- a/config.toml +++ b/config.toml @@ -3,6 +3,10 @@ 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" |