Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.