-
|
Is there any way to encrypt some articles? Readers would need to enter a password to read them. However, I know these articles are currently public files in a public GitHub repository ... |
Beta Was this translation helpful? Give feedback.
Answered by
imfing
Sep 18, 2025
Replies: 1 comment 1 reply
-
|
That is not really possible with a static site, since all files in a public GitHub repository are publicly accessible. To password-protect content, you'd need server-side logic or a different hosting setup that supports authentication. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Aerosand
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is not really possible with a static site, since all files in a public GitHub repository are publicly accessible.
To password-protect content, you'd need server-side logic or a different hosting setup that supports authentication.