Skip to content

Pelican (static site generator) RTL theme for using in blogs which are written in Persian

License

Notifications You must be signed in to change notification settings

ziaa/Pelican-RTL-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pelican (static site generator) RTL theme for using in blogs which are written in Persian

Topics

Resources

License

Stars

Watchers

Forks