Skip to content

hlrossato/supersimple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperSimple

Pelican theme as simple as it can be. Based on a lot of other themes and ideas.

pelicanconf.py

THEME = 'supersimple'
FAVICON = 'name_of_your_favicon.png'
PROFILE_IMAGE = 'profile.jpeg' (Image that it'll be shown throughout your blog)
INTRO = 'Description you like' (Description of your blog)

Social Settings

** Note ** Supersimple theme uses the key of the tuple to print the icon. In case the icon your trying to use doesn't work, please check here to see if it's available.

SOCIAL_TUPLE = (
    ('icon', 'name', 'link'), 
)

SOCIAL_TUPLE = (
    ('github', 'Github', 'https://github.com/yourname'), 
)

Preview

Screen Shot

See it live at hlrossato.github.io

About

Super Simple Pelican Theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published