bernedom / bernedom.github.io

Personal blog about C++ Coding and Agile Development

Home Page:https://bernedom.github.io

Repository from Github https://github.combernedom/bernedom.github.ioRepository from Github https://github.combernedom/bernedom.github.io

Overview

Head over to (dominikberner.ch/)[dominikberner.ch/] to read the blog. The site is built using jekyll-now

Developing

I'm using an alpine based docker container to run the site locally to preview changes. Build and run it with:

docker build . --rm -t ghpages
docker run -ti -p 4000:4000 -v $(pwd):/home/jekyll --rm ghpages

If the commands require sudo rights consider adding the current user to the docker group:

sudo groupadd docker
sudo usermod -aG docker $(whoami)
newgrp docker 

About

Personal blog about C++ Coding and Agile Development

https://bernedom.github.io

License:MIT License


Languages

Language:SCSS 52.5%Language:CSS 32.9%Language:HTML 14.2%Language:Shell 0.5%