From 201586399c273b2b47a0f32954ae9a6603b06129 Mon Sep 17 00:00:00 2001
From: Jarkko Toivanen <jt@jakest.us>
Date: Sat, 25 Jan 2025 18:59:01 +0200
Subject: [PATCH 1/2] docs: Fixing useradd and rsync (closes #1)

---
 docs/mkdocs/forgejo-ci.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/mkdocs/forgejo-ci.md b/docs/mkdocs/forgejo-ci.md
index 77c73f8..e86b607 100644
--- a/docs/mkdocs/forgejo-ci.md
+++ b/docs/mkdocs/forgejo-ci.md
@@ -16,7 +16,7 @@
 Install required stuff and things on Debian based system
 $ sudo apt-get install rsync
 Make a user to have limited access
-$ sudo useradd adduser --home /varasto/verkkojuuri --system verkkojuuri --shell /bin/sh
+$ sudo useradd adduser --home /varasto/verkkojuuri --system --shell /bin/sh verkkojuuri
 $ cd /varasto/verkkojuuri
 $ sudo -u verkkojuuri ssh-keygen
 $ sudo -u verkkojuuri cat .ssh/id_rsa
@@ -47,7 +47,9 @@ secrets. In practise you'll make it execute
 
 ``` console
 $ mkdocs build
-$ rsync -e "ssh -rclthv --exclude --delete-after .git site/ verkkojuuri@jakest.us:site
+$ rsync -rclthv --exclude --delete-after .git site/ verkkojuuri@jakest.us:site
+probs needs flags to allow skipping host verification key or maybe install them
+using action variables
 ```
 	
 Oh you need it more detailed, okay.

From a4b2bee2d8062c01a4d6293f0960d3d88bed0b67 Mon Sep 17 00:00:00 2001
From: Jarkko Toivanen <jt@jakest.us>
Date: Sat, 25 Jan 2025 19:13:17 +0200
Subject: [PATCH 2/2] docs: adding mentions of this site's source available
 (closing #2)

---
 docs/index.md |  8 +++++++-
 mkdocs.yml    | 23 +++++++++++++----------
 2 files changed, 20 insertions(+), 11 deletions(-)

diff --git a/docs/index.md b/docs/index.md
index f7adef3..695ea4b 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -11,4 +11,10 @@ We have many things. Yes.
 
 - :simple-forgejo: [git.jakest.us](http://git.jakest.us)
 - :simple-matrix: [@jt:neo.jakest.us](https://matrix.to/#/@jt:neo.jakest.us)
-- :simple-mastodon: [@jt@bubbler.jakest.us](http://bubbler.jakest.us/@jt)
\ No newline at end of file
+- :simple-mastodon: [@jt@bubbler.jakest.us](http://bubbler.jakest.us/@jt)
+
+Source code of this web site is available at
+[:simple-git: my git](https://git.jakest.us/jt/saitti) .
+If you find an error, please feel free to contact me at my socials
+or drop a PR (if I ever open registration or you are one of the
+special people...)
diff --git a/mkdocs.yml b/mkdocs.yml
index 065191f..71180be 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -16,16 +16,19 @@ theme:
     accent: amber
 
 extra:
- social:
-   - icon: simple/mastodon
-     link: https://bubbler.jakest.us/@jt
-     name: Follow me on Mastodon
-   - icon: simple/matrix
-     link: https://matrix.to/#/@jt:neo.jakest.us
-     name: Chat with me on Matrix
-   - icon: simple/forgejo
-     link: https://git.jakest.us
-     name: My codings on git
+  social:
+    - icon: simple/mastodon
+      link: https://bubbler.jakest.us/@jt
+      name: Follow me on Mastodon
+    - icon: simple/matrix
+      link: https://matrix.to/#/@jt:neo.jakest.us
+      name: Chat with me on Matrix
+    - icon: simple/forgejo
+      link: https://git.jakest.us
+      name: My codings on git
+    - icon: simple/git
+      link: https://git.jakest.us/jt/saitti
+      name: Website source code
 extra_css:
   - extra.css
 markdown_extensions: