From 454c2722be5d47a8e69aabd8c86aa893be3a8d63 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Fri, 25 Oct 2024 20:42:08 -0700 Subject: [PATCH 1/2] archive outdated articles --- content/archived/_index.md | 11 +++++++++++ .../all-good-things-come-to-an-end.md | 0 .../announcing_sfbayareatech.png | Bin .../announcing-sfbayareatech/index.md | 0 .../migrating-from-pelican-to-hugo.md | 0 5 files changed, 11 insertions(+) create mode 100644 content/archived/_index.md rename content/{post => archived}/all-good-things-come-to-an-end.md (100%) rename content/{post => archived}/announcing-sfbayareatech/announcing_sfbayareatech.png (100%) rename content/{post => archived}/announcing-sfbayareatech/index.md (100%) rename content/{post => archived}/migrating-from-pelican-to-hugo.md (100%) diff --git a/content/archived/_index.md b/content/archived/_index.md new file mode 100644 index 0000000..9755d9b --- /dev/null +++ b/content/archived/_index.md @@ -0,0 +1,11 @@ ++++ +paginate_by = 4 +path = "/archived" +title = "Archived" +sort_by = "date" +template = "section.html" +insert_anchor_links = "left" + +[extra] +show_previous_next_article_links = true ++++ diff --git a/content/post/all-good-things-come-to-an-end.md b/content/archived/all-good-things-come-to-an-end.md similarity index 100% rename from content/post/all-good-things-come-to-an-end.md rename to content/archived/all-good-things-come-to-an-end.md diff --git a/content/post/announcing-sfbayareatech/announcing_sfbayareatech.png b/content/archived/announcing-sfbayareatech/announcing_sfbayareatech.png similarity index 100% rename from content/post/announcing-sfbayareatech/announcing_sfbayareatech.png rename to content/archived/announcing-sfbayareatech/announcing_sfbayareatech.png diff --git a/content/post/announcing-sfbayareatech/index.md b/content/archived/announcing-sfbayareatech/index.md similarity index 100% rename from content/post/announcing-sfbayareatech/index.md rename to content/archived/announcing-sfbayareatech/index.md diff --git a/content/post/migrating-from-pelican-to-hugo.md b/content/archived/migrating-from-pelican-to-hugo.md similarity index 100% rename from content/post/migrating-from-pelican-to-hugo.md rename to content/archived/migrating-from-pelican-to-hugo.md -- 2.46.1 From ce30cbbc6fd3cc864f929b5c5accfd25b24b9ca1 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Fri, 25 Oct 2024 20:42:26 -0700 Subject: [PATCH 2/2] enable plausible --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index bda482f..05e4a16 100644 --- a/config.toml +++ b/config.toml @@ -226,6 +226,9 @@ allowed_domains = [ custom_subset = true [extra.analytics] +service = "plausible" +id = "www.softinio.com" +self_hosted_url = "https://analytics.softinio.net" # Specify which analytics service you want to use. # Supported options: ["goatcounter", "umami", "plausible"] # service = "goatcounter" -- 2.46.1