Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.54 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.54 KB

Pelican-RTL-theme

This is a Pelican (Static Site Generator) theme. This theme is useful for Persian blogs.

Preview

  1. Using the default font (Vazir)

Pelican-RTL-theme Vazir font Preview

  1. Using "BMitra" font

Pelican-RTL-theme Preview

Installation

  1. Choose a location to hold your theme. Here we use themes directory
  2. 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
    
  3. Edit your Pelican pelicanconf.py settings file and add the path to the theme
THEME = "/path/to/themes/Pelican-RTL-theme"
  1. (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 + +)

Original theme

Base theme is forked from pelican-sobhe