Shiori theme for Pelican
Project description
pelican-shiori
is a port of the Shiori theme (originally built for
Jekyll by Elle Kasai) to Pelican.
Installation
$ pip install pelican-shiori
Requirements
Usage
In your pelican settings.py
, set the THEME
and
ASSET_CONFIG
variables like the following -
import pelican_shiori
THEME = pelican_shiori.path()
ASSET_CONFIG = pelican_shiori.asset_config()
Configuration
The following configuration variables are supported.
SHIORI_AVATAR_URL
: URL of the avatar you’d like to show on the sidebarSHIORI_HIDE_SIDEBAR
: whether or not to show the sidebarSHIORI_INDEX_ARTICLES_COUNT
: number of articles to show on the index pageSHIORI_THEME
: which color scheme to use (one ofdark
,turquoise
,green
,blue
,purple
,orange
,red
)
Color Schemes
This theme is available in multiple color schemes (based on Flat UI Colors).
The default value for the color scheme is set to (surprise) default
. To
change it to one of the supported values, adjust the SHIORI_THEME
and
ASSET_CONFIG
variables as follows -
SHIORI_THEME = 'blue'
ASSET_CONFIG = pelican_shiori.asset_config(SHIORI_THEME)
Please make sure that the argument given to pelican_shiori.asset_config
is the same as SHIORI_THEME
. Bad things may happen otherwise.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pelican_shiori-0.2.1.tar.gz
.
File metadata
- Download URL: pelican_shiori-0.2.1.tar.gz
- Upload date:
- Size: 59.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 755d749701a168b38d99333f43355a36a9d77d39777ab48b8cdbee7ed7d93226 |
|
MD5 | 5a609406c1bf0b3d1f02a8c9f5664e68 |
|
BLAKE2b-256 | 26851d72e879778463df4a8e862bc339b312c9ef61b66abc6482bfd0895b1f52 |
File details
Details for the file pelican_shiori-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: pelican_shiori-0.2.1-py3-none-any.whl
- Upload date:
- Size: 94.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0aaf2bb10d8bf4c88333a1bb7d9753b5dfba4ae4b671c9d86174f105dc5ceea5 |
|
MD5 | 5b1f2f591b125c7b290cef0d0ae25ce8 |
|
BLAKE2b-256 | 35704c4a0e029f7d11be6a1ca9d5d6cd591d5ecfa65b413981002eac9d8b2be0 |