Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olange/nice-places
My favorite places for nomadic coding & studying
https://github.com/olange/nice-places
Last synced: about 1 month ago
JSON representation
My favorite places for nomadic coding & studying
- Host: GitHub
- URL: https://github.com/olange/nice-places
- Owner: olange
- License: other
- Created: 2014-02-28T12:36:05.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-01-29T06:22:54.000Z (almost 3 years ago)
- Last Synced: 2024-10-18T23:13:12.743Z (2 months ago)
- Language: CSS
- Homepage: olange.github.io/nice-places
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nice places
[Geneva, Switzerland](http://olange.github.io/nice-places/geneva) _My favorite places in Geneva, to code or study_
## Contents
This repository is the source of the website [olange.github.io/nice-places](http://olange.github.io/nice-places/). New places added to the files of this repository will be automatically published to the website by [GitHub Pages](http://pages.github.com).
## Contributing
Fork this repository, add or update the places, and submit a pull request. I'd be glad to merge them and welcome updates.
See the article [Mapping geoJSON files on GitHub](https://help.github.com/articles/mapping-geojson-files-on-github) to create a map.
## Previewing changes
To preview your changes locally in a browser, you might want to [install Jekyll](https://help.github.com/articles/using-jekyll-with-pages/#installing-jekyll). Assuming you have Ruby and bundler installed:
$ git clone [email protected]:olange/nice-places.git
$ cd nice-places
$ bundle installAnd [let Jekyll serve](http://jekyllrb.com/docs/usage/) the site locally:
$ bundle exec jekyll serve --watch
Configuration file: …/nice-places/_config.yml
Source: …/nice-places
Destination: …/nice-places/_site
Generating... done.
Auto-regeneration: enabled
Server address: http://0.0.0.0:4000
Server running... press ctrl-c to stop.Then point your browser to `http://localhost:4000` and start making changes. Changed files will be republished automatically by Jekyll.