rust-community / content-o-tron

A process for helping the Rust community and new comers to share their story of using Rust :robot:
Creative Commons Attribution Share Alike 4.0 International
18 stars 10 forks source link

Small landing page #35

Open skade opened 6 years ago

skade commented 6 years ago

It might be worth having a small web page describing the content-o-tron and maybe also highlighting currently running campaigns.

This could be hosted at GH pages and as a sub-page of community.rs.

adityac8 commented 6 years ago

@skade We could do something like adding a docs folder. @booya What do you recommend? Should we used a static web generator such as Jekyll, Pelican or Hugo for this page.

booyaa commented 6 years ago

I'll setup the docs folder so work can be started.

I'd prefer Jekyll because it's built into GitHub Pages, if we use others (Pelican, Hugo, Cobalt) I'd like travis-ci to be setup, so it will automatically rebuilt when people add more content.

I can provide an example of how to Cobalt to work in travis: https://github.com/booyaa/booyaa.github.io/blob/source/.travis.yml

booyaa commented 6 years ago

docs folder is enabled: https://community.rs/content-o-tron/

adityac8 commented 6 years ago

In that case, lets stick to Jekyll as that would be easier for everyone.