diff options
author | Marco Vito Moscaritolo <mavimo@gmail.com> | 2018-01-21 19:01:31 +0100 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2018-01-21 11:01:31 -0700 |
commit | 8bd7bfcef42e2e085f12172c0846bb322f6fe5c4 (patch) | |
tree | 9112ae7cd1699fbc274a445477526623a808030c /README.md | |
parent | 5a52ef78f16deaaad9c62b62a31efde991c18b25 (diff) |
Better linking between footnote on TLS (#223)
* Better linking between footnote on TLS
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -32,16 +32,18 @@ $ ponzu gen content song title:"string" artist:"string" rating:"int" opinion:"st **What's inside** -- Automatic & Free SSL/TLS* -- HTTP/2 and Server Push -- Rapid development with CLI-controlled code generators -- User-friendly, extensible CMS and administration dashboard -- Simple deployment - single binary + assets, embedded DB ([BoltDB](https://github.com/boltdb/bolt)) -- Fast, helpful framework while maintaining control - -*TLS: +- Automatic & Free SSL/TLS<sup id="a1">[1](#f1)</sup> +- HTTP/2 and Server Push +- Rapid development with CLI-controlled code generators +- User-friendly, extensible CMS and administration dashboard +- Simple deployment - single binary + assets, embedded DB ([BoltDB](https://github.com/boltdb/bolt)) +- Fast, helpful framework while maintaining control + +<sup id="f1">1</sup> *TLS*: - Development: self-signed certificates auto-generated -- Production: auto-renewing certificates fetched from [Let's Encrypt](https://letsencrypt.org) +- Production: auto-renewing certificates fetched from [Let's Encrypt](https://letsencrypt.org) + +[↩](#a1) ## Documentation For more detailed documentation, check out the [docs](https://docs.ponzu-cms.org) |