Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
Use this repo to submit problems for the Community, which are not specific to any one software project.

Since it requires a pull request flow to update, we want to keep the Jekyll-based website minimal. Besides introductory material it should have links to where it's easy for the community to contribute. For example the [wiki](https://github.com/c4social/c4social.org/wiki), issue trackers, and [discussion forum](https://github.com/c4social/c4social.org/discussions). TODO: Incorporate feeds into the site to always display fresh content.

## Testing

1. Install Jekyll: https://jekyllrb.com/docs/installation/
2. Clone this repo.
3. Go into c4social.org/docs: `cd c4social.org/docs`
4. `bundle exec jekyll serve`
5. Visit http://127.0.0.1:4000