Skip to content

pelican theme — I am looking for a new maintainer for this project, see below

Notifications You must be signed in to change notification settings

jackieh/crowsfoot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚨 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!

crowsfoot

A theme for the Pelican static site generator. Looks good, puts words on the internet, doesn't do anything fancy.

Installation

git clone https://github.com/porterjamesj/crowsfoot.git

Then set the pelican config variable THEME to the cloned path.

Usage

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 to False

Screenshot

crowsfoot

License

MIT

About

pelican theme — I am looking for a new maintainer for this project, see below

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 64.1%
  • HTML 35.9%