https://github.com/theandrew168/sbs-website
My personal website and blog
https://github.com/theandrew168/sbs-website
blog hugo website
Last synced: about 1 year 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 (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T02:37:12.000Z (about 1 year ago)
- Last Synced: 2025-04-19T13:09:42.151Z (about 1 year ago)
- Topics: blog, hugo, website
- Language: Makefile
- Homepage: https://shallowbrooksoftware.com
- Size: 26.7 MB
- Stars: 3
- Watchers: 2
- 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/
```