Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/everlastingbugstopper/shellcromancer-io
My blog deployed w/ Workers Sites.
https://github.com/everlastingbugstopper/shellcromancer-io
Last synced: 4 days ago
JSON representation
My blog deployed w/ Workers Sites.
- Host: GitHub
- URL: https://github.com/everlastingbugstopper/shellcromancer-io
- Owner: EverlastingBugstopper
- Created: 2019-10-21T15:15:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T15:16:17.000Z (about 5 years ago)
- Last Synced: 2024-11-12T16:49:17.773Z (2 months ago)
- Homepage: https://shellcromancer.io/
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Shellcromancer.io Blog
Static blog site using Hugo to generate the content from markdown files & using Cloudflare Workers Sites to deploy it.
## All you need to know
Make sure to clone with submodules.
```
git clone --recurse-submodules [email protected]:shellcromancer/shellcromancer-io.git
```Generating the Hugo Site.
```
hugo
```Deploying w/ Cloudflare Wrangler.
```
wrangler publish
```