From 2ca82a96784f919a0123adbdc2350b998acc5265 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Mon, 20 Nov 2023 15:47:37 +0100 Subject: [PATCH] Add notes on openldap --- curriculum-vitae/index.html | 4 +- generate-blog.bash | 1 + generate-from-md/generate-from-md | Bin 0 -> 2926184 bytes generate-from-md/go.mod | 5 + generate-from-md/go.sum | 2 + generate-from-md/main.go | 49 ++++ posts/notes-on-openldap/index.html | 134 ++++++++++ posts/notes-on-openldap/index.md | 284 +++++++++++++++++++++ posts/notes-on-openldap/last_checksum.txt | 1 + posts/notes-on-openldap/last_edit_date.txt | 1 + posts/notes-on-openldap/publish_date.txt | 1 + publish.txt | 1 + style.css | 29 ++- 13 files changed, 499 insertions(+), 13 deletions(-) create mode 100755 generate-from-md/generate-from-md create mode 100644 generate-from-md/go.mod create mode 100644 generate-from-md/go.sum create mode 100644 generate-from-md/main.go create mode 100644 posts/notes-on-openldap/index.html create mode 100644 posts/notes-on-openldap/index.md create mode 100644 posts/notes-on-openldap/last_checksum.txt create mode 100644 posts/notes-on-openldap/last_edit_date.txt create mode 100644 posts/notes-on-openldap/publish_date.txt diff --git a/curriculum-vitae/index.html b/curriculum-vitae/index.html index 4e582ca..1c5d333 100644 --- a/curriculum-vitae/index.html +++ b/curriculum-vitae/index.html @@ -1,4 +1,4 @@ -

Curriculum Vitae Hugo Thunnissen

+

Curriculum Vitae Hugo Thunnissen

Experience

@@ -38,7 +38,7 @@
  • Linux
  • Docker
  • diff --git a/generate-blog.bash b/generate-blog.bash index 9fcafcc..037eba3 100755 --- a/generate-blog.bash +++ b/generate-blog.bash @@ -69,6 +69,7 @@ print-html-top() { ${title} +