Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collabcamp/collabcamp.github.io
CollabCamp home page
https://github.com/collabcamp/collabcamp.github.io
Last synced: 5 days ago
JSON representation
CollabCamp home page
- Host: GitHub
- URL: https://github.com/collabcamp/collabcamp.github.io
- Owner: collabcamp
- Created: 2014-09-02T16:10:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T15:13:56.000Z (about 6 years ago)
- Last Synced: 2024-08-01T12:34:31.183Z (3 months ago)
- Language: JavaScript
- Homepage: collab.camp
- Size: 1.31 MB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - collabcamp/collabcamp.github.io - CollabCamp home page (others)
README
# [CollabCamp website](http://collab.camp/)
using [Jekyll](http://jekyllrb.com/)
CollabCamp events bring together social entrepreneurs, sharers, hackers, government officials and citizens to collaboratively work on projects which benefit the collaborative economy (sharing). CollabCamp events are free to attend. We celebrate collaboration and sharing. Let's get it done!
### Structure
* [_config.yml](_config.yml) - general settings incl. most frontpage text
* [index.html](index.html) - frontpage layout
* [events/](events/)
* Each event has its own markdown file. Properties at the top of the file
are used by the page template to render a map, facebook event link, etc.
* To add a new event, copy an existing one and change the details. Each file
is named `yyyy-mm-city.md`.
* [_layouts/default.html](_layouts/default.html) - html template used by every page
* [_layouts/event.html](_layouts/event.html) - layout for event pages
* [_includes/footer.html](_includes/footer.html) - footer for all pages
* [_sass/_base.scss](_sass/_base.scss) - the site's stylesheet### Editing this site locally
To clone and run a server locally for testing:
git clone https://github.com/collabcamp/collabcamp.github.io.git
cd collabcamp.github.io
gem install jekyll #may need sudo?
jekyll serveYou should get given a server address like this:
Server address: http://127.0.0.1:4000/
Please feek free to branch/fork and send pull requests