Add initial site config, content and copy of "simple" theme.
This commit is contained in:
commit
b23276291f
22 changed files with 754 additions and 0 deletions
27
pelicanconf.py
Normal file
27
pelicanconf.py
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue