Skip to content

atoum/atoum.github.io

Repository files navigation

atoum's website source code

This repo contains the source code for atoum website, atoum.org.

Build & preview locally

  • Clone this repository
  • Use one of the following method
  • Then use your favorite browser to preview it

Using bundle

Install dependencies (assuming you have a working bundler installation).

bundle install
bundle exec jekyll serve --watch

Using docker

docker run -i -t -v $PWD:/srv/jekyll -p 4000:4000 jekyll/jekyll:pages jekyll serve --watch

Using docker-compose

docker-compose up

Create a release post

cd scripts
make release