use abridge theme
This commit is contained in:
parent
abd6331f91
commit
2b9fe8c15f
21 changed files with 971 additions and 131 deletions
|
@ -148,7 +148,7 @@ and
|
|||
```
|
||||
|
||||
will output:
|
||||
```
|
||||
```text
|
||||
root 0 /bin/bash
|
||||
```
|
||||
|
||||
|
|
|
@ -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" }
|
||||
+++
|
||||
|
|
6
content/archive/_index.es.md
Normal file
6
content/archive/_index.es.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
template = "archive.html"
|
||||
|
||||
[extra]
|
||||
sec = ""
|
||||
+++
|
6
content/archive/_index.fr.md
Normal file
6
content/archive/_index.fr.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
template = "archive.html"
|
||||
|
||||
[extra]
|
||||
sec = ""
|
||||
+++
|
6
content/archive/_index.md
Normal file
6
content/archive/_index.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
template = "archive.html"
|
||||
|
||||
[extra]
|
||||
sec = ""
|
||||
+++
|
|
@ -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
15
content/pages/privacy.md
Normal 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_
|
Loading…
Add table
Add a link
Reference in a new issue