style: update fonts+

This commit is contained in:
Henk Verlinde
2020-11-16 09:35:51 +01:00
parent e3444360ac
commit 41d63a2528
35 changed files with 191 additions and 127 deletions

View File

@ -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" >}}

View File

@ -1,7 +1,7 @@
---
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
@ -9,13 +9,35 @@ 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/)

View File

@ -36,7 +36,7 @@ npm run lint
Check scripts for errors:
```bash
npm run lint:scripts [--fix]
npm run lint:scripts [-- --fix]
```
### styles
@ -44,7 +44,7 @@ npm run lint:scripts [--fix]
Check styles for errors:
```bash
npm run lint:styles [--fix]
npm run lint:styles [-- --fix]
```
### markdown
@ -52,7 +52,7 @@ npm run lint:styles [--fix]
Check markdown for errors:
```bash
npm run lint:markdown [--fix]
npm run lint:markdown [-- --fix]
```
## clean

View File

@ -1,13 +1,13 @@
---
title: "Privacy Policy"
description: "Privacy Policy Doks"
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__: I do not use cookies and I do not collect any personal data.
__TLDR__: We do not use cookies and we do not collect any personal data.
## Website visitors
@ -18,19 +18,19 @@ __TLDR__: I do not use cookies and I do not collect any personal data.
- No information is mined and harvested for personal and behavioral trends.
- No information is monetized.
### Information I collect and what I use it for
### Information we collect and what we use it for
I run [Plausible](https://plausible.io/) analytics on gethyas.com. The following information is collected:
We run [Plausible](https://plausible.io/) analytics on getdoks.org. The following information is collected:
- __Page URL__. I track the page URL of each page view on this website. I use this to understand which pages have been viewed and how many times a particular page has been viewed. For example: _https://gethyas.com/_.
- __HTTP Referrer__. I 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__. I 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__. I use this to understand what operating systems people use when visiting this website. I only use the brand of the operating system and dont 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__. I 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__. I look up the visitors country using the IP address. I do not track anything more granular than the country of origin and the IP address of the visitor is discarded. I never store IP addresses in my database or logs. For example: _Canada_.
- __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 dont 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 visitors 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 me
## Contact us
[Contact me]({{< ref "contact/index.md" >}}) if you have any questions.
[Contact us]({{< ref "contact/index.md" >}}) if you have any questions.
Effective Date: _20th July 2020_
Effective Date: _27th August 2020_