Hey guys,
I’m trying to use staticrypt to protect some of my blog post. I don’t have any problem encrypting the page and getting the html ready… I have trouble adding the new html to the blog post.
I’ve tried adding the new .html file to the _site blog post but jekyll return the page to default eveyrtime I push it to github which is understandable. I added the _site to .gitignore file but no luck.
Thank you!