Implementing into more complex Jekyll themes #2
420Ayan420
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi! Try the following steps, and let me know if you run into any issues:
Also, note that this will only encrypt the resulting .html files on your deployed site and not any files (.html and .md and also the passwords file) in the repository itself. Given that your repository is currently public, people are still able to read your pages there. Hope this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
This is quite awesome work and I in the middle of trying to integrate this into a Jekyll theme called Basically Basic but I've been having a lot of trouble trying to get this to password protect a page like index.html or about.md.
Is there any chance I could be guided through the process of integrating your code into a more complex theme @evanbaldonado?
My code is available over here.
Many thanks for any reply :)
Beta Was this translation helpful? Give feedback.
All reactions