Website for data.coop
Go to file
reynir e1b2c9acd6 Tilføj link til vedtægter og AUP i blivmedlem (#22)
Tilføj link til renderede vedtægter og AUP

Co-authored-by: Thomas Jespersen <t@laumann.xyz>
Co-authored-by: Reynir Björnsson <reynir@reynir.dk>
Reviewed-on: data.coop/website#22
2021-01-15 13:31:10 +00:00
_includes Add a Bliv Medlem page 2018-11-02 22:13:47 +01:00
_layouts Update jekyll version 2019-03-04 16:20:09 +01:00
_pages Tilføj link til vedtægter og AUP i blivmedlem (#22) 2021-01-15 13:31:10 +00: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 Update README with info about deployment 2019-03-03 17:34:34 +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
.drone.yml Tweaking drone config to better support PRs 2020-12-05 16:22:33 +01:00
.gitignore Add .bundle to .gitignore 2017-02-10 09:22:52 +01:00
Dockerfile Add Dockerfile and build script 2019-03-02 09:20:04 +01:00
Gemfile Update jekyll version 2019-03-04 16:20:09 +01:00
README.md Update README with info about how to update dependencies 2019-03-04 16:45:15 +01:00
_config.yml Update _config.yml to remove build warnings 2019-03-04 16:10:43 +01:00
build.sh Add Dockerfile and build script 2019-03-02 09:20:04 +01:00
docker-compose.yml Update jekyll and update to new liverebuild command args 2018-11-25 15:07:07 +01:00
index.md Update meeting time, add jitsi link 2020-12-08 17:05:33 +01:00

README.md

The data.coop website

Build Status

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.

If you change anything in Gemfile you need to run docker-compose run jekyll bundle update to update all your dependencies.

Deploying the site

Simply pushing to master in our main repo at https://git.data.coop/data.coop/website/ will trigger a build-and-deploy of the website.