Skip to content

Commit dbafc66

Browse files
committed
Convert the whole thing to run on cloudflare workers
Life is too short for this nonsense.
1 parent 729318b commit dbafc66

30 files changed

Lines changed: 34 additions & 4229 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.venv
22
*.pyc
3+
dist/

.nojekyll

Whitespace-only changes.

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

Gemfile

Lines changed: 0 additions & 4 deletions
This file was deleted.

Gemfile.lock

Lines changed: 0 additions & 285 deletions
This file was deleted.

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ all: build update-book serve
33
build:
44
./generate-html.py
55

6-
serve:
7-
python -m http.server 8899
6+
serve: build
7+
cd dist && python -m http.server 8899
8+
9+
preview: build
10+
npx wrangler dev
811

912
watch-build:
1013
ls **/*.md **/*.html **/*.xml *.py | entr ./generate-html.py
File renamed without changes.

posts/2017-09-08-repository-and-unit-of-work-pattern-in-python.md renamed to _posts/2017-09-08-repository-and-unit-of-work-pattern-in-python.md

File renamed without changes.

posts/2017-09-13-commands-and-queries-handlers-and-views.md renamed to _posts/2017-09-13-commands-and-queries-handlers-and-views.md

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)