X-Git-Url: http://git.subgeniuskitty.com/cmless/.git/blobdiff_plain/d955cfad358f87bc92b6f3cb2d1741e5dbb61cc5..0a58f7f180aedab31fdb9fdded7eaba1221893e4:/bin/config.py diff --git a/bin/config.py b/bin/config.py index 6d9e90b..5ee585f 100644 --- a/bin/config.py +++ b/bin/config.py @@ -1,6 +1,13 @@ # (c) 2017 Aaron Taylor # See LICENSE file for copyright and license details. +##### +# Site Configuration Options +##### + +# Site name. For example, "Microsoft" or "Bob's Hardware". +site_name = "Site Name" + ##### # CMless Configuration Options #####