https://github.com/developerjosh/test-website
https://github.com/developerjosh/test-website
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developerjosh/test-website
- Owner: DeveloperJosh
- License: mpl-2.0
- Created: 2019-12-16T13:26:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T13:43:54.000Z (over 6 years ago)
- Last Synced: 2025-03-11T01:37:03.517Z (over 1 year ago)
- Language: HTML
- Size: 44.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
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], 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).
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.
# Translations - internationalization (i18n)
To help with translation, please see [TRANSLATION.md].
[Let's Encrypt website]: https://letsencrypt.org/
[Hugo]: https://gohugo.io/
[install Hugo]: https://gohugo.io/getting-started/installing
[http://localhost:1313/]: http://localhost:1313/
[TRANSLATION.md]: https://github.com/letsencrypt/website/blob/master/TRANSLATION.md