From e03fc9dc5947985d346cf8a39e6b841f6d083074 Mon Sep 17 00:00:00 2001 From: lourenco <> Date: Mon, 15 Sep 2025 13:31:27 +0200 Subject: [PATCH] small fixes to css --- hugo.toml | 6 ++++++ themes/terminal/assets/css/main.css | 2 ++ themes/terminal/assets/css/post.css | 1 - 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 9453378..bb42308 100644 --- a/hugo.toml +++ b/hugo.toml @@ -59,3 +59,9 @@ url = "/about" identifier = "schedule" name = "Schedule" url = "https://schedule.excipio.tech/" + + +[permalinks] +[permalinks.page] +blog = '/blog/:title/' + diff --git a/themes/terminal/assets/css/main.css b/themes/terminal/assets/css/main.css index ed3e69d..26cb4f6 100644 --- a/themes/terminal/assets/css/main.css +++ b/themes/terminal/assets/css/main.css @@ -30,6 +30,8 @@ body { -webkit-font-smoothing: antialiased; -webkit-overflow-scrolling: touch; text-size-adjust: 100%; + text-align: justify; + justify-content: center; } h1 { diff --git a/themes/terminal/assets/css/post.css b/themes/terminal/assets/css/post.css index f533f43..49cc2f6 100644 --- a/themes/terminal/assets/css/post.css +++ b/themes/terminal/assets/css/post.css @@ -21,7 +21,6 @@ .post { width: 100%; - text-align: left; padding: 30px 0; }