Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/
```