This repository contains the source data for the https://rustlang.cz website, which serves as an index of communities, events and other things related to the Rust language in the Czech Republic.
You can send a pull request to add new content. Data for the index is automatically generated from the following files:
data/communities.yaml
- online communities and discussion forumsdata/events.yaml
- events related to Rust in the Czech Republicdata/education.yaml
- Rust courses taught at universitiesdata/recordings.yaml
- recordings of Rust content (e.g. from meetups and conferences)data/trainings.yaml
- Rust training offeringsdata/companies.yaml
- companies using Rust
Note that all added content should be relevant to Rust usage in the Czech Republic (or potentially also Slovakia), as this index is focused on the local Rust community.
- Install Zola
- (Optional) Build RSS feed
$ cd rss $ cargo run -- --data-path ../data ../static/feed.xml
- Run
zola serve
orzola build