From 1de3926c49e89c6ce8d3f28606b0c07c22fc01ad Mon Sep 17 00:00:00 2001 From: Sped0n Date: Wed, 12 Nov 2025 17:11:42 +0800 Subject: [PATCH] docs: correct Solid.js to SolidJS in theme description Signed-off-by: Sped0n --- exampleSite/content/Info/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/Info/index.md b/exampleSite/content/Info/index.md index 8478352..554012b 100644 --- a/exampleSite/content/Info/index.md +++ b/exampleSite/content/Info/index.md @@ -12,7 +12,7 @@ build: publishResources: false --- -Bridget is a _minimal_ Hugo theme designed for photographers/visual artists, powered by [Solid.js](https://www.solidjs.com). +Bridget is a _minimal_ Hugo theme designed for photographers/visual artists, powered by [SolidJS](https://www.solidjs.com). The inspiration for this theme came from a video by [Hyperlexed](https://www.youtube.com/@Hyperplexed), which can be found [here](https://www.youtube.com/watch?v=Jt3A2lNN2aE). Initially, it was developed using no third-party dependencies. However, after website designer [Tyler McRobert](https://tylermcrobert.com) made the source code publicly available, I realized that I have invented many unnecessary wheels, and this project was modified to porting the original design to Hugo while focusing on _performance_.