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

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 ✨.

Awesome Lists containing this project

README

          

# janraasch.com [![Netlify Status](https://api.netlify.com/api/v1/badges/23363270-8329-45cf-8f77-14d5544e0c26/deploy-status)](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
```