Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```