Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geonode/geonode-summit-2016
Website for GeoNode Summit 2016
https://github.com/geonode/geonode-summit-2016
Last synced: about 1 month ago
JSON representation
Website for GeoNode Summit 2016
- Host: GitHub
- URL: https://github.com/geonode/geonode-summit-2016
- Owner: GeoNode
- Created: 2016-09-14T19:18:53.000Z (over 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-01-31T16:19:21.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T12:48:28.032Z (8 months ago)
- Language: CSS
- Homepage: http://summit.geonode.org
- Size: 3.8 MB
- Stars: 1
- Watchers: 17
- Forks: 15
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GeoNode Summit 2016 (geonode-summit-2016)
================## Description
The main website for GeoNode Summit 2016.
## Installation
To create a development virtual machine, use [https://github.com/geonode/geonode-summit-2016-devops](https://github.com/geonode/geonode-summit-2016-devops).
**Extensionless Permalinks**
```
# http://jekyllrb.com/docs/permalinks/#extensionless-permalinks
try_files $uri $uri.html $uri/ =404;
```Also, see [http://rickharrison.me/how-to-remove-trailing-slashes-from-jekyll-urls-using-nginx](http://rickharrison.me/how-to-remove-trailing-slashes-from-jekyll-urls-using-nginx).
## Usage
Use Jekyll Serve with the following line. Include `-H 0.0.0.0` so the host machine can access the site.
```
jekyll serve -H 0.0.0.0
```## Examples
TBD
## Contributing
We are currently accepting pull requests. Please include a detailed description in the pull request as needed.
```
git push upstream gh-pages
```## License
TBD