From e6921844e4847426b2e058746f72a8996e7fc19b Mon Sep 17 00:00:00 2001 From: Ghislaine Guerin Date: Wed, 14 Feb 2024 17:39:40 -0300 Subject: [PATCH] Update permalinks for blog pages --- _config.yml | 1 + _includes/blog_card.html | 2 +- _includes/navigation.html | 91 ++++++++++++++++++++++++++++----------- _includes/tag_cloud.html | 2 +- _layouts/post.html | 2 +- author_generator.py | 1 + authors/brent_moran.md | 1 + authors/kriti_godey.md | 1 + authors/sean_colsen.md | 1 + blog.md | 1 + tag/announcement.md | 1 + tag/mathesar.md | 1 + tag/release.md | 1 + tag/test.md | 1 + tag_generator.py | 17 +++++--- 15 files changed, 92 insertions(+), 32 deletions(-) diff --git a/_config.yml b/_config.yml index e9e32108..e46c2f27 100644 --- a/_config.yml +++ b/_config.yml @@ -34,6 +34,7 @@ baseurl: "" url: "https://mathesar.org" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: mathesar_org github_username: mathesar +permalink: /blog/:categories/:year/:month/:day/:title:output_ext # Build settings theme: minima diff --git a/_includes/blog_card.html b/_includes/blog_card.html index 7ceaa2a6..87d26265 100644 --- a/_includes/blog_card.html +++ b/_includes/blog_card.html @@ -13,7 +13,7 @@

Posted on {{ include.post.date | date_to_string }} by - + {{author.name }}

diff --git a/_includes/navigation.html b/_includes/navigation.html index e035da86..4d5d694d 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -2,7 +2,11 @@
- Mathesar's Logo + Mathesar's Logo
@@ -155,13 +176,17 @@