diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | config.toml | 2 | ||||
| -rw-r--r-- | theme.toml | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # no style, please! A (nearly) no-CSS, fast, minimalist [Zola](https://www.getzola.org/) theme. -Ported from from [riggraz](https://riggraz.dev/)'s [no style, please! Jekyll theme](https://riggraz.dev/no-style-please/), and I use it for [my site](https://4b.cx/) +Ported from from [riggraz](https://riggraz.dev/)'s [no style, please! Jekyll theme](https://riggraz.dev/no-style-please/), and you can find the demo [here](https://atgumx.gitlab.io/no-style-please/)  diff --git a/config.toml b/config.toml index c112134..f31e64e 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -base_url = "https://4bcx.gitlab.io/no-style-please/" +base_url = "https://atgumx.gitlab.io/no-style-please/" title = "no style, please!" description = "A (nearly) no-CSS, fast, minimalist Zola theme." @@ -10,7 +10,7 @@ demo = "https://atgumx.gitlab.io/no-style-please" # The theme author info: you! [author] name = "Ahmed Alaa" -homepage = "https://4b.cx" +homepage = "https://gumx.cc" [original] author = "Riccardo Graziosi" |
