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" 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