-
-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
178 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,71 @@ | ||
/* jost-regular - latin */ | ||
@font-face { | ||
font-family: Jost; | ||
src: local("Jost"), url(/fonts/vendor/jost/Jost-400-Book.otf); | ||
font-family: "Jost"; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: swap; | ||
src: | ||
local("Jost"), | ||
url("/fonts/vendor/jost/jost-v4-latin-regular.woff2") format("woff2"), | ||
url("/fonts/vendor/jost/jost-v4-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ | ||
} | ||
|
||
/* jost-500 - latin */ | ||
@font-face { | ||
font-family: Jost; | ||
src: local("Jost"), url(/fonts/vendor/jost/Jost-400-BookItalic.otf); | ||
font-weight: 400; | ||
font-display: swap; | ||
font-style: italic; | ||
} | ||
|
||
@font-face { | ||
font-family: Jost; | ||
src: local("Jost"), url(/fonts/vendor/jost/Jost-500-Medium.otf); | ||
font-family: "Jost"; | ||
font-style: normal; | ||
font-weight: 500; | ||
font-display: swap; | ||
src: | ||
local("Jost"), | ||
url("/fonts/vendor/jost/jost-v4-latin-500.woff2") format("woff2"), | ||
url("/fonts/vendor/jost/jost-v4-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ | ||
} | ||
|
||
/* jost-700 - latin */ | ||
@font-face { | ||
font-family: Jost; | ||
src: local("Jost"), url(/fonts/vendor/jost/Jost-500-MediumItalic.otf); | ||
font-weight: 500; | ||
font-family: "Jost"; | ||
font-style: normal; | ||
font-weight: 700; | ||
font-display: swap; | ||
font-style: italic; | ||
src: | ||
local("Jost"), | ||
url("/fonts/vendor/jost/jost-v4-latin-700.woff2") format("woff2"), | ||
url("/fonts/vendor/jost/jost-v4-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ | ||
} | ||
|
||
/* | ||
/* jost-italic - latin */ | ||
@font-face { | ||
font-family: Jost; | ||
src: local("Jost"), url(/fonts/vendor/jost/Jost-600-Semi.otf); | ||
font-weight: 600; | ||
font-family: "Jost"; | ||
font-style: italic; | ||
font-weight: 400; | ||
font-display: swap; | ||
src: | ||
local("Jost"), | ||
url("/fonts/vendor/jost/jost-v4-latin-italic.woff2") format("woff2"), | ||
url("/fonts/vendor/jost/jost-v4-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ | ||
} | ||
|
||
/* jost-500italic - latin */ | ||
@font-face { | ||
font-family: Jost; | ||
src: local("Jost"), url(/fonts/vendor/jost/Jost-600-SemiItalic.otf); | ||
font-family: "Jost"; | ||
font-style: italic; | ||
font-weight: 600; | ||
font-weight: 500; | ||
font-display: swap; | ||
src: | ||
local("Jost"), | ||
url("/fonts/vendor/jost/jost-v4-latin-500italic.woff2") format("woff2"), | ||
url("/fonts/vendor/jost/jost-v4-latin-500italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ | ||
} | ||
|
||
/* jost-700italic - latin */ | ||
@font-face { | ||
font-family: Jost; | ||
src: local("Jost"), url(/fonts/vendor/jost/Jost-700-Bold.otf); | ||
font-family: "Jost"; | ||
font-style: italic; | ||
font-weight: 700; | ||
font-display: swap; | ||
src: | ||
local("Jost"), | ||
url("/fonts/vendor/jost/jost-v4-latin-700italic.woff2") format("woff2"), | ||
url("/fonts/vendor/jost/jost-v4-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ | ||
} | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
title: "Contact" | ||
description: "Email Henk Verlinde" | ||
description: "Drop us an email." | ||
date: 2020-08-27T19:25:12+02:00 | ||
lastmod: 2020-08-27T19:25:12+02:00 | ||
draft: true | ||
images: [] | ||
--- | ||
|
||
<p><script type="text/javascript" nonce="dXNlcj0iaGVsbG8iLGRvbWFpbj0iaGVua3ZlcmxpbmRlLmNvbSIsZG9jdW1lbnQud3JpdGUodXNlcisiQCIrZG9tYWluKTs=">user="hello",domain="henkverlinde.com",document.write(user+"@"+domain);</script><noscript>hello at henkverlinde.com</noscript></p> | ||
{{< email user="hello" domain="getdoks.org" >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,43 @@ | ||
--- | ||
title: "FAQ" | ||
description: "FAQ Doks." | ||
lead: "" | ||
description: "Answers to frequently asked questions." | ||
lead: "Answers to frequently asked questions." | ||
date: 2020-10-06T08:49:31+00:00 | ||
lastmod: 2020-10-06T08:49:31+00:00 | ||
draft: false | ||
images: [] | ||
menu: | ||
docs: | ||
parent: "help" | ||
weight: 410 | ||
weight: 540 | ||
toc: true | ||
--- | ||
|
||
## Hyas? | ||
|
||
Doks is a [Hyas theme](https://gethyas.com/themes/) build by the creator of Hyas. | ||
|
||
## Footer notice? | ||
|
||
Please keep it in place. | ||
|
||
## Keyboard shortcuts for search? | ||
|
||
- focus: `/` | ||
- select: `↓` and `↑` | ||
- open: `Enter` | ||
- close: `Esc` | ||
|
||
## Can I get support? | ||
|
||
Create a topic: | ||
|
||
- [Netlify Community](https://community.netlify.com/) | ||
- [Hugo Forums](https://discourse.gohugo.io/) | ||
|
||
## Contact the creator? | ||
|
||
Send `h-enk` a message: | ||
|
||
- [Netlify Community](https://community.netlify.com/) | ||
- [Hugo Forums](https://discourse.gohugo.io/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.