Added sidebar box containing info for encrypted communication
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -21,14 +21,14 @@ defaults:
|
|||||||
values:
|
values:
|
||||||
layout: "post"
|
layout: "post"
|
||||||
author: "Jim Martens"
|
author: "Jim Martens"
|
||||||
sidebarboxes: "author"
|
sidebarboxes: "author encrypted-communication"
|
||||||
-
|
-
|
||||||
scope:
|
scope:
|
||||||
path: ""
|
path: ""
|
||||||
type: "pages"
|
type: "pages"
|
||||||
values:
|
values:
|
||||||
layout: "page"
|
layout: "page"
|
||||||
sidebarboxes: "author"
|
sidebarboxes: "author encrypted-communication"
|
||||||
|
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
|
|||||||
@ -13,6 +13,8 @@ politics_topic: politik
|
|||||||
snowden_topic: snowden-refugees
|
snowden_topic: snowden-refugees
|
||||||
github_username: 2martens
|
github_username: 2martens
|
||||||
twitter_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:
|
publications:
|
||||||
- link: /assets/pdf/bachelor-thesis.pdf
|
- link: /assets/pdf/bachelor-thesis.pdf
|
||||||
title: Face Detection and Head Tracking for perspective rendering (Bachelor Thesis)
|
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>
|
||||||
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
|
layout: category
|
||||||
title: Computer Science
|
title: Computer Science
|
||||||
category: cs
|
category: cs
|
||||||
sidebarboxes: author
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1>Computer Science</h1>
|
<h1>Computer Science</h1>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Curriculum Vitae
|
title: Curriculum Vitae
|
||||||
permalink: /cv/
|
permalink: /cv/
|
||||||
sidebarboxes: cv-pdf job_offers
|
sidebarboxes: cv-pdf job_offers encrypted-communication
|
||||||
---
|
---
|
||||||
|
|
||||||
{% if site.data.author.image %}
|
{% if site.data.author.image %}
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Snowden Refugees
|
title: Snowden Refugees
|
||||||
permalink: /snowden-refugees/
|
permalink: /snowden-refugees/
|
||||||
sidebarboxes: snowden-refugees
|
sidebarboxes: snowden-refugees encrypted-communication
|
||||||
---
|
---
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
layout: category
|
layout: category
|
||||||
title: G20
|
title: G20
|
||||||
category: G20
|
category: G20
|
||||||
sidebarboxes: author politics_qanda
|
sidebarboxes: author politics_qanda encrypted-communication
|
||||||
parent_link: /politics/
|
parent_link: /politics/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
layout: category
|
layout: category
|
||||||
title: Politics
|
title: Politics
|
||||||
category: politics
|
category: politics
|
||||||
sidebarboxes: author politics_qanda
|
sidebarboxes: author politics_qanda encrypted-communication
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1>Politics</h1>
|
<h1>Politics</h1>
|
||||||
|
|||||||
@ -2,7 +2,6 @@
|
|||||||
layout: category
|
layout: category
|
||||||
title: Speeches
|
title: Speeches
|
||||||
category: speeches
|
category: speeches
|
||||||
sidebarboxes: author
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<h1>Speeches</h1>
|
<h1>Speeches</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user