https://github.com/janraasch/janraaschcom-supernova
The source-code of my Hugo-powered website ✨.
https://github.com/janraasch/janraaschcom-supernova
freelancer fullstack-developer hugo-site remote software-developer
Last synced: 4 months ago
JSON representation
The source-code of my Hugo-powered website ✨.
- Host: GitHub
- URL: https://github.com/janraasch/janraaschcom-supernova
- Owner: janraasch
- Created: 2025-07-23T10:14:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-02-03T11:02:35.000Z (4 months ago)
- Last Synced: 2026-02-03T21:58:54.477Z (4 months ago)
- Topics: freelancer, fullstack-developer, hugo-site, remote, software-developer
- Language: HTML
- Homepage: https://www.janraasch.com
- Size: 135 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# janraasch.com [](https://app.netlify.com/sites/lucid-leakey-72209b/deploys)
Source of my [Hugo](https://gohugo.io/)-powered website.
## What's in a name?
> supernova | ˌso͞opərˈnōvə, ˈso͞opərˌnōvə |
> noun (plural supernovae | ˈˌso͞opərˈˌnōˌvē, ˈˌso͞opərˈˌnōˌvī | or plural supernovas | ˈˌso͞opərˈˌnōvəz |) Astronomy
>
> a star ([janraaschcom](https://github.com/janraasch/janraaschcom)) that suddenly increases greatly in brightness because of a catastrophic explosion that ejects most of its mass ([janraaschcom-vibrant](https://github.com/janraasch/janraaschcom-vibrant)).
## Development
```bash
# don't forget to check out the theme's code
git submodule update --init --recursive
# start hugo server
hugo server
```