Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/theandrew168/sbs-website

My personal website and blog
https://github.com/theandrew168/sbs-website

blog hugo website

Last synced: 3 months ago
JSON representation

My personal website and blog

Awesome Lists containing this project

README

        

# sbs-website
My personal website and blog

## Local Development
Assuming that [Hugo](https://gohugo.io/) is installed, simply run:
```
# make run
hugo server -D
```

To build the blog output, run:
```
# make build
hugo -d docs/
```