Website for data.coop
Go to file
Mikkel Munch Mortensen 6b3e633383
Change styling for badges
Don't hide the content of them, allowing everyone to know what the badge
is about.
2019-02-14 12:07:21 +01:00
_includes Add a Bliv Medlem page 2018-11-02 22:13:47 +01:00
_layouts Make service listing details togglable 2019-02-12 13:18:48 +01:00
_pages Change styling for badges 2019-02-14 12:07:21 +01:00
_posts Tilføjet så der bare er lidt indhold 2017-02-09 21:38:54 +01:00
_sass Change styling for badges 2019-02-14 12:07:21 +01:00
assets/css Rename custom CSS file 2019-02-12 12:58:20 +01:00
images Introduce the stability badge 2019-02-13 16:26:15 +01:00
js Improve the service listing 2019-02-12 14:12:19 +01:00
.gitignore Add .bundle to .gitignore 2017-02-10 09:22:52 +01:00
Gemfile Update jekyll and update to new liverebuild command args 2018-11-25 15:07:07 +01:00
README.md Deploy instructions 2018-06-22 09:20:24 +02:00
_config.yml Add a Bliv Medlem page 2018-11-02 22:13:47 +01:00
docker-compose.yml Update jekyll and update to new liverebuild command args 2018-11-25 15:07:07 +01:00
index.md Opdatering om næste arrangement 2018-12-19 23:28:26 +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

For now, just push to the git repo in root's homedir on the server. This will trigger the deployment.

git remote add live ssh://root@data.coop:/root/datacoop.git  
git push live