Skip to content

zetkin/zetkin.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2678973 · Feb 25, 2025
Nov 9, 2023
Nov 9, 2023
Jan 31, 2018
Jan 22, 2025
Nov 9, 2023
Mar 28, 2018
Aug 23, 2024
Jan 22, 2025
Feb 25, 2025
Nov 5, 2023
Aug 11, 2022
Jan 16, 2023
Mar 7, 2019
Aug 30, 2023
Nov 11, 2021
Jul 18, 2023
Mar 11, 2015
Jul 18, 2023
Mar 7, 2019
Oct 27, 2016
Apr 30, 2018
Dec 1, 2016

Repository files navigation

Zetkin.org Jekyll site

This repository contains the source for the zetkin.org website, built using Jekyll.

Provided that you have docker installed, you can use the official Jekyll image to build and run the site. Make sure that you are in the root folder of the repository and run this command.

docker run --rm -ti -v $PWD:/srv/jekyll --name zetkin_org -p 4000:4000 jekyll/jekyll:3 jekyll serve -i

This will start serving the page from port 4000 on the host that Docker is running on, usually localhost or whatever is returned by docker-machine ip.