Skip to content

Commit

Permalink
docs: update homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Dec 7, 2020
1 parent 40dd5e4 commit 4e65d01
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ <h1 class="mt-0">{{ .Title }}</h1>
{{ define "sidebar-prefooter" }}
<section class="section section-sm">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-lg-5">
<h2 class="h4">Security aware</h2>
<p>Get A+ scores on <a href="https://observatory.mozilla.org/analyze/doks.netlify.app">Mozilla Observatory</a> out of the box. Easily change the default Security Headers to suit your needs.</p>
</div>
<div class="col-lg-5">
<h2 class="h4">Fast by default</h2>
<p>Get 100 scores on <a href="https://googlechrome.github.io/lighthouse/viewer/?gist=7731347bb8ce999eff7428a8e763b637">Google Lighthouse</a> by default. Doks removes unused css, prefetches links, and lazy loads images.</p>
</div>
<div class="col-lg-5">
<h2 class="h4">SEO-ready</h2>
<p>Use sensible defaults for structured data, open graph, and Twitter cards. Or easily change the SEO settings to your liking.</p>
</div>
</div>
<div class="row justify-content-center text-center">
<div class="col-lg-5">
<h2 class="h4">Full text search</h2>
Expand Down

0 comments on commit 4e65d01

Please sign in to comment.