Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/midzer/doenieren
Website showing places with kebab cuisine in austria, germany and switzerland
https://github.com/midzer/doenieren
hugo
Last synced: 3 months ago
JSON representation
Website showing places with kebab cuisine in austria, germany and switzerland
- Host: GitHub
- URL: https://github.com/midzer/doenieren
- Owner: midzer
- Created: 2020-03-18T15:51:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T13:18:35.000Z (6 months ago)
- Last Synced: 2024-10-11T00:09:03.189Z (4 months ago)
- Topics: hugo
- Language: JavaScript
- Homepage: https://doenieren.in/
- Size: 7.71 MB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# doenieren
[Hugo](https://gohugo.io/) website showing places with kebab cuisine in germany.
## Locations
For a location (node or way) to appear in `doenieren.in/`, the following criteria must be met:
1. The location's [`cuisine`](https://wiki.openstreetmap.org/wiki/Key:cuisine) value must contain `kebab` or `turkish`.
2. The location's [`addr:city`](https://wiki.openstreetmap.org/wiki/Key:addr:city) value must equal ``.## Preprocessing
Geration of markdown files (`content/cities` and `data/cities`) is done via https://github.com/midzer/pbf2md/tree/doener project.
## Setup
```bash
# Clone this repo
git clone https://github.com/midzer/doenieren.git
# Launch hugo dev environment
hugo serve
# Done! Site is now available at http://localhost:1313/
```