# letsencrypt-website **Repository Path**: mirrors_fffonion/letsencrypt-website ## Basic Information - **Project Name**: letsencrypt-website - **Description**: Let's Encrypt Website and Documentation - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Let's Encrypt Website ===================== This is the repository for the main [Let's Encrypt website]. This site is built with [Hugo]. It's entirely static, no server-side code/scripting. To see your changes, [install Hugo Extended], then run it with: ```sh hugo server -F ``` And open [http://localhost:1313/] in your browser. Note that the `-F` flag will show items to be published in the future (like blog posts with dates in the future). If you update javascript, css or layouts, you can run tests with: ```sh npm install && npm run build && npm test ``` Contributions welcome. # Troubleshooting with Hugo If you see the error: > Failed to load translations in file "en.toml": unsupported file extension .toml Your version of Hugo is probably too old. Please use the version specified in [netlify.toml] # Translations - internationalization (i18n) To help with translation, please see [TRANSLATION.md]. [Let's Encrypt website]: https://letsencrypt.org/ [Hugo]: https://gohugo.io/ [install Hugo Extended]: https://gohugo.io/getting-started/installing [http://localhost:1313/]: http://localhost:1313/ [TRANSLATION.md]: https://github.com/letsencrypt/website/blob/master/TRANSLATION.md [netlify.toml]: https://github.com/letsencrypt/website/blob/master/netlify.toml