dckc / madmode-blog

my tinkering notebook (blog)
https://www.madmode.com
0 stars 2 forks source link

host on netlify for auto-build #54

Closed dckc closed 5 years ago

dckc commented 5 years ago

A lot of the friction around my blog is running the build step: re-constituting python dependencies, running the build, manually tweaking the results, and committing the build results to github pages.

I really enjoyed Netlify's build-on-push workflow when working on the library of RChain.

Let's give it a try...

dckc commented 5 years ago

holy shnikeys! it worked 1st try with no tweaks whatsoever

https://madmode-blog-dckc.netlify.com/

Netlify Status

https://app.netlify.com/sites/madmode-blog-dckc/deploys/5ce76401042cfd6c4a47eab8

lots of mixed content (http / https) issues:

10:26:09 PM: Mixed content detected in: /2000_09_01_archive.html
10:26:09 PM: --> insecure script urls:
10:26:09 PM:   - http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML

10:27:16 PM: Mixed content detected in: /2010/09/ditch-cable-tv-yes-build-hd-dvr-out-of.html
10:27:16 PM: --> insecure img urls:
10:27:16 PM:   - http://www.assoc-amazon.com/e/ir?t=danconnolly&l=btl&camp=213689&creative=392969&o=1&a=B001GGAIIQ
dckc commented 5 years ago

fixed, documented in 7b4e659