This is a Pelican (Static Site Generator) theme. This theme is useful for Persian blogs.
- Using the default font (Vazir)
- Using "BMitra" font
- Choose a location to hold your theme. Here we use
themes
directory - Get the theme in any way which is convenient for you. for example:
- Clone the repository into
themes
directory
git clone https://github.com/ziaa/Pelican-RTL-theme.git
- Or add the repository as a submodule in
themes
directory
git submodule add -b master https://github.com/ziaa/Pelican-RTL-theme.git themes/Pelican-RTL-theme
- Clone the repository into
- Edit your Pelican
pelicanconf.py
settings file and add the path to the theme
THEME = "/path/to/themes/Pelican-RTL-theme"
- (Optional) Set the theme font in
pelicanconf.py
using the syntax:
THEME_FONT = "BMitra"
Currently there are two implemented fonts: "Vazir" which is the default font and "BMitra".
(More information on using Pelican themes + +)
Base theme is forked from pelican-sobhe