diff options
| author | Ahmed <git@gumx.cc> | 2025-10-16 17:33:00 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2025-10-20 14:42:58 +0300 |
| commit | 4cec94ece9f0ad2c46dc3e9a8b668771cf7b9c6b (patch) | |
| tree | 02969385eb8826135f50d7f82a83f2a5fdcd6d5d | |
| parent | 76d25349fa15acae1994b267274d898acb551522 (diff) | |
fix: baseurl variable
| -rw-r--r-- | config.toml | 10 | ||||
| -rw-r--r-- | content/_index.md | 2 | ||||
| -rw-r--r-- | 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) @@ -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] |
