Website for data.coop
Go to file
Jesper Hess ecf0ac205c
Add .bundle to .gitignore
2017-02-10 09:22:52 +01:00
_includes Delete Disqus and Google Analytics integration 2017-02-06 14:05:46 +01:00
_layouts Tilføjet så der bare er lidt indhold 2017-02-09 21:38:54 +01:00
_posts Tilføjet så der bare er lidt indhold 2017-02-09 21:38:54 +01:00
_sass Update to latest version of Jekyll base template 2017-02-06 11:51:18 +01:00
assets Update to latest version of Jekyll base template 2017-02-06 11:51:18 +01:00
.gitignore Add .bundle to .gitignore 2017-02-10 09:22:52 +01:00
Gemfile Add Livereload support for dev 2017-02-06 12:05:49 +01:00
README.md Add README file 2017-02-06 13:50:26 +01:00
_config.yml Exclude docker-compose.yml from deployments 2017-02-09 20:46:32 +01:00
about.md Tilføjet så der bare er lidt indhold 2017-02-09 21:38:54 +01:00
docker-compose.yml Add docker-compose.yml to ease development 2017-02-06 13:30:13 +01:00
index.md Tilføjet så der bare er lidt indhold 2017-02-09 21:38:54 +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.