This is a source code for my personal blog. It's a static website powered by Pelican with slightly modified Flex theme.
I started this site as a way to capture and share my journey in tech. I blog about various things I learned and experienced, mostly focusing on software engineering with some intersection of data science.
If you want to build the blog locally, including installation of all dependencies, please follow these steps:
- Create and activate virtual env and install dependencies:
./setup.sh
- Run
make html && pelican --listen
- Visit http://localhost:8000
Note: optionally also install gem
and mdl
(details here for having
a full tooling around the CI. Please see file .github/workflows/cicd.yml
and Makefile
for more details.