https://github.com/midzer/beerbase
An accessible worldwide open beer database
https://github.com/midzer/beerbase
hugo
Last synced: 10 months ago
JSON representation
An accessible worldwide open beer database
- Host: GitHub
- URL: https://github.com/midzer/beerbase
- Owner: midzer
- Created: 2022-02-06T00:48:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T14:22:46.000Z (over 4 years ago)
- Last Synced: 2025-04-02T17:52:57.703Z (about 1 year ago)
- Topics: hugo
- Language: CSS
- Homepage: https://beerba.se/
- Size: 1.98 MB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beerbase
[Hugo](https://gohugo.io/) website showing breweries with their beers all around the world.
## Preprocessing
Geration of markdown files (`content/breweries`) has been done via https://github.com/midzer/beer2md project.
## Setup
```bash
# Clone this repo
git clone https://github.com/midzer/beerbase.git
# Launch hugo dev environment
hugo serve
# Done! Site is now available at http://localhost:1313/
```