diff options
| author | Ahmed Alaa <ahmed@gumx.cc> | 2023-12-17 11:35:42 +0000 |
|---|---|---|
| committer | Ahmed Alaa <ahmed@gumx.cc> | 2023-12-17 11:35:42 +0000 |
| commit | e1ff2d435f6035b53a8fb73f2f5dd0eccceee1a8 (patch) | |
| tree | f990a491fee75799235f03e123f9a50916b835d7 | |
| parent | 0ec159c78389bd9f3ab8205d1810974f84f24e04 (diff) | |
Update 3 files
- /config.toml
- /README.md
- /theme.toml
| -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" |
