1
0
Fork 0

use abridge theme

This commit is contained in:
Harald Hoyer 2023-11-06 11:00:02 +01:00
parent abd6331f91
commit 2b9fe8c15f
21 changed files with 971 additions and 131 deletions

View file

@ -148,7 +148,7 @@ and
```
will output:
```
```text
root 0 /bin/bash
```

View file

@ -1,4 +1,7 @@
+++
paginate_by = 10
paginate_by = 5
sort_by = "date"
template = "index.html"
[extra]
logo = { file="img/home-bg.jpg", width="32", height="32", alt="Abridge", text="bridge" }
+++

View file

@ -0,0 +1,6 @@
+++
template = "archive.html"
[extra]
sec = ""
+++

View file

@ -0,0 +1,6 @@
+++
template = "archive.html"
[extra]
sec = ""
+++

View file

@ -0,0 +1,6 @@
+++
template = "archive.html"
[extra]
sec = ""
+++

View file

@ -2,7 +2,7 @@
title = "Impressum"
path = "impressum"
date = 2000-01-01
template = "impressum.html"
template = "pages.html"
+++
# Impressum

15
content/pages/privacy.md Normal file
View file

@ -0,0 +1,15 @@
+++
title = "Privacy Policy"
description = "This page outlines the Privacy Policy for this site, and the date at which this policy was put into affect."
path = "privacy"
template = "pages.html"
draft = false
+++
## Privacy
- This site does not set or use cookies.
- This site does not store data in the browser to be shared, sent, or sold to third-parties.
- No personal information is shared, sent, or sold to third-parties.
**Effective Date:** _1st Jan 2022_