wiki/_notes/Applications/Static Site Generators.md

783 B

aliases title date_created date_modified
SSG Static Site Generators Sunday, August 28th 2022, 10:30:37 pm Sunday, August 28th 2022, 10:33:14 pm

Static Site Generators (SSGs) are Software Applications for building websites. Popular for blogs and other static content that doesn't change so frequently, though of course you can add JavaScript for interactivity.

Password protection for static sites

One challenge with static sites is password protection. Netlify offers login services. Another option is robinmoisson/staticrypt, which uses JavaScript-based cryptography to encrypt the contents of the site.