From 4cec94ece9f0ad2c46dc3e9a8b668771cf7b9c6b Mon Sep 17 00:00:00 2001 From: Ahmed Date: Thu, 16 Oct 2025 17:33:00 +0300 Subject: fix: baseurl variable --- config.toml | 10 +++++----- content/_index.md | 2 +- theme.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config.toml b/config.toml index 016f521..da374ac 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -base_url = "https://atgumx.gitlab.io/no-style-please/" +base_url = "https://zola-no-style-please.demo.gumx.cc" title = "no style, please!" description = "A (nearly) no-CSS, fast, minimalist Zola theme." @@ -18,10 +18,10 @@ highlight_code = true author = "Ahmed Alaa" logo = "images/logo.png" header_nav = [ - { name = "~home", url = "/no-style-please/" }, - { name = "#tags", url = "/no-style-please/tags" }, - { name = "+categories", url = "/no-style-please/categories" }, - { name = "@contexts", url = "/no-style-please/contexts" }, + { name = "~home", url = "/" }, + { name = "#tags", url = "/tags" }, + { name = "+categories", url = "/categories" }, + { name = "@contexts", url = "/contexts" }, ] footer_nav = [ { name = "< previous", url = "#" }, diff --git a/content/_index.md b/content/_index.md index 1ca4316..bf5309f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,7 +3,7 @@ - info - a (nearly) no-CSS, fast, minimalist Zola theme. - - [gitlab](https://gitlab.com/atgumx/no-style-please) and [github](https://github.com/atgumx/no-style-please) repos + - on [sourcehut](https://sr.ht/~gumxcc/zola-no-style-please/), [gitlab](https://gitlab.com/gumxcc/zola-no-style-please) and [github](https://github.com/gumxcc/zola-no-style-please) repos - ported from [riggraz](https://riggraz.dev/)'s [no style, please! Jekyll theme](https://riggraz.dev/no-style-please/) - posts - [Overview Post](./overview-post) diff --git a/theme.toml b/theme.toml index 0eea663..e6a7796 100644 --- a/theme.toml +++ b/theme.toml @@ -3,7 +3,7 @@ description = "A (nearly) no-CSS, fast, minimalist Zola theme" license = "MIT" homepage = "https://git.sr.ht/~gumxcc/zola-no-style-please" min_version = "0.4.0" -demo = "zola-no-style-please.demo.gumx.cc" +demo = "https://zola-no-style-please.demo.gumx.cc" [extra] -- cgit v1.2.3