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; }