side project Articles


Build Up Your Own Blog - Step by Step (2)

Continue from the first step, this one will show some custom settings on your website, which includes adding new pages with images, and menu modification. Let's go: Add a new page - Open your terminal, create a directory "pages" under "content", and create a Markdown file yourpage.md. $ cd ~/Desktop/yoursitename …

Build Up Your Own Blog - Step by Step (1)

The website you are browsing is my first side project which leveraged a static site generator - Pelican. This blog is about steps on how to install Pelican and some lesson-learned while I was building up mine site. Here is the repo for this project Pelican is powered by python and …