Skip to content

A custom theme I made for Pelican Static Site Generator

Notifications You must be signed in to change notification settings

Alysha-94/pelican-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Pelican Theme

A custom theme I made for Pelican static site generator using the Jinja templating engine, CSS and JavaScript.

To try this theme

Clone this repository into the main folder of your pelican site, the structure should look something like this:

└── yourproject
    ├── Makefile
    ├── content
    │   └── (pages)
    ├── pelican-theme
    │   ├── static
    │   │   ├── css
    │   │   │   └── (css files)
    │   │   └── js
    │   │       └── (js files)
    │   └── templates
    │       └── (custom templates)
    ├── output
    │   └── (output files)
    ├── pelicanconf.py
    ├── publishconf.py.txt
    └── tasks.py

Edit your Pelican settings file (pelicanconf.py) to look for the theme:

THEME = 'pelican-theme'

Save the changes to your settings file and then regenerate your site:

make html

About

A custom theme I made for Pelican Static Site Generator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published