https://github.com/midzer/doenieren
Website showing places with kebab cuisine in austria, germany and switzerland
https://github.com/midzer/doenieren
hugo
Last synced: 10 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-19T18:34:31.000Z (over 1 year ago)
- Last Synced: 2025-02-28T11:12:27.446Z (over 1 year ago)
- Topics: hugo
- Language: JavaScript
- Homepage: https://doenieren.in/
- Size: 8.22 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/
```