font order optimized for windows
This commit is contained in:
parent
0fa103f9d0
commit
15350681af
6 changed files with 36 additions and 58 deletions
BIN
..gitignore.kate-swp
Normal file
BIN
..gitignore.kate-swp
Normal file
Binary file not shown.
|
@ -1,9 +1,16 @@
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
|
||||||
html {
|
|
||||||
scrollbar-color: rgb(255, 130, 130) rgb(60, 60, 90);
|
scrollbar-color: rgb(255, 130, 130) rgb(60, 60, 90);
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
background: rgb(60, 60, 90);
|
||||||
|
width: 6px;
|
||||||
|
}
|
||||||
|
&::-webkit-scrollbar-thumb {
|
||||||
|
background: rgb(255, 130, 130);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
html {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
@ -11,7 +18,7 @@ body {
|
||||||
background: rgb(40, 40, 60);
|
background: rgb(40, 40, 60);
|
||||||
color: rgb(245, 245, 255);
|
color: rgb(245, 245, 255);
|
||||||
display: grid;
|
display: grid;
|
||||||
font-family: monospace, 'Lucida Console', 'Monaco';
|
font-family: 'Lucida Console', monospace;
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,12 +37,12 @@ menu:
|
||||||
- identifier: privacy
|
- identifier: privacy
|
||||||
name: privacy
|
name: privacy
|
||||||
title: privacy
|
title: privacy
|
||||||
url: https://vrifox.cc/privacy
|
url: /privacy/
|
||||||
weight: 1
|
weight: 1
|
||||||
- identifier: feed
|
- identifier: feed
|
||||||
name: feed (rss)
|
name: feed (rss)
|
||||||
title: rss-feed
|
title: rss-feed
|
||||||
url: https://vrifox.cc/blog/index.xml
|
url: /blog/index.xml
|
||||||
weight: 2
|
weight: 2
|
||||||
- identifier: sourcecode
|
- identifier: sourcecode
|
||||||
name: source code
|
name: source code
|
||||||
|
|
|
@ -1,32 +0,0 @@
|
||||||
---
|
|
||||||
title: privacy policy
|
|
||||||
---
|
|
||||||
|
|
||||||
#### last updated: 2020-10-05
|
|
||||||
|
|
||||||
# Websites
|
|
||||||
|
|
||||||
This privacy policy applies to:
|
|
||||||
- vrifox.cc
|
|
||||||
- git.vrifox.cc
|
|
||||||
|
|
||||||
# What data do I store and process?
|
|
||||||
|
|
||||||
- browser type and version
|
|
||||||
- operating system
|
|
||||||
- requested url
|
|
||||||
- downloaded / accessed files
|
|
||||||
- ip address
|
|
||||||
- time of request
|
|
||||||
|
|
||||||
The data will not be given to third party and deleted after three (3) days.
|
|
||||||
|
|
||||||
## Cookies
|
|
||||||
|
|
||||||
Cookies will not be set on these websites.
|
|
||||||
|
|
||||||
I configured [nginx](https://nginx.org) to drop the header »Set-Cookie«.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
This privacy policy was inspired by [Natenoms Datenschutz[-erklärung]](https://blog.natenom.com/datenschutz/).
|
|
|
@ -8,8 +8,9 @@
|
||||||
<section class="section-article">
|
<section class="section-article">
|
||||||
<article>
|
<article>
|
||||||
<p class="meta">
|
<p class="meta">
|
||||||
{{ if eq .Params.type "project" }}<span title="{{ .Date.Format "2 Jan 2006" }}">latest update: {{ .Date.Format "2. January 2006" }}</span>{{ end }}
|
{{ if eq .Params.type "project" }}<span title="{{ .Date.Format "2. January 2006" }}">last updated: {{ .Date.Format "2. January 2006" }}</span>{{ end }}
|
||||||
{{ if ne .Params.type "project" }}<span title="{{ .Date.Format "2 Jan 2006, 15:04 MST" }}">{{ .Date.Format "2. January 2006" }}</span>{{ end }}
|
{{ if eq .Params.type "post" }}<span title="{{ .Date.Format "2. January 2006, 15:04 MST" }}">{{ .Date.Format "2. January 2006" }}</span>{{ end }}
|
||||||
|
{{ if eq .Params.type "privacy" }}<span title="{{ .Date.Format "2. January 2006" }}">last updated: {{ .Date.Format "2006-01-02" }}</span>{{ end }}
|
||||||
<span>{{ with .Params.author }}by {{ end }}{{ .Params.author }}</span>
|
<span>{{ with .Params.author }}by {{ end }}{{ .Params.author }}</span>
|
||||||
</p>
|
</p>
|
||||||
<h1 class="title">{{ .Title }}</h1>
|
<h1 class="title">{{ .Title }}</h1>
|
||||||
|
@ -40,24 +41,26 @@
|
||||||
</aside>
|
</aside>
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
<section class="section-articles">
|
{{ if ne .Params.type "privacy" }}
|
||||||
<article class="next-article">
|
<section class="section-articles">
|
||||||
{{ with .NextInSection }}
|
<article class="next-article">
|
||||||
<a href="{{ .Permalink }}">
|
{{ with .NextInSection }}
|
||||||
{{ if eq .Params.type "project" }}← next project{{ end }}
|
<a href="{{ .Permalink }}">
|
||||||
{{ if ne .Params.type "project" }}← next article{{ end }}
|
{{ if eq .Params.type "project" }}← next project{{ end }}
|
||||||
</a>
|
{{ if ne .Params.type "project" }}← next article{{ end }}
|
||||||
{{ end }}
|
</a>
|
||||||
</article>
|
{{ end }}
|
||||||
<article class="previous-article">
|
</article>
|
||||||
{{ with .PrevInSection }}<span></span>
|
<article class="previous-article">
|
||||||
<a href="{{ .Permalink }}">
|
{{ with .PrevInSection }}<span></span>
|
||||||
{{ if eq .Params.type "project" }}previous project →{{ end }}
|
<a href="{{ .Permalink }}">
|
||||||
{{ if ne .Params.type "project" }}previous article →{{ end }}
|
{{ if eq .Params.type "project" }}previous project →{{ end }}
|
||||||
</a>
|
{{ if ne .Params.type "project" }}previous article →{{ end }}
|
||||||
{{ end }}
|
</a>
|
||||||
</article>
|
{{ end }}
|
||||||
</section>
|
</article>
|
||||||
|
</section>
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<section class="website-mainmenu">
|
<section class="website-mainmenu">
|
||||||
<ul>
|
<ul>
|
||||||
{{ range .Site.Menus.main }}
|
{{ range .Site.Menus.main }}
|
||||||
{{ if $currentPage.IsMenuCurrent "main" . }}
|
{{ if or ($currentPage.IsMenuCurrent "main" .) ($currentPage.HasMenuCurrent "main" .) }}
|
||||||
<li class="active">
|
<li class="active">
|
||||||
<a href="{{ .URL }}">
|
<a href="{{ .URL }}">
|
||||||
<span>{{ .Name }}</span>
|
<span>{{ .Name }}</span>
|
||||||
|
|
Loading…
Reference in a new issue