From 4ac69a9eebd120e1dab8b07dc82a5bf1d2de2198 Mon Sep 17 00:00:00 2001 From: Techno Duck Date: Tue, 18 Jul 2023 15:59:11 -0400 Subject: [PATCH] Pages for bash_blogger and services added --- pages/001_bash_blogger.cfg | 6 ++++++ pages/001_bash_blogger.md | 7 +++++++ pages/002_services.cfg | 6 ++++++ pages/002_services.md | 24 ++++++++++++++++++++++++ templates/index.html/header.html | 2 +- 5 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 pages/001_bash_blogger.cfg create mode 100644 pages/001_bash_blogger.md create mode 100644 pages/002_services.cfg create mode 100644 pages/002_services.md diff --git a/pages/001_bash_blogger.cfg b/pages/001_bash_blogger.cfg new file mode 100644 index 0000000..8039bbf --- /dev/null +++ b/pages/001_bash_blogger.cfg @@ -0,0 +1,6 @@ +filename = 001_bash_blogger.html +title = Creating posts with bash and git from terminal +description = Creating of a bash tool for interactive Saait page creation. +keywords = bash Saait +created = 2023-01-13 +updated = 2023-01-13 diff --git a/pages/001_bash_blogger.md b/pages/001_bash_blogger.md new file mode 100644 index 0000000..77a82af --- /dev/null +++ b/pages/001_bash_blogger.md @@ -0,0 +1,7 @@ +Since updating this website with Saait, I have decided to create a tool to streamline page creation from the terminal. + +Inspired by [bash_blog](https://github.com/j0m/bash_blog) and [bashblog](https://github.com/cfenollosa/bashblog) especially bash was chosen. + +It is goofy, not as practical as I would think, but neat nevertheless. + +Source at my [git](https://git.technoduck.me) repo. diff --git a/pages/002_services.cfg b/pages/002_services.cfg new file mode 100644 index 0000000..a5ac32e --- /dev/null +++ b/pages/002_services.cfg @@ -0,0 +1,6 @@ +filename = 002_services.html +title = List of Services running on the server +description = page dedicated to all the different services I am or was running on the VPS +keywords = self-hosted server indieweb +created = 2023-01-13 +updated = 2023-01-13 diff --git a/pages/002_services.md b/pages/002_services.md new file mode 100644 index 0000000..579de38 --- /dev/null +++ b/pages/002_services.md @@ -0,0 +1,24 @@ + +### This blog + +Self explanatory. This is my [website](/), my little corner of the internet. + +### Git + +[cgit](https://git.technoduck.me) instance for my personal projects. + +### Etebase + +An [Etebase](https://etebase.technoduck.me) instance for syncing my tasks, to-do's and contacts between devices. + +### Grocy + +[Grocy](https://grocy.technoduck.me) instance for keeping track of food and grocery lists ( and literally anything else in your house including batteris in devices? ) it's really cool give it a check. + +### Wiki + +A [wikimedia](https://wiki.cold-metal.technoduck.me) instance running for a friend for categorizing all the lore of the world that is being created for a soft fiction story. + +### WIP + +Work in progress of a [website](https://wip.technoduck.me) I am making for a photographer/photography business. diff --git a/templates/index.html/header.html b/templates/index.html/header.html index 35328ed..6519148 100644 --- a/templates/index.html/header.html +++ b/templates/index.html/header.html @@ -28,7 +28,7 @@ Blog | Git | Releases | - [WIP] | + [WIP] | Cold Metal™ |