diff --git a/config.toml b/config.toml index 44a19c4..1969e9b 100644 --- a/config.toml +++ b/config.toml @@ -49,7 +49,7 @@ items = [ { url = "/", name = "Home" }, { url = "/categories", name = "Categories" }, { url = "/tags", name = "Tags" }, - { url = "/blog", name = "Blog" }, + { url = "/posts", name = "Blog" }, ]}, # { lang = "fr", links = [ # { url = "/fr", name = "Accueil" }, @@ -66,7 +66,7 @@ items = [ ] }, # { lang = "fr", links = [ # { url = "/fr/markdown", name = "Markdown" }, - # { url = "/fr/blog", name = "Blog" }, + # { url = "/fr/posts", name = "Blog" }, # ] }, ] diff --git a/content/blog/2020-09-04-relm-on-windows.md b/content/posts/2020-09-04-relm-on-windows.md similarity index 100% rename from content/blog/2020-09-04-relm-on-windows.md rename to content/posts/2020-09-04-relm-on-windows.md diff --git a/content/blog/2020-09-06-leveraging-env-vars-in-rust-apps.md b/content/posts/2020-09-06-leveraging-env-vars-in-rust-apps.md similarity index 100% rename from content/blog/2020-09-06-leveraging-env-vars-in-rust-apps.md rename to content/posts/2020-09-06-leveraging-env-vars-in-rust-apps.md diff --git a/content/blog/2020-09-08-add-tap-escape-to-hhkb.md b/content/posts/2020-09-08-add-tap-escape-to-hhkb.md similarity index 100% rename from content/blog/2020-09-08-add-tap-escape-to-hhkb.md rename to content/posts/2020-09-08-add-tap-escape-to-hhkb.md diff --git a/content/blog/2020-09-08-install-latex-in-windows.md b/content/posts/2020-09-08-install-latex-in-windows.md similarity index 100% rename from content/blog/2020-09-08-install-latex-in-windows.md rename to content/posts/2020-09-08-install-latex-in-windows.md diff --git a/content/blog/2020-10-15-setting-up-blogging-with-emacs.md b/content/posts/2020-10-15-setting-up-blogging-with-emacs.md similarity index 100% rename from content/blog/2020-10-15-setting-up-blogging-with-emacs.md rename to content/posts/2020-10-15-setting-up-blogging-with-emacs.md diff --git a/content/blog/2020-10-26-access-nas-drive-using-windows10-pin-login.md b/content/posts/2020-10-26-access-nas-drive-using-windows10-pin-login.md similarity index 100% rename from content/blog/2020-10-26-access-nas-drive-using-windows10-pin-login.md rename to content/posts/2020-10-26-access-nas-drive-using-windows10-pin-login.md diff --git a/content/blog/2021-01-17-running-emacs-with-wsl2-xrdp.md b/content/posts/2021-01-17-running-emacs-with-wsl2-xrdp.md similarity index 100% rename from content/blog/2021-01-17-running-emacs-with-wsl2-xrdp.md rename to content/posts/2021-01-17-running-emacs-with-wsl2-xrdp.md diff --git a/content/blog/20231214-intercepting bluetooth keyboard events.md b/content/posts/20231214-intercepting bluetooth keyboard events.md similarity index 100% rename from content/blog/20231214-intercepting bluetooth keyboard events.md rename to content/posts/20231214-intercepting bluetooth keyboard events.md diff --git a/content/blog/2024-04-13-sly-repl-io-issues.md b/content/posts/2024-04-13-sly-repl-io-issues.md similarity index 100% rename from content/blog/2024-04-13-sly-repl-io-issues.md rename to content/posts/2024-04-13-sly-repl-io-issues.md diff --git a/content/blog/2024-05-12-keepassxc-and-flatpak.md b/content/posts/2024-05-12-keepassxc-and-flatpak.md similarity index 100% rename from content/blog/2024-05-12-keepassxc-and-flatpak.md rename to content/posts/2024-05-12-keepassxc-and-flatpak.md diff --git a/content/blog/2024-06-05-terraform-workflow-using-guix-and-emacs.md b/content/posts/2024-06-05-terraform-workflow-using-guix-and-emacs.md similarity index 100% rename from content/blog/2024-06-05-terraform-workflow-using-guix-and-emacs.md rename to content/posts/2024-06-05-terraform-workflow-using-guix-and-emacs.md diff --git a/content/blog/2024-06-11-deploying-cuirass-on-guixsd.md b/content/posts/2024-06-11-deploying-cuirass-on-guixsd.md similarity index 100% rename from content/blog/2024-06-11-deploying-cuirass-on-guixsd.md rename to content/posts/2024-06-11-deploying-cuirass-on-guixsd.md diff --git a/content/blog/20240624T104859--secrets-management-using-unix-password-store-pass__linux_osx_sysadmin.md b/content/posts/20240624T104859--secrets-management-using-unix-password-store-pass__linux_osx_sysadmin.md similarity index 100% rename from content/blog/20240624T104859--secrets-management-using-unix-password-store-pass__linux_osx_sysadmin.md rename to content/posts/20240624T104859--secrets-management-using-unix-password-store-pass__linux_osx_sysadmin.md diff --git a/content/blog/20240817-samba-adventures-in-guix.md b/content/posts/20240817-samba-adventures-in-guix.md similarity index 100% rename from content/blog/20240817-samba-adventures-in-guix.md rename to content/posts/20240817-samba-adventures-in-guix.md diff --git a/content/blog/_index.md b/content/posts/_index.md similarity index 100% rename from content/blog/_index.md rename to content/posts/_index.md diff --git a/content/blog/adding-audit-information-to-entities-in-the-seam-framework.md b/content/posts/adding-audit-information-to-entities-in-the-seam-framework.md similarity index 100% rename from content/blog/adding-audit-information-to-entities-in-the-seam-framework.md rename to content/posts/adding-audit-information-to-entities-in-the-seam-framework.md diff --git a/content/blog/building-debian-packages-in-a-cleanroom.md b/content/posts/building-debian-packages-in-a-cleanroom.md similarity index 100% rename from content/blog/building-debian-packages-in-a-cleanroom.md rename to content/posts/building-debian-packages-in-a-cleanroom.md diff --git a/content/blog/dape/go_example.png b/content/posts/dape/go_example.png similarity index 100% rename from content/blog/dape/go_example.png rename to content/posts/dape/go_example.png diff --git a/content/blog/dape/index.md b/content/posts/dape/index.md similarity index 100% rename from content/blog/dape/index.md rename to content/posts/dape/index.md diff --git a/content/blog/dape/python_example.png b/content/posts/dape/python_example.png similarity index 100% rename from content/blog/dape/python_example.png rename to content/posts/dape/python_example.png diff --git a/content/blog/dape/rust_example.png b/content/posts/dape/rust_example.png similarity index 100% rename from content/blog/dape/rust_example.png rename to content/posts/dape/rust_example.png diff --git a/content/blog/dape/typescript_example.png b/content/posts/dape/typescript_example.png similarity index 100% rename from content/blog/dape/typescript_example.png rename to content/posts/dape/typescript_example.png diff --git a/content/blog/deliverables-and-activities-ahah-moment.md b/content/posts/deliverables-and-activities-ahah-moment.md similarity index 100% rename from content/blog/deliverables-and-activities-ahah-moment.md rename to content/posts/deliverables-and-activities-ahah-moment.md diff --git a/content/blog/disiable-authentication-for-global-proxy-settings-on-ubuntu.md b/content/posts/disiable-authentication-for-global-proxy-settings-on-ubuntu.md similarity index 100% rename from content/blog/disiable-authentication-for-global-proxy-settings-on-ubuntu.md rename to content/posts/disiable-authentication-for-global-proxy-settings-on-ubuntu.md diff --git a/content/blog/eclipse-ganymede-crashes-on-64-bit-ubuntu-hardy-herron-2.md b/content/posts/eclipse-ganymede-crashes-on-64-bit-ubuntu-hardy-herron-2.md similarity index 100% rename from content/blog/eclipse-ganymede-crashes-on-64-bit-ubuntu-hardy-herron-2.md rename to content/posts/eclipse-ganymede-crashes-on-64-bit-ubuntu-hardy-herron-2.md diff --git a/content/blog/emacs_refactor/first-things.png b/content/posts/emacs_refactor/first-things.png similarity index 100% rename from content/blog/emacs_refactor/first-things.png rename to content/posts/emacs_refactor/first-things.png diff --git a/content/blog/emacs_refactor/grus-plan.jpg b/content/posts/emacs_refactor/grus-plan.jpg similarity index 100% rename from content/blog/emacs_refactor/grus-plan.jpg rename to content/posts/emacs_refactor/grus-plan.jpg diff --git a/content/blog/emacs_refactor/index.md b/content/posts/emacs_refactor/index.md similarity index 100% rename from content/blog/emacs_refactor/index.md rename to content/posts/emacs_refactor/index.md diff --git a/content/blog/emacs_refactor/pass-sample.png b/content/posts/emacs_refactor/pass-sample.png similarity index 100% rename from content/blog/emacs_refactor/pass-sample.png rename to content/posts/emacs_refactor/pass-sample.png diff --git a/content/blog/enable-real-idletime-for-org-mode-on-ubuntu.md b/content/posts/enable-real-idletime-for-org-mode-on-ubuntu.md similarity index 100% rename from content/blog/enable-real-idletime-for-org-mode-on-ubuntu.md rename to content/posts/enable-real-idletime-for-org-mode-on-ubuntu.md diff --git a/content/blog/fix-for-sonar-choking-on-result-returns-more-than-one-elements.md b/content/posts/fix-for-sonar-choking-on-result-returns-more-than-one-elements.md similarity index 100% rename from content/blog/fix-for-sonar-choking-on-result-returns-more-than-one-elements.md rename to content/posts/fix-for-sonar-choking-on-result-returns-more-than-one-elements.md diff --git a/content/blog/java-is-a-first-class-citizen-on-ubuntu-hardy-linux.md b/content/posts/java-is-a-first-class-citizen-on-ubuntu-hardy-linux.md similarity index 100% rename from content/blog/java-is-a-first-class-citizen-on-ubuntu-hardy-linux.md rename to content/posts/java-is-a-first-class-citizen-on-ubuntu-hardy-linux.md diff --git a/content/blog/learnings-from-the-pmi-benelux-day.md b/content/posts/learnings-from-the-pmi-benelux-day.md similarity index 100% rename from content/blog/learnings-from-the-pmi-benelux-day.md rename to content/posts/learnings-from-the-pmi-benelux-day.md diff --git a/content/blog/logging-notification-in-ubuntu.md b/content/posts/logging-notification-in-ubuntu.md similarity index 100% rename from content/blog/logging-notification-in-ubuntu.md rename to content/posts/logging-notification-in-ubuntu.md diff --git a/content/blog/making_dotfiles_visible_on_mac.md b/content/posts/making_dotfiles_visible_on_mac.md similarity index 100% rename from content/blog/making_dotfiles_visible_on_mac.md rename to content/posts/making_dotfiles_visible_on_mac.md diff --git a/content/blog/openproj-locks-up-with-blank-grey-windows.md b/content/posts/openproj-locks-up-with-blank-grey-windows.md similarity index 100% rename from content/blog/openproj-locks-up-with-blank-grey-windows.md rename to content/posts/openproj-locks-up-with-blank-grey-windows.md diff --git a/content/blog/organizing-windows-using-the-keyboard-with-compiz-grid.md b/content/posts/organizing-windows-using-the-keyboard-with-compiz-grid.md similarity index 100% rename from content/blog/organizing-windows-using-the-keyboard-with-compiz-grid.md rename to content/posts/organizing-windows-using-the-keyboard-with-compiz-grid.md diff --git a/content/blog/proxy-support-for-grails.md b/content/posts/proxy-support-for-grails.md similarity index 100% rename from content/blog/proxy-support-for-grails.md rename to content/posts/proxy-support-for-grails.md diff --git a/content/blog/uploading-documents-to-plone-with-webdav.md b/content/posts/uploading-documents-to-plone-with-webdav.md similarity index 100% rename from content/blog/uploading-documents-to-plone-with-webdav.md rename to content/posts/uploading-documents-to-plone-with-webdav.md