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

https://github.com/moritzheiber/hugo-blog-website

The hugo source for my personal website
https://github.com/moritzheiber/hugo-blog-website

Last synced: 4 months ago
JSON representation

The hugo source for my personal website

Awesome Lists containing this project

README

          

# Personal website/blog

It's available on [https://heiber.im](https://heiber.im).

## Running the site locally

You need the theme, which is available as a submodule:

```console
git submodule update --init --recursive
hugo serve
```