fixed/modified gitignore; added blogroll
This commit is contained in:
parent
e753ca3e90
commit
9bfbd290b8
3 changed files with 47 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -12,4 +12,5 @@ notes.md
|
||||||
|
|
||||||
# not ignored directories
|
# not ignored directories
|
||||||
!/content/errorpages/
|
!/content/errorpages/
|
||||||
!/content/privacy/
|
!/content/privacy.md
|
||||||
|
!/content/blogroll.md
|
||||||
|
|
13
content/blogroll.md
Normal file
13
content/blogroll.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
date: 2021-03-02T20:31:00+02:00
|
||||||
|
type: singlepage
|
||||||
|
---
|
||||||
|
|
||||||
|
Some blogs I like, frequently read and recommend. In alphabetical order by title.
|
||||||
|
|
||||||
|
|
||||||
|
- [Beyond The Automobile](https://beyondtheautomobile.com/) *en; mobility*
|
||||||
|
- [Bicycle Dutch](https://bicycledutch.wordpress.com/) *en; mobility*
|
||||||
|
- [Low Tech Magazine](https://solar.lowtechmagazine.com/) *en; environment, tech*
|
||||||
|
- [Natenoms Blog](https://blog.natenom.com/) *de; log, mobility, tech, …*
|
||||||
|
- [Kuketz IT-Security Blog](https://www.kuketz-blog.de/) *de; tech, privacy*
|
32
content/privacy.md
Normal file
32
content/privacy.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
---
|
||||||
|
date: 2020-10-07T17:07:00+02:00
|
||||||
|
title: privacy policy
|
||||||
|
type: singlepage
|
||||||
|
---
|
||||||
|
|
||||||
|
# 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/).
|
Loading…
Reference in a new issue