Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanderploegsma/sanderp.nl
My personal website. A static site built with Hugo.
https://github.com/sanderploegsma/sanderp.nl
blog netlify personal-website static-site
Last synced: 3 days ago
JSON representation
My personal website. A static site built with Hugo.
- Host: GitHub
- URL: https://github.com/sanderploegsma/sanderp.nl
- Owner: sanderploegsma
- Created: 2021-01-06T16:16:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T19:38:56.000Z (4 months ago)
- Last Synced: 2024-07-19T03:31:22.632Z (4 months ago)
- Topics: blog, netlify, personal-website, static-site
- Homepage: https://www.sanderp.nl
- Size: 1.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sanderp.nl
This website is built using [Hugo](https://gohugo.io/).
## Local Development
```sh
$ hugo server
```This command starts a local development server.
Most changes are reflected live without having to restart the server.## Build
```sh
$ hugo
```This command generates static content into the `public` directory and can be served using any static contents hosting service.