Community Over Code EU - EU edition of the flagship ASF conference

Clone this repo:
  1. 4c94ef2 Fix artifact upload to be v4 by Jarek Potiuk · 6 months ago main
  2. 0a741ac Create dependabot.yml (#31) by Jacob Wujciak-Jens · 6 months ago
  3. 8da732d Update volunteer list by Gavin McDonald · 8 months ago
  4. 00843f7 Summary on program page fixed by AlbertoRJ · 11 months ago
  5. 0bcc451 25 years of the ASF universe in europe blog added by AlbertoRJ · 11 months ago

Community Over Code EU

This is repository where the source of the Community Over Code EU website lives

How to

The website is built with Hugo

Installation

You can install Hugo by following the installation guide.

Run site in dev mode

To start the website locally in dev mode, just run:

hugo server -D

Then open the website in a browser at http://localhost:1313/

For adding or editing pages, modify the corresponding file under /content.

Publishing eu.communityovercode.org

Follow the documentation guide