ccwang002 / ccwang002.github.io

My personal blog

Home Page:https://blog.liang2.tw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liang-Bo Wang's blog

My static blog site using Pelican and a modified theme based on Kura's Hauntr theme (MIT license).

Setup

For example, create a conda environment blog for the dependencies:

# nodejs for KaTeX server-side render by pelican-katex
conda create -n blog python=3.11 nodejs
conda activate blog
pip install -r requirements.txt

Launch a local web server to serve the blog content at http://localhost:8000:

make devserver

Depoly the updates:

make github

License

The blog content is licensed under Creative Commons Attribution 4.0 International License. In addition, the source code of this blog site is also licensed under MIT License. See the file LICENSE for details.

About

My personal blog

https://blog.liang2.tw

License:MIT License


Languages

Language:Markdown 92.2%Language:CSS 3.0%Language:HTML 2.6%Language:Python 1.6%Language:Makefile 0.6%