{{ .Title }}
+{{ .Params.lead | safeHTML }}
+ {{ partial "main/headline-hash.html" .Content }} + {{ if .Site.Params.editPage -}} + {{ partial "main/edit-page.html" . }} + {{ end -}} + {{ partial "main/docs-navigation.html" . }} +diff --git a/assets/scss/layouts/_header.scss b/assets/scss/layouts/_header.scss index d9e7abd..728e73c 100644 --- a/assets/scss/layouts/_header.scss +++ b/assets/scss/layouts/_header.scss @@ -73,8 +73,8 @@ } .header-bar { - border-top: 4px solid; - border-image-source: linear-gradient(90deg, $primary, #8ed6fb 50%, #d32e9d); + border-top: 6px solid; + border-image-source: linear-gradient(90deg, rgb(132, 85, 159) 0%, rgb(178, 85, 180) 58.33%, rgb(148, 55, 52) 100%); border-image-slice: 1; } diff --git a/config/_default/menus.toml b/config/_default/menus.toml index 7ed4bca..8e99e59 100644 --- a/config/_default/menus.toml +++ b/config/_default/menus.toml @@ -2,23 +2,27 @@ name = "Prologue" weight = 10 identifier = "prologue" - url = "/docs/prologue/" - -[[docs]] - name = "Help" - weight = 60 - identifier = "help" - url = "/docs/help/" + url = "/prologue/" [[main]] - name = "Docs" - url = "/docs/prologue/introduction/" + name = "Products" + url = "https://staging.kerberos.live" weight = 10 [[main]] name = "Blog" - url = "/blog/" - weight = 20 + url = "https://staging.kerberos.live" + weight = 11 + +[[main]] + name = "Docs & Guides" + url = "/prologue/introduction/" + weight = 12 + +[[main]] + name = "About & Contact" + url = "https://staging.kerberos.live" + weight = 13 [[social]] name = "Twitter" diff --git a/config/_default/params.toml b/config/_default/params.toml index ed44ae8..c279bff 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -1,7 +1,7 @@ # Meta Data for SEO ## Homepage -title = "Doks" +title = "Kerberos.io" titleSeparator = "-" titleAddition = "Modern Documentation Theme" description = "Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default." diff --git a/content/_index.md b/content/_index.md index de474eb..b0b8116 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,9 +1,11 @@ --- -title : "Modern Documentation Theme Test" -description: "Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default." -lead: "Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default." -date: 2020-10-06T08:47:36+00:00 -lastmod: 2020-10-06T08:47:36+00:00 +title : "Docs" +description: "Docs Doks." +lead: "" +date: 2020-10-06T08:48:23+00:00 +lastmod: 2020-10-06T08:48:23+00:00 draft: false images: [] --- + +Hello ;) \ No newline at end of file diff --git a/content/blog/_index.md b/content/blog/_index.md deleted file mode 100644 index 37cb611..0000000 --- a/content/blog/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Blog" -description: "The Doks Blog." -date: 2020-10-06T08:49:55+00:00 -lastmod: 2020-10-06T08:49:55+00:00 -draft: false -images: [] ---- diff --git a/content/blog/say-hello-to-doks/index.md b/content/blog/say-hello-to-doks/index.md deleted file mode 100644 index e9c3185..0000000 --- a/content/blog/say-hello-to-doks/index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Say hello to Doks 👋" -description: "Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default." -lead: "Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default." -date: 2020-11-04T09:19:42+01:00 -lastmod: 2020-11-04T09:19:42+01:00 -draft: false -weight: 50 -images: ["say-hello-to-doks.png"] -contributors: ["Henk Verlinde"] ---- diff --git a/content/blog/say-hello-to-doks/say-hello-to-doks.png b/content/blog/say-hello-to-doks/say-hello-to-doks.png deleted file mode 100644 index 70d8c78..0000000 Binary files a/content/blog/say-hello-to-doks/say-hello-to-doks.png and /dev/null differ diff --git a/content/contact/index.md b/content/contact/index.md deleted file mode 100644 index 795089f..0000000 --- a/content/contact/index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Contact" -description: "Drop us an email." -date: 2020-08-27T19:25:12+02:00 -lastmod: 2020-08-27T19:25:12+02:00 -draft: true -images: [] ---- - -{{< email user="hello" domain="getdoks.org" >}} diff --git a/content/contributors/_index.md b/content/contributors/_index.md deleted file mode 100644 index e225f34..0000000 --- a/content/contributors/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Contributors" -description: "The Doks contributors." -date: 2020-10-06T08:50:29+00:00 -lastmod: 2020-10-06T08:50:29+00:00 -draft: false -images: [] ---- - -The Doks contributors. diff --git a/content/contributors/henk-verlinde/_index.md b/content/contributors/henk-verlinde/_index.md deleted file mode 100644 index f775534..0000000 --- a/content/contributors/henk-verlinde/_index.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "Henk Verlinde" -description: "Creator of Hyas." -date: 2020-10-06T08:50:45+00:00 -lastmod: 2020-10-06T08:50:45+00:00 -draft: false -images: [] ---- - -Creator of Hyas. - -[@HenkVerlinde](https://twitter.com/henkverlinde) diff --git a/content/docs/_index.md b/content/docs/_index.md deleted file mode 100644 index f807c65..0000000 --- a/content/docs/_index.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title : "Docs" -description: "Docs Doks." -lead: "" -date: 2020-10-06T08:48:23+00:00 -lastmod: 2020-10-06T08:48:23+00:00 -draft: false -images: [] ---- diff --git a/content/docs/help/_index.md b/content/help/_index.md similarity index 100% rename from content/docs/help/_index.md rename to content/help/_index.md diff --git a/content/docs/help/faq.md b/content/help/faq.md similarity index 100% rename from content/docs/help/faq.md rename to content/help/faq.md diff --git a/content/docs/help/how-to-update.md b/content/help/how-to-update.md similarity index 100% rename from content/docs/help/how-to-update.md rename to content/help/how-to-update.md diff --git a/content/docs/help/troubleshooting.md b/content/help/troubleshooting.md similarity index 100% rename from content/docs/help/troubleshooting.md rename to content/help/troubleshooting.md diff --git a/content/privacy-policy/index.md b/content/privacy-policy/index.md deleted file mode 100644 index 6315024..0000000 --- a/content/privacy-policy/index.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: "Privacy Policy" -description: "We do not use cookies and we do not collect any personal data." -date: 2020-08-27T19:23:18+02:00 -lastmod: 2020-08-27T19:23:18+02:00 -draft: true -images: [] ---- - -__TLDR__: We do not use cookies and we do not collect any personal data. - -## Website visitors - -- No personal information is collected. -- No information is stored in the browser. -- No information is shared with, sent to or sold to third-parties. -- No information is shared with advertising companies. -- No information is mined and harvested for personal and behavioral trends. -- No information is monetized. - -### Information we collect and what we use it for - -We run [Plausible](https://plausible.io/) analytics on getdoks.org. The following information is collected: - -- __Page URL__. We track the page URL of each page view on this website. We use this to understand which pages have been viewed and how many times a particular page has been viewed. For example: _https://getdoks.org/_. -- __HTTP Referrer__. We use the referrer string to understand the number of visitors referred to this website from links on other sites. For example: _https://github.com/_. -- __Browser__. We use this to understand what browsers people use when visiting this website. This is derived from the User-Agent HTTP header. The full User-Agent is discarded. For example: _Chrome_. -- __Operating system__. We use this to understand what operating systems people use when visiting this website. We only use the brand of the operating system and don’t include the version number or any other details. This is derived from the User-Agent HTTP header. The full User-Agent is discarded. For example: _GNU/Linux_. -- __Device type__. We use this to understand what devices people use when visiting this website. This is derived from window.innerWidth. The actual width of the browser in pixels is discarded. For example: _Desktop_. -- __Visitor Country__. We look up the visitor’s country using the IP address. We do not track anything more granular than the country of origin and the IP address of the visitor is discarded. We never store IP addresses in our database or logs. For example: _Canada_. - -## Contact us - -[Contact us]({{< relref "contact/index.md" >}}) if you have any questions. - -Effective Date: _27th August 2020_ diff --git a/content/docs/prologue/_index.md b/content/prologue/_index.md similarity index 100% rename from content/docs/prologue/_index.md rename to content/prologue/_index.md diff --git a/content/docs/prologue/commands.md b/content/prologue/commands.md similarity index 100% rename from content/docs/prologue/commands.md rename to content/prologue/commands.md diff --git a/content/docs/prologue/introduction.md b/content/prologue/introduction.md similarity index 100% rename from content/docs/prologue/introduction.md rename to content/prologue/introduction.md diff --git a/content/docs/prologue/quick-start.md b/content/prologue/quick-start.md similarity index 100% rename from content/docs/prologue/quick-start.md rename to content/prologue/quick-start.md diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 1401ccd..c860531 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,13 +1,22 @@ {{ define "main" }}
{{ .Params.lead | safeHTML }}
+ {{ partial "main/headline-hash.html" .Content }} + {{ if .Site.Params.editPage -}} + {{ partial "main/edit-page.html" . }} + {{ end -}} + {{ partial "main/docs-navigation.html" . }} +{{ .Params.lead | safeHTML }}
- {{ partial "main/blog-meta.html" . -}} -{{ .Params.lead | safeHTML }}
- {{ .Content }} -{{ .Params.lead | safeHTML }}
- {{ partial "main/blog-meta.html" . -}} - {{ end -}} -{{ .Params.lead | safeHTML }}
- {{ partial "main/headline-hash.html" .Content }} - {{ if .Site.Params.editPage -}} - {{ partial "main/edit-page.html" . }} - {{ end -}} - {{ partial "main/docs-navigation.html" . }} -{{ .Params.lead | safeHTML }}
- Get started - -Get A+ scores on Mozilla Observatory out of the box. Easily change the default Security Headers to suit your needs.
-Get 100 scores on Google Lighthouse by default. Doks removes unused css, prefetches links, and lazy loads images.
-Use sensible defaults for structured data, open graph, and Twitter cards. Or easily change the SEO settings to your liking.
-Search your Doks site with FlexSearch. Easily customize index settings and search options to your liking.
-Build pages with a landing page, blog, or documentation layout. Add custom sections and components to suit your needs.
-Switch to a low-light UI with the click of a button. Change colors with variables to match your branding.
-