Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 931 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 931 Bytes

The talking bit

This is a blog I write to learn about things I'm interested in.

Read The talking bit

Development notes

Development with Docker

docker compose up

That's all. The site will be available at http://localhost:4000.

Local

For local testing, use the following command:

jekyll serve --incremental --livereload

The --incremental flag only updates the changed files. Remove it if you experience problems when rendering the site locally. For example, because the index page will not update if you change the title of a post, etc.

Check Jekyll documentation for details.

CSS

In order to style the site you need to work in the assets/css folder. Jekyll will compile and move needed files to the _site/assets folder, from where it will serve them.