diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/base.html | 1 | ||||
| -rw-r--r-- | _layouts/vault.md | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/_layouts/base.html b/_layouts/base.html index aee5b90..2e0fad4 100644 --- a/_layouts/base.html +++ b/_layouts/base.html | |||
| @@ -223,6 +223,7 @@ | |||
| 223 | <header> | 223 | <header> |
| 224 | <nav class="main" itemscope itemtype="http://schema.org/SiteNavigationElement" role="navigation" aria-label="Main navigation"> | 224 | <nav class="main" itemscope itemtype="http://schema.org/SiteNavigationElement" role="navigation" aria-label="Main navigation"> |
| 225 | <a href="/">Home</a> | 225 | <a href="/">Home</a> |
| 226 | <a href="/vault.html">Vault</a> | ||
| 226 | <a href="https://github.com/mitjafelicijan" target="_blank">Code</a> | 227 | <a href="https://github.com/mitjafelicijan" target="_blank">Code</a> |
| 227 | <a href="/assets/mitjafelicijan.pgp.pub.txt" target="_blank" class="hob">PGP</a> | 228 | <a href="/assets/mitjafelicijan.pgp.pub.txt" target="_blank" class="hob">PGP</a> |
| 228 | <a href="/curriculum-vitae.html">CV</a> | 229 | <a href="/curriculum-vitae.html">CV</a> |
diff --git a/_layouts/vault.md b/_layouts/vault.md new file mode 100644 index 0000000..805410f --- /dev/null +++ b/_layouts/vault.md | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | --- | ||
| 2 | title: Personal vault | ||
| 3 | date: 2022-08-27T12:00:00+02:00 | ||
| 4 | permalink: /vault.html | ||
| 5 | layout: page | ||
| 6 | type: page | ||
| 7 | draft: false | ||
| 8 | --- | ||
| 9 | |||
| 10 | ## Hi traveler! | ||
| 11 | |||
| 12 | This is a repository of interesting things I have gathered over time and it also | ||
| 13 | stores binaries etc of my personal projects. | ||
| 14 | |||
| 15 | Be kind, this server is bandwidth limited. | ||
| 16 | |||
| 17 | *Good luck!* | ||
| 18 | |||
| 19 | --- | ||
| 20 | |||
| 21 | {CONTENT} | ||
