Add initial site config, content and copy of "simple" theme.

This commit is contained in:
Ben Sturmfels 2022-06-24 17:58:12 +10:00
commit b23276291f
No known key found for this signature in database
GPG key ID: 023C05E2C9C068F0
22 changed files with 754 additions and 0 deletions

27
pelicanconf.py Normal file
View file

@ -0,0 +1,27 @@
AUTHOR = 'Software Freedom Conservancy'
SITENAME = 'copyleft-next'
SITESUBTITLE = 'A new, post-post-modern, non-weak copyleft license inspired by, though different from, the GNU GPL.'
SITEURL = ''
PATH = 'content'
TIMEZONE = 'US/Eastern'
DEFAULT_LANG = 'en'
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
# Blogroll
LINKS = []
# Social widget
SOCIAL = []
DEFAULT_PAGINATION = 10
THEME = 'themes/next.copyleft.org'