diff --git a/README.md b/README.md index bbd5216..506a84d 100644 --- a/README.md +++ b/README.md @@ -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/) ![screenshot](./screenshot.png) 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." diff --git a/theme.toml b/theme.toml index 54480e9..377a730 100644 --- a/theme.toml +++ b/theme.toml @@ -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"