Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/addono/aknapen.nl
- Owner: Addono
- Created: 2017-09-27T20:11:55.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T07:22:16.000Z (7 months ago)
- Last Synced: 2024-04-13T21:11:10.362Z (7 months ago)
- Topics: blog, github, github-actions, go, hugo, probot, vercel, web
- Language: HTML
- Homepage: https://aknapen.nl
- Size: 26.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```