I made this works on cloudflare pages, with python 3.7 #229
lgh06
started this conversation in
Show and tell
Replies: 2 comments
-
build command:
env:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Really cool, nice work. Very tempting to pull back your changes, but I see that they are already working on a new build image link and seeing how it would be regressing to a considerably older version its better to wait on that for me. Cool that you managed to fix this for your usecase though, and nice for other people who have the same problem 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since cloudflare pages only support python 3.7, see here, so I modify some lines and finally it works on cf pages.
My fork repo: https://github.com/lgh06/obsidian-html
my fork compared with obsidian-html: 5a040df...lgh06:20220426
Demo: https://kb.hapleo.com/ & https://daniel-kb.pages.dev/
My obsidian repo: https://github.com/lgh06/Daniel_kb .
I am a newbee of Python and I modify python codes by googling and stackoverflow, it is just worked… not fully tested.
Beta Was this translation helpful? Give feedback.
All reactions