Development Tool: Pelican (static site generator written in Python)
Development Environment: Ubuntu 22.04
-
$ sudo apt-get install git $ sudo apt-get install python-pip
Install language packages to add locale (English, Traditional Chinese, and Thai in this example):
$ sudo apt-get install language-pack-en $ sudo apt-get install language-pack-zh-hant $ sudo apt-get install language-pack-th
git clone source code:
$ cd $ mkdir dev $ cd ~/dev/ $ git clone https://github.com/siongui/pelican-template.git YOUR_REPO
Install Python tools:
$ cd ~/dev/YOUR_REPO/ $ sudo pip install -r requirements.txt
Install Pelican i18n_subsites plugin and download normalize.css:
$ cd ~/dev/YOUR_REPO/ $ make download
Generate CSS file:
$ cd ~/dev/YOUR_REPO/ $ make scss
# start edit and develope
$ cd ~/dev/YOUR_REPO/
# re-generate the website and start dev server
$ make
# open your browser and preview the website at http://localhost:8000/
All works, including posts and code, of Siong-Ui Te are released in public domain. Please see UNLICENSE.
[1] | JINJA_FILTERS in Settings — Pelican documentation
|
[2] | 法眼寺 |