Website for data.coop
Go to file
Jesper Hess 172040906a
Implement jekyll-now design
2017-02-11 11:58:41 +01:00
_includes Implement jekyll-now design 2017-02-11 11:58:41 +01:00
_layouts Implement jekyll-now design 2017-02-11 11:58:41 +01:00
_pages Implement jekyll-now design 2017-02-11 11:58:41 +01:00
_posts Tilføjet så der bare er lidt indhold 2017-02-09 21:38:54 +01:00
_sass Implement jekyll-now design 2017-02-11 11:58:41 +01:00
images Implement jekyll-now design 2017-02-11 11:58:41 +01:00
.gitignore Add .bundle to .gitignore 2017-02-10 09:22:52 +01:00
Gemfile Implement jekyll-now design 2017-02-11 11:58:41 +01:00
README.md Add README file 2017-02-06 13:50:26 +01:00
_config.yml Implement jekyll-now design 2017-02-11 11:58:41 +01:00
docker-compose.yml Add docker-compose.yml to ease development 2017-02-06 13:30:13 +01:00
index.md Implement jekyll-now design 2017-02-11 11:58:41 +01:00
style.scss Implement jekyll-now design 2017-02-11 11:58:41 +01:00

README.md

The data.coop website

Building the site

The site is built using Jekyll The simplest way to work with the site and code is to use Docker.

cd data.coop
docker-compose up```

This will fire up the website inside a Docker container and start listening on port 4000.
Simply connect your browser to http://localhost:4000 and you're good to go. In development
mode, the site has the [jekyll:livereload](https://github.com/RobertDeRose/jekyll-livereload) extension enabled, allowing you to see your changes immediately
upon saving files in the source directory.

## Deploying the site
TODO: Set up webhook for auto-deployment on push to master.