Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackercouch/hackercouch
Hospitality for Hackers
https://github.com/hackercouch/hackercouch
community couchsurfing hackers hacking hospex hospitality jekyll nick
Last synced: about 1 month ago
JSON representation
Hospitality for Hackers
- Host: GitHub
- URL: https://github.com/hackercouch/hackercouch
- Owner: hackercouch
- Created: 2015-09-21T15:36:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T06:31:03.000Z (about 2 months ago)
- Last Synced: 2024-10-23T09:22:22.652Z (about 2 months ago)
- Topics: community, couchsurfing, hackers, hacking, hospex, hospitality, jekyll, nick
- Language: SCSS
- Homepage: https://hackercouch.com
- Size: 2.17 MB
- Stars: 200
- Watchers: 12
- Forks: 94
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - hackercouch/hackercouch - Hospitality for Hackers (jekyll)
README
# hackercouch ![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/hackercouch/hackercouch/Build%20and%20Publish/master) ![Website](https://img.shields.io/website?url=https%3A%2F%2Fhackercouch.com) ![GitHub pull requests](https://img.shields.io/github/issues-pr/hackercouch/hackercouch)
HackerCouch is "Hospitality for Hackers". Here's how it goes:
- Fork this repo
- Add your own markdown file with your nick (perhaps twitter/github handle?) in the `_couches` directory
- You file a Pull Request on [github][gh]
- Make sure the build passes
- Go check [hackercouch.com](https://hackercouch.com) the next time you are travelling.See [add.md](add.md) for more detailed instructions.
The idea isn't new, it has been [tried before][original] as well. The reason we are trying this again is:
- The idea of a Fork->PR->Merge->Publish flow with almost zero effort
- Filing a pull request is a great filter for hackers
- hackercouch.com was available
- [This comment][comment] by @sirupsen on HN# Development
See [HACKING.md]
### Quickstart
You'll need to have Ruby and Bundler setup.
```bash
bundle install
bundle exec jekyll serve --watch
```And open in your browser.
### Troubleshooting
- If your bundle fails due Nokogiri and you're on OSX, try running this first: `xcode-select --install`
# Credits
- The original hackercouch project: [jancborchardt/hackercouch][original]
- [remy/mit-license](https://github.com/remy/mit-license) for the fork-PR-publish workflow.### Disclaimer
Our disclaimer policy is [here][disclaimer].
# LICENSE
This uses Jekyll collections and the base Jekyll theme. The very little code here
is licensed under the MIT License. However, everything under the `_couches` directory
is licensed under the CC0 license. If you file a PR to this repo, you agree to having
your "couch information" available under this license.The minimum required information is your nick, city and country code.
[original]: https://github.com/jancborchardt/hackercouch "The original hackercouch project"
[gh]: https://github.com/hackercouch/hackercouch
[comment]: https://news.ycombinator.com/item?id=1842383 "hackercouch.com, anyone?"
[disclaimer]: disclaimer.md