🚨 Looking for maintainer 🚨
I no longer use this theme on my website, and am no longer interested in maintaining it. I'd love to pass maintainership on to someone else who uses the theme and is excited about maintaining it. Email me if you're interested!
A theme for the Pelican static site generator. Looks good, puts words on the internet, doesn't do anything fancy.
git clone https://github.com/porterjamesj/crowsfoot.git
Then set the pelican config variable THEME
to the cloned path.
All of your pages and menuitems are dispalyed in the nav.
You can also add icon links to your profile on various internet services by defining the appropriate config variables:
EMAIL_ADDRESS
GITHUB_ADDRESS
SO_ADDRESS
(Stackoverflow)TWITTER_ADDRESS
FB_ADDRESS
(Facebook)
An RSS icon will also show on the nav if FEED_RSS
is set.
There are a few other config variables you should probably set
PROFILE_IMAGE_URL
: Link to a profile image for the site. This should look good at 200px square or thereabouts. If this isn't set, no image will be displayed.LICENSE_URL
: Link to the text of the default license for your content.LICENSE_NAME
: The name of your default license. This will be shown in the footer.SHOW_ARTICLE_AUTHOR
: It's silly to show the author of every post on a single author website, so you can turn this behavior off by setting this toFalse
MIT