not rehaul but something new i guess
This commit is contained in:
parent
4476197085
commit
28df04b5d0
10 changed files with 24 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
filename = 000_genesis.html
|
filename = 000-genesis.html
|
||||||
title = Full website Update
|
title = Full website Update
|
||||||
description = New site generator
|
description = New site generator
|
||||||
keywords = saait website
|
keywords = saait website
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
filename = 001_bash_blogger.html
|
filename = 001-bash_blogger.html
|
||||||
title = Creating posts with bash and git from terminal
|
title = Creating posts with bash and git from terminal
|
||||||
description = Creating of a bash tool for interactive Saait page creation.
|
description = Creating of a bash tool for interactive Saait page creation.
|
||||||
keywords = bash Saait
|
keywords = bash Saait
|
|
@ -1,4 +1,4 @@
|
||||||
filename = 002_services.html
|
filename = 002-services.html
|
||||||
title = List of Services running on the server
|
title = List of Services running on the server
|
||||||
description = page dedicated to all the different services I am or was running on the VPS
|
description = page dedicated to all the different services I am or was running on the VPS
|
||||||
keywords = self-hosted server indieweb
|
keywords = self-hosted server indieweb
|
|
@ -1,4 +1,4 @@
|
||||||
filename = 003_genesis.html
|
filename = 003-genesis.html
|
||||||
title = PCB LED hoop earring project
|
title = PCB LED hoop earring project
|
||||||
description = KiCad project for a PCB earring with LED's
|
description = KiCad project for a PCB earring with LED's
|
||||||
keywords = KiCad PCB jewelry
|
keywords = KiCad PCB jewelry
|
||||||
|
|
6
pages/004-pantheon.cfg
Normal file
6
pages/004-pantheon.cfg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
filename = 004-pantheon.html
|
||||||
|
title = Pantheon
|
||||||
|
description = Your plan for today (whatever that day is)
|
||||||
|
keywords = Obligation
|
||||||
|
created = 2024-03-03
|
||||||
|
updated = 2024-03-03
|
12
pages/004-pantheon.md
Normal file
12
pages/004-pantheon.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# WATCH PANTHEON
|
||||||
|
|
||||||
|
## I DO NOT CARE WHAT DAY IT IS
|
||||||
|
|
||||||
|
### HERE'S YOUR PLAN
|
||||||
|
|
||||||
|
1. Wake up.
|
||||||
|
2. Open whatever device you watch things on.
|
||||||
|
3. Obtain, legally or illegaly, by any means necessary, 2 (two) seasons of Pantheon, created by Craig Silverstein based on short stories by Ken Liu.
|
||||||
|
4. Binge the 2 sesons in a single night (it is feasable I checked)
|
||||||
|
|
||||||
|
Thank you for coming to my Ted Talk.
|
|
@ -14,6 +14,7 @@
|
||||||
<link rel="alternate" href="atom.xml" type="application/atom+xml" title="${sitetitle} Atom Feed" />
|
<link rel="alternate" href="atom.xml" type="application/atom+xml" title="${sitetitle} Atom Feed" />
|
||||||
<link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="${sitetitle} Atom Feed with content" />
|
<link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="${sitetitle} Atom Feed with content" />
|
||||||
<link rel="icon" href="/favicon.png" type="image/png" />
|
<link rel="icon" href="/favicon.png" type="image/png" />
|
||||||
|
<script defer data-domain="technoduck.me" src="https://plausible.technoduck.me/js/script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav id="menuwrap">
|
<nav id="menuwrap">
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
<link rel="alternate" href="atom.xml" type="application/atom+xml" title="${sitetitle} Atom Feed" />
|
<link rel="alternate" href="atom.xml" type="application/atom+xml" title="${sitetitle} Atom Feed" />
|
||||||
<link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="${sitetitle} Atom Feed with content" />
|
<link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="${sitetitle} Atom Feed with content" />
|
||||||
<link rel="icon" href="/favicon.png" type="image/png" />
|
<link rel="icon" href="/favicon.png" type="image/png" />
|
||||||
|
<script defer data-domain="technoduck.me" src="https://plausible.technoduck.me/js/script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav id="menuwrap">
|
<nav id="menuwrap">
|
||||||
|
|
Loading…
Reference in a new issue