|
8 months ago | |
---|---|---|
static | 11 months ago | |
templates | 8 months ago | |
.gitignore | 3 years ago | |
README.md | 2 years ago | |
mockup.jpeg | 3 years ago |
A clean, elegant and simple theme for the Pelican static site generator. Fully responsive, solarized pygments. Feeds support.
Download the latest stable release from git.ix5.org.
3.7
readyMENUITEMS
support to customize navbarpost_stats
Display word count and estimated reading time of articlesseries
Publish multi-part articles. The first page in the series
displays an overview of all articles in that series, subsequent ones have
next and previous links at the bottomtagcloud
Draw a tag cloud with varying sizesThe following variables should be set to utilize all features of the theme:
SITETUBTITLE
for a short bylineCUSTOM_HEADER_BOX
to use a custom logo instead of site title and subtitleSITEDESCRIPTION
to set a short(~160 characters) <meta desc>
DIRECT_TEMPLATES = ['tagcloud', 'index', 'categories', 'archives', 'tags']
SUBFOLDER_NAME
to name the 'Home' link differently, e.g. if your pelican
site lives at example.com/blog/
, set it to 'Blog'Theme defaults
DISPLAY_FOOTER = True
Display a footer with pelican credits and links to
feedsARTICLE_STATS_IN_ARCHIVES = False
Display word count and estimated
reading time in archivesFAVICON = dict(url='path_to/favicon.ico', type='image/ico')
Set a favicon,
must be a dictDISPLAY_CATEGORY_IN_POST = True
Show category link at the bottom of articlesDISPLAY_TAGS = True
Display tags at the end of an articleRecommendations
PAGINATION_PATTERNS
, else the theme has to fall back on
.html
linksTYPOGRIFY = True
for better typography with typogrify
(smart quotes, ...
→…
etc.)AUTHOR_SAVE_AS = ''
if there is only one author*_SAVE_AS
for prettier URLsDISPLAY_PAGES_ON_MENU = False
if you have too many pages to
fit into the navbarLOCALE
and
DATE_FORMATS
, see Time and Dateseries
plugin:
series
plugin does not work well with translations. The theme will
not crash, but will disable certain features# Isso commenting system
ISSO_SITEURL = 'https://example.com/isso'
# ISSO_SETTINGS is needed
ISSO_SETTINGS = {
'css': 'true',
'lang': 'en',
'vote': 'false',
'avatar': 'true',
'require-author': 'true',
'reply-to-self': 'true',
'js-embed-url': '%s/js/embed.min.js' % ISSO_SITEURL
}
The Arctic tern (Sterna paradisaea) is a seabird of the tern
family Sternidae.
Since this theme descends from numerous other projects named after birds
(Pelican, Mockingbird, Penguin), the name reflects its heritage
but also its sleek nature.
The MIT License (MIT)
Copyright (c) 2018 Felix Elsner et al.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.