Skip to content

Antifantwerp/antifantwerp.github.io

Repository files navigation

Antifantwerp

An antifa logo: a white circle with a black border. Within the circle is a black flag on the front, and left-below-behind it a red one. The top of the circle says Antifa, the bottom says Antwerp

A website collecting anti-fascist resources in Antwerp, Belgium.

Reference

Data

A part of being a collection of resources is collecting and displaying data. Some text (e.g. how to remove stickers on our website) will be hardcoded. However, every list (e.g. organisations or watchpigeon articles like seen in Watchpigeon Flanders) are available in YAML format: human+machine readable & writeable.

This data can be used by people and organisations in line with what Antifantwerp stands for. For more information on this, see the Antifantwerp positions page.

  • Stickers: data & images
  • Organisations: data
  • Positions: pure text, and thus hardcoded
  • Watchpigeon: data & images
  • Resources:
  • Locations: possibly TODO, depending whether it falls under text or data down the road
  • Contributing: text
  • Thanks: text

How-to

Run locally

Requirements: node.js, yarn

git clone https://github.com/Antifantwerp/antifantwerp.github.io.git
cd antifantwerp.github.io
yarn install

Then run...

  • yarn build to build into dist/
  • yarn dev to run a dev server on localhost:8080.