aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-05 21:53:22 +0300
committerValentin Popov <valentin@popov.link>2022-11-05 21:53:22 +0300
commit8663bd41a44c01ad1f19b2394d3f0f44a29756d3 (patch)
tree77ad134385bc6a986000c60120344293cd6c7d34 /config.toml
parentd267a307f74bb3c743f2c83f4b36ce6a3047c50c (diff)
downloadpopov.link-8663bd41a44c01ad1f19b2394d3f0f44a29756d3.tar.xz
popov.link-8663bd41a44c01ad1f19b2394d3f0f44a29756d3.zip
Deleted the projects section
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml15
1 files changed, 0 insertions, 15 deletions
diff --git a/config.toml b/config.toml
index 063780f..5bf68c1 100644
--- a/config.toml
+++ b/config.toml
@@ -76,18 +76,3 @@ anchors = "on"
[extra]
# Put all your custom variables here
-
-projects = [
- { name = "Laravel Notification Channels: GreenSMS", links = [
- { title = "Source", url = "https://git.popov.link/laravel/notification-channels-greensms" },
- ] },
- { name = "Moodle Webhooks", links = [
- { title = "Homepage", url = "https://moodle.org/plugins/local_webhooks" },
- { title = "Source", url = "https://git.popov.link/moodle/webhooks" },
- { title = "Source (GitHub)", url = "https://github.com/valentineus/moodle-webhooks" },
- ] },
- { name = "Electron Hot Reload", links = [
- { title = "Source", url = "https://git.popov.link/electron-js/hot-reload/" },
- { title = "Source (GitHub)", url = "https://github.com/valentineus/electron-hot-reload" },
- ] },
-]