aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Alaa <ahmed@gumx.cc>2023-12-17 11:35:42 +0000
committerAhmed Alaa <ahmed@gumx.cc>2023-12-17 11:35:42 +0000
commite1ff2d435f6035b53a8fb73f2f5dd0eccceee1a8 (patch)
treef990a491fee75799235f03e123f9a50916b835d7
parent0ec159c78389bd9f3ab8205d1810974f84f24e04 (diff)
Update 3 files
- /config.toml - /README.md - /theme.toml
-rw-r--r--README.md2
-rw-r--r--config.toml2
-rw-r--r--theme.toml2
3 files changed, 3 insertions, 3 deletions
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"