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
- Host: GitHub
- URL: https://github.com/moritzheiber/hugo-blog-website
- Owner: moritzheiber
- Created: 2015-05-10T17:33:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T12:13:23.000Z (over 2 years ago)
- Last Synced: 2025-08-03T03:38:06.452Z (about 1 year ago)
- Language: HTML
- Size: 5.52 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```