Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustinspecker/dustinspecker.com
https://github.com/dustinspecker/dustinspecker.com
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dustinspecker/dustinspecker.com
- Owner: dustinspecker
- Created: 2016-08-30T23:20:19.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T02:36:35.000Z (4 months ago)
- Last Synced: 2024-09-20T06:48:23.754Z (about 2 months ago)
- Language: Go
- Homepage: https://dustinspecker.com
- Size: 3.55 MB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# dustinspecker.com
## Running locally
1. Install Docker
1. Run `make hugo-server` to run a local Hugo server
1. Visit [https://localhost:1313](https://localhost:1313)## Creating a new post
1. Install Docker
1. Run `make NEW_POST_NAME=blah new-post` to scaffold a new post
1. Run `go run ./cmd/generate-image/main.go ./content/posts/blah.md` to generate logo for post