Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 587 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 587 Bytes

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, then run it with:

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).

Contributions welcome.