atoum / atoum.github.io

Atoum website

Home Page:http://atoum.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Atoum website

http://atoum.github.io


Languages

Language:JavaScript 52.4%Language:HTML 25.7%Language:CSS 17.4%Language:PHP 4.1%Language:Ruby 0.2%Language:Makefile 0.1%