blob: b5b181ec9d0b3faad690e7aa6d0464a8ff67cf91 [file] [log] [blame] [view]
# 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](https://gohugo.io)
### Installation
You can install Hugo by following the [installation guide](https://gohugo.io/installation/).
### Run site in dev mode
To start the website locally in dev mode, just run:
```bash
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](https://docs.google.com/document/d/1tnvrY-RVwNXyIkv8eDvpCJ9NKDtyoHsACATT5CGOqRc)