Website for data.coop
Go to file
Jesper Hess 7768549493
Fix newlines in README.md
2018-06-22 09:00:57 +02:00
_includes Implement jekyll-now design 2017-02-11 11:58:41 +01:00
_layouts Remove logo for now 2017-02-11 13:16:38 +01:00
_pages Update '_pages/about.md' 2018-01-16 17:04:49 +00: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
assets/css Move style.css to assets folder 2017-02-11 12:02:16 +01:00
images Delete unused theme images 2017-02-11 12:22:24 +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 Fix newlines in README.md 2018-06-22 09:00:57 +02:00
_config.yml Change site description slightly 2017-02-11 12:21:50 +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

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.

git clone https://git.data.coop/data.coop/website.git data.coop  
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 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.