Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

kabisa/theguild.nl

Repository files navigation

ARCHIVED

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

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • 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

Running / Development

Contentful API Keys

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 [email protected].

Fetch updated entries from Contentful

  • middleman contentful