A Jekyll-based static site for informing about WeAreFairphone community activities.
Features are discussed on the Fairphone forum thread.
First, make sure, you have Ruby and bundler installed.
Then run bundle install
and you are ready to start.
For blog posts, create Markdown files in _posts. You can write drafts in _drafts, which won't get published.
For pages, just create Markdown files in the root directory.
Run bundle exec jekyll serve
to start a development server and visit
localhost:4000.
Note: If you try running this on a Windows machine you might encounter problems with the character encoding. To solve this, simply execute chcp 65001
in your current PowerShell window.
- Think about recommending rvm in installation instructions.
- Explore discourse_api. (See forum post)
- Think about publishing on GitHub Pages. According to docs there is a whitelist of plugins which could make this approach hard.
- Pull data for community events from the page.
- Embed communitymap
- Align with duke1102/FairphoneAngel-LandingPage about design.
- Get inspiration from mozilla/activate.mozilla.community or learning.mozilla.org.
GPL 3.0. See license.