Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/theandrew168/sbs-website
- Owner: theandrew168
- License: apache-2.0
- Created: 2019-07-30T02:59:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T23:14:30.000Z (10 months ago)
- Last Synced: 2024-04-08T07:28:46.386Z (9 months ago)
- Topics: blog, hugo, website
- Language: Makefile
- Homepage: https://shallowbrooksoftware.com
- Size: 10.2 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
```