August 10, 2024 infosec 8 min read Security considerations for static generated websites An exploration of security considerations, risks, and best practices when deploying and serving static generated websites. Topics: security static-sites web-development hosting deployment information-security
July 13, 2021 webdev 4 min read Static site generation with Flask and Pelican: a comprehensive comparison An in-depth comparison of Flask-FlatPages and Pelican for static site generation, covering implementation approaches, performance considerations, and best practices. Topics: python flask pelican static-sites web-development