Merge pull request #18 from 2martens/privacy
Implemented privacy related features
This commit is contained in:
@ -21,14 +21,14 @@ defaults:
|
||||
values:
|
||||
layout: "post"
|
||||
author: "Jim Martens"
|
||||
sidebarboxes: "author"
|
||||
sidebarboxes: "author encrypted-communication"
|
||||
-
|
||||
scope:
|
||||
path: ""
|
||||
type: "pages"
|
||||
values:
|
||||
layout: "page"
|
||||
sidebarboxes: "author"
|
||||
sidebarboxes: "author encrypted-communication"
|
||||
|
||||
|
||||
# Build settings
|
||||
@ -43,3 +43,4 @@ exclude:
|
||||
- deploy_ed25519.enc
|
||||
- LICENSE
|
||||
- vendor
|
||||
- node_modules
|
||||
|
||||
@ -7,12 +7,14 @@ age: 23
|
||||
location: Hamburg, Germany
|
||||
cv_link: /cv/
|
||||
cv_pdf: /assets/pdf/cv.pdf
|
||||
job_email: jobs@2martens.de
|
||||
job_email_spam_proof: jobs at 2martens de
|
||||
politics_email: politik@2martens.de
|
||||
politics_email_spam_proof: politik at 2martens de
|
||||
generic_email: topic@2martens.de
|
||||
job_topic: jobs
|
||||
politics_topic: politik
|
||||
snowden_topic: snowden-refugees
|
||||
github_username: 2martens
|
||||
twitter_username: 2martens
|
||||
fingerprint_gpg: F0F1 53B6 5BAD 4672 01D7 544E 4739 3ABD 1F96 B7C8
|
||||
publickey_gpg: /assets/gpg/0x1F96B7C8-pub.asc
|
||||
publications:
|
||||
- link: /assets/pdf/bachelor-thesis.pdf
|
||||
title: Face Detection and Head Tracking for perspective rendering (Bachelor Thesis)
|
||||
|
||||
12
_includes/sidebar/encrypted-communication.html
Normal file
12
_includes/sidebar/encrypted-communication.html
Normal file
@ -0,0 +1,12 @@
|
||||
<div class="card sidebar mb-3">
|
||||
<div class="card-body">
|
||||
<p class="card-text">
|
||||
<a class="btn btn-primary" href="{{ site.data.author.publickey_gpg | relative_url }}">
|
||||
<span class="far fa-key"></span> Download public key
|
||||
</a><br>
|
||||
Fingerprint of my GPG key:<br>
|
||||
<code>{{ site.data.author.fingerprint_gpg }}</code>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@ -2,7 +2,7 @@
|
||||
<div class="card-body">
|
||||
<p class="card-text">
|
||||
Job offers:<br>
|
||||
<span class="fas fa-envelope"></span> <a href='mailto:{{ site.data.author.job_email }}'>{{ site.data.author.job_email_spam_proof }}</a>
|
||||
<span class="fas fa-envelope"></span> {{ site.data.author.generic_email }}, with topic = {{ site.data.author.job_topic }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -2,7 +2,7 @@
|
||||
<div class="card-body">
|
||||
<p class="card-text">
|
||||
Questions? Suggestions?:<br>
|
||||
<span class="fas fa-envelope"></span> <a href='mailto:{{ site.data.author.politics_email }}'>{{ site.data.author.politics_email_spam_proof }}</a>
|
||||
<span class="fas fa-envelope"></span> {{ site.data.author.generic_email }}, with topic = {{ site.data.author.politics_topic }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
8
_includes/sidebar/snowden-refugees.html
Normal file
8
_includes/sidebar/snowden-refugees.html
Normal file
@ -0,0 +1,8 @@
|
||||
<div class="card sidebar mb-3">
|
||||
<div class="card-body">
|
||||
<p class="card-text">
|
||||
Want to contact me with respect to the Snowden refugees?<br>
|
||||
<span class="fas fa-envelope"></span> {{ site.data.author.generic_email }}, with topic = {{ site.data.author.snowden_topic }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
3362
assets/gpg/0x1F96B7C8-pub.asc
Normal file
3362
assets/gpg/0x1F96B7C8-pub.asc
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,6 @@
|
||||
layout: category
|
||||
title: Computer Science
|
||||
category: cs
|
||||
sidebarboxes: author
|
||||
---
|
||||
|
||||
<h1>Computer Science</h1>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Curriculum Vitae
|
||||
permalink: /cv/
|
||||
sidebarboxes: cv-pdf job_offers
|
||||
sidebarboxes: cv-pdf job_offers encrypted-communication
|
||||
---
|
||||
|
||||
{% if site.data.author.image %}
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Snowden Refugees
|
||||
permalink: /snowden-refugees/
|
||||
sidebarboxes: snowden-refugees encrypted-communication
|
||||
---
|
||||
|
||||
<p>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
layout: category
|
||||
title: G20
|
||||
category: G20
|
||||
sidebarboxes: author politics_qanda
|
||||
sidebarboxes: author politics_qanda encrypted-communication
|
||||
parent_link: /politics/
|
||||
---
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
layout: category
|
||||
title: Politics
|
||||
category: politics
|
||||
sidebarboxes: author politics_qanda
|
||||
sidebarboxes: author politics_qanda encrypted-communication
|
||||
---
|
||||
|
||||
<h1>Politics</h1>
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
layout: category
|
||||
title: Speeches
|
||||
category: speeches
|
||||
sidebarboxes: author
|
||||
---
|
||||
|
||||
<h1>Speeches</h1>
|
||||
|
||||
Reference in New Issue
Block a user