Theory and Practice
About Archives Categories Tags Authors 中文 ไทย
  1. Tags
  2. Pelican

[Pelican] Remove Prefix in PATH_METADATA Using Named Regex Group

January 01, 2023

Remove prefix of Pelican PATH_METADATA using Python named regular expression group.

 read more »

Migrate Pelican Site CI/CD From Travis CI to GitHub Actions

December 02, 2020

Use GitHub Actions for Pelican Site CI/CD instead of Travis CI.

 read more »

[Pelican] Add Build Timestamp to Pelican Site Automatically

November 30, 2020

Add build timestamp to Pelican site automatically during generating the site.

 read more »

[Pelican] Build Offline Copy of Website

January 01, 2019

Build an offline copy of a website made by Pelican static site generator.

 read more »

[Pelican] Create URL Based on File Path

October 17, 2018

Pelican static site generator - Create URL of page or article based on the full path relative to the content source directory.

 read more »

reStructuredText “Back to Top” Link

April 02, 2017

reStructuredText - “Back to Top” Link

 read more »

[Pelican] Localize Theme via Jinja2 Custom Filter

January 12, 2017

Pelican static site generator - Localize theme with i18n_subsites plugin via custom Jinja2 filter. Implementation of gettext-like filter.

 read more »

[Pelican] Get Partial Pages or Articles in Theme

January 10, 2017

Pelican static site generator - Get partial pages or articles with specific metadata by Jinja2 built-in selectattr filter in theme.

 read more »

[Pelican] Get Single Page or Article by slug Metadata in Theme

January 08, 2017

Pelican static site generator - Get a single page or article by slug metadata in theme.

 read more »

[Pelican] Translate String According to Default Language in Theme

January 07, 2017

Pelican static site generator - Support multilingual in Pelican theme. Translate strings according to default language of settings in the theme. (implement macro gettext)

 read more »

Pelican reStructuredText Link to Section in Another Page

April 16, 2016

Pelican static site generator - Link to section in another page via reStructuredText.

 read more »

Pelican Add Buddhist Calendar

February 23, 2016

Pelican static site generator - add Buddhist calendar in your theme.

 read more »

[Golang] Regular Expression Named Group - Extract Metadata from File Path

February 20, 2016

Go regexp example of named group matches - extract metadata from file path.

 read more »

Pelican Generate index.html by reStructuredText or Markdown

February 19, 2016

Pelican static site generator - Generate index.html by writing reStructuredText or Markdown.

 read more »

Deploy Website by Pelican, Travis CI, and GitHub Pages

January 05, 2016 (Updated: May 23, 2017)

Automatic deployment of websites, by Pelican, Travis CI, and Github Pages

 read more »
Powered by Github Pages, Pelican, pyScss.