If you have your own domain, this post summarizes my lesson learned when setting it up.
Articles tagged with blog
Embedded SVG Image in Your Site Powered by Pelican
Inline Vector Graphic in the Right Way
By converting bitmap graph directly via tool like ImageMagick
with the command like convert input.png output.svg
, you may probably not get what you want, because it applies the trick to wrap up a base64-encoded text in a svg format. You don't …
Fail to Deploy on Netlify with Pelican 4.5.0
Netlify Defualt Python is 2.7!!
I tried to deploy my zh site yesterday but I did not make it because of python collection.abc import error raised by python 2.7:
4:07:18 PM: $ make html
4:07:18 PM: pelican /opt/build/repo/content -o /opt/build …