commit d3ab91215b5340532d97b2c035e058a8fd002931 parent b952631c6e9cb7c37d9b742aa9425bfdd82d5358 Author: Yuval Langer <yuval.langer@gmail.com> Date: Wed, 6 Jun 2018 03:37:15 +0300 Add site name to Pelican's base configuration Diffstat:
M | pelican_base_configuration.py | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pelican_base_configuration.py b/pelican_base_configuration.py @@ -1,2 +1,3 @@ TIMEZONE = "UTC" PATH = "content/" +SITENAME = "Kaka Farm"