Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/addono/aknapen.nl

My personal website
https://github.com/addono/aknapen.nl

blog github github-actions go hugo probot vercel web

Last synced: 10 days ago
JSON representation

My personal website

Awesome Lists containing this project

README

        

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)

# Getting the source code

The preferred method of getting the source code is by running:

```bash
git clone https://github.com/Addono/aknapen.nl --recurse-submodules
```

Then switch to the main development branch `latest`:

```bash
git checkout latest
```

## 🔨 Building

This website is build using Hugo, you can do a full build by running the following command:

```command
hugo
```

## 👷‍♂️ Development

For local development, you can run Hugo in server mode, which defaults to having hot-reloading enabled:

```command
hugo server
```