This repo has been archived.
We no longer run the theguild.nl separately, the tech blog is now part of the Kabisa.nl website.
If you want to write a blog post, see https://github.com/kabisa/blogging
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
gem install bundler
bundle install
cp .env.example .env
- edit the environment variables in
.env
- fetch content from contentful:
middleman contentful
middleman
- Visit your app at http://localhost:4567.
To access Contentful you need at least an access token. This access token can be found after you logged in into Contentful, have permission to access the Tech blog
space and navigate to APIs.
To get more information how to get authorization for the proper space, please send a request to ms@kabisa.nl.
middleman contentful