- The blog is proudly powered by Pelican, which takes great advantage of Python
- The blog is licensed under a Creative Commons Attribution 4.0 International License
- The theme is built based on the Pelican Simple theme
- Part of CSS statements and idea of the theme is from the The Art Gallery Guardian by Chao Xu
Pelican (with markdown)
python -m pip install "pelican[markdown]"
git clone https://github.com/superxh/superxh.github.io.git
- Compose posts in the content folder with Markdown
- Update the blog post
cd superxh.github.io
pelican content
- Publish with Github Pages
git add .
git commit -m "message"
git push -u origin master
To duplicate the blog system to your own repository add the remote repository before git push
git remote add origin url.git
pelican setting -- pelicanconf.py
theme -- simpleplus (the folder)