
The architecture of this blog
I already posted_ about switching this blog to igawa.io. But I think it’s good to share the information about the architecture of this blog for you and especially me :) Architecture/tools GitHub Pages, CloudFlare So, currently, this blog uses GitHub Pages which can be used as a free blog system. And I also use it with my custom domain and HTTPS with CloudFlare_. Pelican And I’m using pelican_ as a blog system which is really powerful and written by python. That means I can improve and fix if I need it. And I’ve done it before. Branches Here is the repository of this blog. This has two main branches, one is master and the other is source. master branch is for managing generated contents. source branch is for managing source code such as blog post rst/md, imange, files, etc. So, the two branches are completely different. I feel this is a bit weird, but I couldn’t find a better solution so far. And It seems it works well. I don’t need to change the workflow. ...


