Skip to content

lsulak/lsulak.github.io

Repository files navigation

Ladislav's Tech Blog on lsulak.github.io

Deploy Blog

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.

Build And Run Locally

If you want to build the blog locally, including installation of all dependencies, please follow these steps:

  1. Create and activate virtual env and install dependencies: ./setup.sh
  2. Run make html && pelican --listen
  3. 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.