Skip to content

Commit fca7e19

Browse files
committed
Website generator proof of concept via cloudflare worker
1 parent 62e855a commit fca7e19

33 files changed

Lines changed: 4896 additions & 672 deletions

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ typings/
8888
# dotenv environment variables file
8989
.env
9090

91+
# Cloudflare Workers
92+
.wrangler/
93+
.dev.vars
94+
9195
# parcel-bundler cache (https://parceljs.org/)
9296
.cache
9397

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# illgitthat.github.io
2-
Github pages for adamcbloom.com (mostly just a playground)
2+
Cloudflare worker for adamcbloom.com (mostly just a playground)

0 commit comments

Comments
 (0)