Skip to content

abondis/pelican-strongly-typed

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

pelican-strongly-typed

Theme based on html5up-strongly-typed desing.

  • pip install pyjade
  • add to pelicanconf.py
    JINJA_EXTENSIONS = (['pyjade.ext.jinja.PyJadeExtension'])
        
  • run ./prepare_html.sh

There seems to be an issue with using jade files directly when running ‘pelican’. So for now we have to prepare the html files by hand using pyjade

Custom variables to use in pelicanconf.py

CAT_STYLE and PAGES_STYLE

Allows to give a class to the links in the menus.

CAT_STYLE = {
    'Misc': 'fa-question'
}
PAGES_STYLE = {
    'About': 'fa-question-circle'
    }
ORGMODE

Set to True in order to use org-style.css for orgmode generated highlighted code blocks

Other
  • DISQUS_SITENAME
  • GITHUB_URL
  • TWITTER_USERNAME
  • GOOGLEPLUS_USER
  • LINKEDIN_USER
  • MAIL
  • PHONE
  • ABOUT_TEXT

About

strongly typed theme from html5up

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published