diff --git a/README.md b/README.md
index 8e472a9d..d1d13139 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,27 @@ Blowfish supports several installation methods - as a git submodule, a Hugo Modu
Detailed instructions for each method can be found in the [Installation](https://blowfish.page/docs/installation) docs. You should consult the documentation for the simplest setup experience. Below is a quick start guide using submodules if you are using git, or Hugo modules if you're already confident installing Hugo themes.
+### Quick start using Blowfish Tools
+
+> **Note:** Ensure you have **Node.js**, **Git**, **Go** and **Hugo** installed, and that you have created a new Hugo project before proceeding.
+
+We just launched a new CLI tool to help you get started with Blowfish. It will create a new Hugo project, install the theme and set up the theme configuration files for you. It's still in beta so please [report any issues you find](https://github.com/nunocoracao/blowfish-tools).
+
+Install the CLI tool globally using npm (or other package manager):
+```shell
+npm i -g blowfish-tools
+```
+
+Then run the command `blowfish-tools` to start an interactive run which will guide you through creation and configuration use-cases.
+```shell
+blowfish-tools
+```
+
+You can also run the command `blowfish-tools new` to create a new Hugo project and install the theme in one go. Check the CLI help for more information.
+```shell
+blowfish-tools new mynewsite
+```
+
### Quick start using git submodules
> **Note:** Ensure you have **Git**, **Go**, and **Hugo** installed, and that you have created a new Hugo project before proceeding.
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index 312cf241..28b53c17 100755
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -1,9 +1,11 @@
---
title: "Welcome to Blowfish! :tada:"
-description: "This is a demo of the Blowfish theme for Hugo."
+description: "This page was built using the Blowfish theme for Hugo."
---
-This is a demo site built entirely using Blowfish. It also contains a complete set of [theme documentation]({{< ref "docs" >}}). Blowfish is flexible and is great for both static page-based content (like this demo) or a traditional blog with a feed of recent posts.
+Welcome to Blowfish, one of the most flexible and robust Hugo themes. Here you can find the complete [theme documentation]({{< ref "docs" >}}). Blowfish is highly customizable and can be configured to fit your needs: from a static website to a blog. Checkout some [examples](/examples) and what some of our [users](/users) have been building.
+
+Explore the [sample pages]({{< ref "samples" >}}) to get a feel for what Blowfish can do. If you like what you see, check out the project on Github or read the [Installation guide]({{< ref "docs/installation" >}}) to get started.
@@ -20,4 +22,4 @@ This is a demo site built entirely using Blowfish. It also contains a complete s
-Explore the [sample pages]({{< ref "samples" >}}) to get a feel for what Blowfish can do. If you like what you see, check out the project on Github or read the [Installation guide]({{< ref "docs/installation" >}}) to get started.
+
diff --git a/exampleSite/content/docs/installation/index.md b/exampleSite/content/docs/installation/index.md
index bf8cf1eb..bc019f21 100644
--- a/exampleSite/content/docs/installation/index.md
+++ b/exampleSite/content/docs/installation/index.md
@@ -27,13 +27,34 @@ Make sure you are using **Hugo version 0.87.0** or later as the theme takes adva
You can find detailed installation instructions for your platform in the [Hugo docs](https://gohugo.io/getting-started/installing).
-### Create a new site
+### Install with Blowfish Tools (Beta)
+
+We just launched a new CLI tool to help you get started with Blowfish. It will create a new Hugo project, install the theme and set up the theme configuration files for you. It's still in beta so please [report any issues you find](https://github.com/nunocoracao/blowfish-tools).
+
+Install the CLI tool globally using npm (or other package manager):
+```shell
+npm i -g blowfish-tools
+```
+
+Then run the command `blowfish-tools` to start an interactive run which will guide you through creation and configuration use-cases.
+```shell
+blowfish-tools
+```
+
+You can also run the command `blowfish-tools new` to create a new Hugo project and install the theme in one go. Check the CLI help for more information.
+```shell
+blowfish-tools new mynewsite
+```
+
+### Install Manually
+
+#### Create a new site
Run the command `hugo new site mywebsite` to create a new Hugo site in a directory named `mywebsite`.
Note that you can name the project directory whatever you choose, but the instructions below will assume it's named `mywebsite`. If you use a different name, be sure to substitute it accordingly.
-### Download the Blowfish theme
+#### Download the Blowfish theme
There several different ways to install the Blowfish theme into your Hugo website. From easiest to most difficult to install and maintain, they are:
@@ -43,7 +64,7 @@ There several different ways to install the Blowfish theme into your Hugo websit
If you're unsure, choose the Git submodule method.
-#### Install using git
+##### Install using git
This method is the quickest and easiest for keeping the theme up-to-date. Besides **Hugo** and **Go**, you'll also need to ensure you have **Git** installed on your local machine.
@@ -57,7 +78,7 @@ git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blo
Then continue to [set up the theme configuration files](#set-up-theme-configuration-files).
-#### Install using Hugo
+##### Install using Hugo
For this method you'll use Hugo to manage your themes. Hugo uses **Go** to initialise and manage modules so you need to ensure you have `go` installed before proceeding.
@@ -87,7 +108,7 @@ For this method you'll use Hugo to manage your themes. Hugo uses **Go** to initi
4. Start your server using `hugo server` and the theme will be downloaded automatically.
5. Continue to [set up the theme configuration files](#set-up-theme-configuration-files).
-#### Install manually
+##### Install manually
1. Download the latest release of the theme source code.
@@ -96,7 +117,7 @@ For this method you'll use Hugo to manage your themes. Hugo uses **Go** to initi
2. Extract the archive, rename the folder to `blowfish` and move it to the `themes/` directory inside your Hugo project's root folder.
3. Continue to [set up the theme configuration files](#set-up-theme-configuration-files).
-### Set up theme configuration files
+#### Set up theme configuration files
In the root folder of your website, delete the `config.toml` file that was generated by Hugo. Copy the `*.toml` config files from the theme into your `config/_default/` folder. This will ensure you have all the correct theme settings and will enable you to easily customise the theme to your needs.
diff --git a/exampleSite/content/users/50-nuances-octets.fr/feature.jpg b/exampleSite/content/users/50-nuances-octets.fr/feature.jpg
index f34c9460..30791e0a 100644
Binary files a/exampleSite/content/users/50-nuances-octets.fr/feature.jpg and b/exampleSite/content/users/50-nuances-octets.fr/feature.jpg differ
diff --git a/exampleSite/content/users/50-nuances-octets.fr/index.md b/exampleSite/content/users/50-nuances-octets.fr/index.md
index b32d3d0a..8a491740 100644
--- a/exampleSite/content/users/50-nuances-octets.fr/index.md
+++ b/exampleSite/content/users/50-nuances-octets.fr/index.md
@@ -2,7 +2,7 @@
title: "50-nuances-octets.fr"
tags: [Organization site]
externalUrl: "https://www.50-nuances-octets.fr/"
- date: 9952-08-08
+ date: 9954-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/BoringTech.net/feature.jpg b/exampleSite/content/users/BoringTech.net/feature.jpg
index 8f94a44e..280a2fa3 100644
Binary files a/exampleSite/content/users/BoringTech.net/feature.jpg and b/exampleSite/content/users/BoringTech.net/feature.jpg differ
diff --git a/exampleSite/content/users/BoringTech.net/index.md b/exampleSite/content/users/BoringTech.net/index.md
index 0c7dcbb5..46fc126e 100644
--- a/exampleSite/content/users/BoringTech.net/index.md
+++ b/exampleSite/content/users/BoringTech.net/index.md
@@ -2,7 +2,7 @@
title: "BoringTech.net"
tags: [Personal Site,Blog]
externalUrl: "https://boringtech.net/"
- date: 9928-08-08
+ date: 9930-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/adilhyz.github.io/index.md b/exampleSite/content/users/adilhyz.github.io/index.md
index b6b1fc75..c6acf196 100644
--- a/exampleSite/content/users/adilhyz.github.io/index.md
+++ b/exampleSite/content/users/adilhyz.github.io/index.md
@@ -2,7 +2,7 @@
title: "adilhyz.github.io"
tags: [Personal site]
externalUrl: "https://adilhyz.github.io"
- date: 9939-08-08
+ date: 9941-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/adir1.com/index.md b/exampleSite/content/users/adir1.com/index.md
index e716f421..32735844 100644
--- a/exampleSite/content/users/adir1.com/index.md
+++ b/exampleSite/content/users/adir1.com/index.md
@@ -2,7 +2,7 @@
title: "adir1.com"
tags: [Personal site]
externalUrl: "https://adir1.com/"
- date: 9973-08-08
+ date: 9975-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/alanctanner.com/index.md b/exampleSite/content/users/alanctanner.com/index.md
index 9d68c0e4..cd12c27b 100644
--- a/exampleSite/content/users/alanctanner.com/index.md
+++ b/exampleSite/content/users/alanctanner.com/index.md
@@ -2,7 +2,7 @@
title: "alanctanner.com"
tags: [Personal site]
externalUrl: "https://alanctanner.com/"
- date: 9962-08-08
+ date: 9964-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/alejandro-ao.com/index.md b/exampleSite/content/users/alejandro-ao.com/index.md
index 368e58ff..14bbde7d 100644
--- a/exampleSite/content/users/alejandro-ao.com/index.md
+++ b/exampleSite/content/users/alejandro-ao.com/index.md
@@ -2,7 +2,7 @@
title: "alejandro-ao.com"
tags: [Personal site]
externalUrl: "https://alejandro-ao.com/"
- date: 9974-08-08
+ date: 9976-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/alxhslm.github.io/index.md b/exampleSite/content/users/alxhslm.github.io/index.md
index 3b9e3bc2..b9a9f535 100644
--- a/exampleSite/content/users/alxhslm.github.io/index.md
+++ b/exampleSite/content/users/alxhslm.github.io/index.md
@@ -2,7 +2,7 @@
title: "alxhslm.github.io"
tags: [Personal Site]
externalUrl: "https://alxhslm.github.io/"
- date: 9925-08-08
+ date: 9927-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/bbagwang.com/index.md b/exampleSite/content/users/bbagwang.com/index.md
index 3f31963c..83b2af88 100644
--- a/exampleSite/content/users/bbagwang.com/index.md
+++ b/exampleSite/content/users/bbagwang.com/index.md
@@ -2,7 +2,7 @@
title: "bbagwang.com"
tags: [Personal site]
externalUrl: "https://bbagwang.com"
- date: 9945-08-08
+ date: 9947-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/binarydigit.cafe/feature.jpg b/exampleSite/content/users/binarydigit.cafe/feature.jpg
index 3628cdf8..eb0a3a35 100644
Binary files a/exampleSite/content/users/binarydigit.cafe/feature.jpg and b/exampleSite/content/users/binarydigit.cafe/feature.jpg differ
diff --git a/exampleSite/content/users/binarydigit.cafe/index.md b/exampleSite/content/users/binarydigit.cafe/index.md
index e9ab38c1..6e16a4a5 100644
--- a/exampleSite/content/users/binarydigit.cafe/index.md
+++ b/exampleSite/content/users/binarydigit.cafe/index.md
@@ -2,7 +2,7 @@
title: "binarydigit.cafe"
tags: [Personal site]
externalUrl: "https://binarydigit.cafe/"
- date: 9926-08-08
+ date: 9928-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/blastomussa.dev/index.md b/exampleSite/content/users/blastomussa.dev/index.md
index bd9ece76..83b188f0 100644
--- a/exampleSite/content/users/blastomussa.dev/index.md
+++ b/exampleSite/content/users/blastomussa.dev/index.md
@@ -2,7 +2,7 @@
title: "blastomussa.dev"
tags: [Personal site]
externalUrl: "https://blastomussa.dev"
- date: 9980-08-08
+ date: 9982-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/blog.enmanuelmoreira.com/feature.jpg b/exampleSite/content/users/blog.enmanuelmoreira.com/feature.jpg
index f6d49855..d7be2f00 100644
Binary files a/exampleSite/content/users/blog.enmanuelmoreira.com/feature.jpg and b/exampleSite/content/users/blog.enmanuelmoreira.com/feature.jpg differ
diff --git a/exampleSite/content/users/blog.enmanuelmoreira.com/index.md b/exampleSite/content/users/blog.enmanuelmoreira.com/index.md
index bb2f64d9..fc904339 100644
--- a/exampleSite/content/users/blog.enmanuelmoreira.com/index.md
+++ b/exampleSite/content/users/blog.enmanuelmoreira.com/index.md
@@ -2,7 +2,7 @@
title: "blog.enmanuelmoreira.com"
tags: [Personal site]
externalUrl: "https://blog.enmanuelmoreira.com"
- date: 9954-08-08
+ date: 9956-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/blog.muffn.io/feature.jpg b/exampleSite/content/users/blog.muffn.io/feature.jpg
index 32ca4b8c..2abae3d2 100644
Binary files a/exampleSite/content/users/blog.muffn.io/feature.jpg and b/exampleSite/content/users/blog.muffn.io/feature.jpg differ
diff --git a/exampleSite/content/users/blog.muffn.io/index.md b/exampleSite/content/users/blog.muffn.io/index.md
index 2fd71ae6..25203223 100644
--- a/exampleSite/content/users/blog.muffn.io/index.md
+++ b/exampleSite/content/users/blog.muffn.io/index.md
@@ -2,7 +2,7 @@
title: "blog.muffn.io"
tags: [Personal site]
externalUrl: "https://blog.muffn.io/"
- date: 9971-08-08
+ date: 9973-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/blog.stonegarden.dev/index.md b/exampleSite/content/users/blog.stonegarden.dev/index.md
index 0d28ef88..9f8c0750 100644
--- a/exampleSite/content/users/blog.stonegarden.dev/index.md
+++ b/exampleSite/content/users/blog.stonegarden.dev/index.md
@@ -2,7 +2,7 @@
title: "blog.stonegarden.dev"
tags: [Personal Site]
externalUrl: "https://blog.stonegarden.dev/"
- date: 9930-08-08
+ date: 9932-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/cdell.io/index.md b/exampleSite/content/users/cdell.io/index.md
index 11a2a7d6..83177e12 100644
--- a/exampleSite/content/users/cdell.io/index.md
+++ b/exampleSite/content/users/cdell.io/index.md
@@ -2,7 +2,7 @@
title: "cdell.io"
tags: [Personal site]
externalUrl: "https://cdell.io"
- date: 9979-08-08
+ date: 9981-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/clemsau.com/index.md b/exampleSite/content/users/clemsau.com/index.md
index f4d1daee..0ad7a57c 100644
--- a/exampleSite/content/users/clemsau.com/index.md
+++ b/exampleSite/content/users/clemsau.com/index.md
@@ -2,7 +2,7 @@
title: "clemsau.com"
tags: [Personal site]
externalUrl: "https://clemsau.com/"
- date: 9958-08-08
+ date: 9960-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/ctulhu.me/index.md b/exampleSite/content/users/ctulhu.me/index.md
index c1a75711..fc5c105e 100644
--- a/exampleSite/content/users/ctulhu.me/index.md
+++ b/exampleSite/content/users/ctulhu.me/index.md
@@ -2,7 +2,7 @@
title: "ctulhu.me"
tags: [Personal site]
externalUrl: "https://ctulhu.me"
- date: 9932-08-08
+ date: 9934-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/deepumohan.com-tech/index.md b/exampleSite/content/users/deepumohan.com-tech/index.md
index b99b30bb..ccb4483f 100644
--- a/exampleSite/content/users/deepumohan.com-tech/index.md
+++ b/exampleSite/content/users/deepumohan.com-tech/index.md
@@ -2,7 +2,7 @@
title: "deepumohan.com/tech"
tags: [Technology Blog]
externalUrl: "https://deepumohan.com/tech/"
- date: 9936-08-08
+ date: 9938-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/dizzytech.de/feature.jpg b/exampleSite/content/users/dizzytech.de/feature.jpg
index 9ab65f00..091e12c4 100644
Binary files a/exampleSite/content/users/dizzytech.de/feature.jpg and b/exampleSite/content/users/dizzytech.de/feature.jpg differ
diff --git a/exampleSite/content/users/dizzytech.de/index.md b/exampleSite/content/users/dizzytech.de/index.md
index 12692218..84700651 100644
--- a/exampleSite/content/users/dizzytech.de/index.md
+++ b/exampleSite/content/users/dizzytech.de/index.md
@@ -2,7 +2,7 @@
title: "dizzytech.de"
tags: [Personal site]
externalUrl: "https://dizzytech.de"
- date: 9975-08-08
+ date: 9977-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/fm126.top/feature.jpg b/exampleSite/content/users/fm126.top/feature.jpg
index 23e1d1ca..5f4f658c 100644
Binary files a/exampleSite/content/users/fm126.top/feature.jpg and b/exampleSite/content/users/fm126.top/feature.jpg differ
diff --git a/exampleSite/content/users/fm126.top/index.md b/exampleSite/content/users/fm126.top/index.md
index d05e25d8..87462ee0 100644
--- a/exampleSite/content/users/fm126.top/index.md
+++ b/exampleSite/content/users/fm126.top/index.md
@@ -2,7 +2,7 @@
title: "fm126.top"
tags: [Personal site,Blog]
externalUrl: "https://fm126.top/"
- date: 9924-08-08
+ date: 9926-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/fugugames.com/index.md b/exampleSite/content/users/fugugames.com/index.md
index 7a040c3c..c54cb261 100644
--- a/exampleSite/content/users/fugugames.com/index.md
+++ b/exampleSite/content/users/fugugames.com/index.md
@@ -2,7 +2,7 @@
title: "fugugames.com"
tags: [Games site]
externalUrl: "https://fugugames.com/"
- date: 9965-08-08
+ date: 9967-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/gma.name/index.md b/exampleSite/content/users/gma.name/index.md
index 1c65f241..bd5b9f23 100644
--- a/exampleSite/content/users/gma.name/index.md
+++ b/exampleSite/content/users/gma.name/index.md
@@ -2,7 +2,7 @@
title: "gma.name"
tags: [Personal site]
externalUrl: "https://gma.name"
- date: 9942-08-08
+ date: 9944-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/halcyonstraits.com/index.md b/exampleSite/content/users/halcyonstraits.com/index.md
index b30875e9..1ed61602 100644
--- a/exampleSite/content/users/halcyonstraits.com/index.md
+++ b/exampleSite/content/users/halcyonstraits.com/index.md
@@ -2,7 +2,7 @@
title: "halcyonstraits.com"
tags: [Doll photography]
externalUrl: "https://www.halcyonstraits.com/"
- date: 9953-08-08
+ date: 9955-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/hellstabber.github.io/index.md b/exampleSite/content/users/hellstabber.github.io/index.md
index c126cc6b..cd65d6d7 100644
--- a/exampleSite/content/users/hellstabber.github.io/index.md
+++ b/exampleSite/content/users/hellstabber.github.io/index.md
@@ -2,7 +2,7 @@
title: "hellstabber.github.io"
tags: [Personal site]
externalUrl: "https://hellstabber.github.io/"
- date: 9959-08-08
+ date: 9961-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/hyperbowl3d.com/index.md b/exampleSite/content/users/hyperbowl3d.com/index.md
index 433628ab..f1d4d07e 100644
--- a/exampleSite/content/users/hyperbowl3d.com/index.md
+++ b/exampleSite/content/users/hyperbowl3d.com/index.md
@@ -2,7 +2,7 @@
title: "hyperbowl3d.com"
tags: [Game site]
externalUrl: "https://hyperbowl3d.com/"
- date: 9964-08-08
+ date: 9966-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/insidemordecai.com/index.md b/exampleSite/content/users/insidemordecai.com/index.md
index e97506ee..6c9c50fc 100644
--- a/exampleSite/content/users/insidemordecai.com/index.md
+++ b/exampleSite/content/users/insidemordecai.com/index.md
@@ -2,7 +2,7 @@
title: "insidemordecai.com"
tags: [Personal site]
externalUrl: "https://insidemordecai.com"
- date: 9982-08-08
+ date: 9984-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/jam.dsg.li/feature.jpg b/exampleSite/content/users/jam.dsg.li/feature.jpg
index eecdac21..0e3f3f01 100644
Binary files a/exampleSite/content/users/jam.dsg.li/feature.jpg and b/exampleSite/content/users/jam.dsg.li/feature.jpg differ
diff --git a/exampleSite/content/users/jam.dsg.li/index.md b/exampleSite/content/users/jam.dsg.li/index.md
index 1593f26e..e54cbfac 100644
--- a/exampleSite/content/users/jam.dsg.li/index.md
+++ b/exampleSite/content/users/jam.dsg.li/index.md
@@ -2,7 +2,7 @@
title: "jam.dsg.li"
tags: [Organization site]
externalUrl: "https://jam.dsg.li"
- date: 9978-08-08
+ date: 9980-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/jamesdixon.dev/index.md b/exampleSite/content/users/jamesdixon.dev/index.md
index 14f584a2..d0fff991 100644
--- a/exampleSite/content/users/jamesdixon.dev/index.md
+++ b/exampleSite/content/users/jamesdixon.dev/index.md
@@ -2,7 +2,7 @@
title: "jamesdixon.dev"
tags: [Personal site]
externalUrl: "https://jamesdixon.dev"
- date: 9981-08-08
+ date: 9983-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/jamiemoxon.tech/index.md b/exampleSite/content/users/jamiemoxon.tech/index.md
index 5db5e3be..11fb1cd5 100644
--- a/exampleSite/content/users/jamiemoxon.tech/index.md
+++ b/exampleSite/content/users/jamiemoxon.tech/index.md
@@ -2,7 +2,7 @@
title: "jamiemoxon.tech"
tags: [Personal site]
externalUrl: "https://jamiemoxon.tech"
- date: 9944-08-08
+ date: 9946-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/joush007.github.io/index.md b/exampleSite/content/users/joush007.github.io/index.md
index ca532f5f..c54eb729 100644
--- a/exampleSite/content/users/joush007.github.io/index.md
+++ b/exampleSite/content/users/joush007.github.io/index.md
@@ -2,7 +2,7 @@
title: "joush007.github.io"
tags: [Personal Site]
externalUrl: "https://joush007.github.io"
- date: 9934-08-08
+ date: 9936-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/jundimubarok.com/index.md b/exampleSite/content/users/jundimubarok.com/index.md
index 28c15f74..a316d67c 100644
--- a/exampleSite/content/users/jundimubarok.com/index.md
+++ b/exampleSite/content/users/jundimubarok.com/index.md
@@ -2,7 +2,7 @@
title: "jundimubarok.com"
tags: [Personal site]
externalUrl: "https://jundimubarok.com/"
- date: 9947-08-08
+ date: 9949-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/kylemalloy.com/index.md b/exampleSite/content/users/kylemalloy.com/index.md
index 541caafe..22a28bc1 100644
--- a/exampleSite/content/users/kylemalloy.com/index.md
+++ b/exampleSite/content/users/kylemalloy.com/index.md
@@ -2,7 +2,7 @@
title: "kylemalloy.com"
tags: [Personal site]
externalUrl: "https://kylemalloy.com"
- date: 9935-08-08
+ date: 9937-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/lelouvincx.github.io/feature.jpg b/exampleSite/content/users/lelouvincx.github.io/feature.jpg
index cf7c1225..2fdde134 100644
Binary files a/exampleSite/content/users/lelouvincx.github.io/feature.jpg and b/exampleSite/content/users/lelouvincx.github.io/feature.jpg differ
diff --git a/exampleSite/content/users/lelouvincx.github.io/index.md b/exampleSite/content/users/lelouvincx.github.io/index.md
index f8b97d1a..5be6dc37 100644
--- a/exampleSite/content/users/lelouvincx.github.io/index.md
+++ b/exampleSite/content/users/lelouvincx.github.io/index.md
@@ -2,7 +2,7 @@
title: "lelouvincx.github.io"
tags: [Personal site]
externalUrl: "https://lelouvincx.github.io/"
- date: 9957-08-08
+ date: 9959-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/loisvelasco.is-a.dev/feature.jpg b/exampleSite/content/users/loisvelasco.is-a.dev/feature.jpg
index 7b5ccab1..7f8316eb 100644
Binary files a/exampleSite/content/users/loisvelasco.is-a.dev/feature.jpg and b/exampleSite/content/users/loisvelasco.is-a.dev/feature.jpg differ
diff --git a/exampleSite/content/users/m3upt.com/index.md b/exampleSite/content/users/m3upt.com/index.md
index e33ca4dc..eaab77e8 100644
--- a/exampleSite/content/users/m3upt.com/index.md
+++ b/exampleSite/content/users/m3upt.com/index.md
@@ -2,7 +2,7 @@
title: "m3upt.com"
tags: [Project site]
externalUrl: "https://m3upt.com"
- date: 9949-08-08
+ date: 9951-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/madoke.org/feature.jpg b/exampleSite/content/users/madoke.org/feature.jpg
index 2b4f9a8e..7c130b3c 100644
Binary files a/exampleSite/content/users/madoke.org/feature.jpg and b/exampleSite/content/users/madoke.org/feature.jpg differ
diff --git a/exampleSite/content/users/mariuskimmina.com/feature.jpg b/exampleSite/content/users/mariuskimmina.com/feature.jpg
index 8b80207d..6af5b9c6 100644
Binary files a/exampleSite/content/users/mariuskimmina.com/feature.jpg and b/exampleSite/content/users/mariuskimmina.com/feature.jpg differ
diff --git a/exampleSite/content/users/mariuskimmina.com/index.md b/exampleSite/content/users/mariuskimmina.com/index.md
index df221aab..9941e894 100644
--- a/exampleSite/content/users/mariuskimmina.com/index.md
+++ b/exampleSite/content/users/mariuskimmina.com/index.md
@@ -2,7 +2,7 @@
title: "mariuskimmina.com"
tags: [Personal site]
externalUrl: "https://mariuskimmina.com/"
- date: 9967-08-08
+ date: 9969-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/marupanda.art-marucomics/feature.jpg b/exampleSite/content/users/marupanda.art-marucomics/feature.jpg
index 35afb674..dd63b50a 100644
Binary files a/exampleSite/content/users/marupanda.art-marucomics/feature.jpg and b/exampleSite/content/users/marupanda.art-marucomics/feature.jpg differ
diff --git a/exampleSite/content/users/marupanda.art-marucomics/index.md b/exampleSite/content/users/marupanda.art-marucomics/index.md
index 1d617f2f..d879eb10 100644
--- a/exampleSite/content/users/marupanda.art-marucomics/index.md
+++ b/exampleSite/content/users/marupanda.art-marucomics/index.md
@@ -2,7 +2,7 @@
title: "marupanda.art/marucomics"
tags: [Comics site]
externalUrl: "https://marupanda.art/marucomics/"
- date: 9951-08-08
+ date: 9953-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/mayer.life/index.md b/exampleSite/content/users/mayer.life/index.md
index 8e6c4f2b..3ab5be0e 100644
--- a/exampleSite/content/users/mayer.life/index.md
+++ b/exampleSite/content/users/mayer.life/index.md
@@ -2,7 +2,7 @@
title: "mayer.life"
tags: [Personal site]
externalUrl: "https://mayer.life"
- date: 9941-08-08
+ date: 9943-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/muhalvin.github.io/index.md b/exampleSite/content/users/muhalvin.github.io/index.md
index fe24359d..63576207 100644
--- a/exampleSite/content/users/muhalvin.github.io/index.md
+++ b/exampleSite/content/users/muhalvin.github.io/index.md
@@ -2,7 +2,7 @@
title: "muhalvin.github.io"
tags: [Personal site]
externalUrl: "https://muhalvin.github.io/"
- date: 9968-08-08
+ date: 9970-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/n9o.xyz/feature.jpg b/exampleSite/content/users/n9o.xyz/feature.jpg
index ce2fc22d..28baf7ab 100644
Binary files a/exampleSite/content/users/n9o.xyz/feature.jpg and b/exampleSite/content/users/n9o.xyz/feature.jpg differ
diff --git a/exampleSite/content/users/nick.bouwhuis.net/index.md b/exampleSite/content/users/nick.bouwhuis.net/index.md
index 0bc2c818..f233e6f7 100644
--- a/exampleSite/content/users/nick.bouwhuis.net/index.md
+++ b/exampleSite/content/users/nick.bouwhuis.net/index.md
@@ -2,7 +2,7 @@
title: "nick.bouwhuis.net"
tags: [Personal site]
externalUrl: "https://nick.bouwhuis.net"
- date: 9970-08-08
+ date: 9972-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/nikarashihatsu.github.io/feature.jpg b/exampleSite/content/users/nikarashihatsu.github.io/feature.jpg
index 109fe864..acf1be28 100644
Binary files a/exampleSite/content/users/nikarashihatsu.github.io/feature.jpg and b/exampleSite/content/users/nikarashihatsu.github.io/feature.jpg differ
diff --git a/exampleSite/content/users/nikarashihatsu.github.io/index.md b/exampleSite/content/users/nikarashihatsu.github.io/index.md
index 9fbe7e16..f0994479 100644
--- a/exampleSite/content/users/nikarashihatsu.github.io/index.md
+++ b/exampleSite/content/users/nikarashihatsu.github.io/index.md
@@ -2,7 +2,7 @@
title: "nikarashihatsu.github.io"
tags: [Personal site]
externalUrl: "https://nikarashihatsu.github.io/"
- date: 9955-08-08
+ date: 9957-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/niklas-hartmann-dev.de/index.md b/exampleSite/content/users/niklas-hartmann-dev.de/index.md
index a0787f6f..d60735b4 100644
--- a/exampleSite/content/users/niklas-hartmann-dev.de/index.md
+++ b/exampleSite/content/users/niklas-hartmann-dev.de/index.md
@@ -2,7 +2,7 @@
title: "niklas-hartmann-dev.de"
tags: [Personal site]
externalUrl: "https://niklas-hartmann-dev.de/"
- date: 9972-08-08
+ date: 9974-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/ohdmire.github.io/index.md b/exampleSite/content/users/ohdmire.github.io/index.md
index 84734f0f..71f429a6 100644
--- a/exampleSite/content/users/ohdmire.github.io/index.md
+++ b/exampleSite/content/users/ohdmire.github.io/index.md
@@ -2,7 +2,7 @@
title: "ohdmire.github.io"
tags: [Personal site]
externalUrl: "https://ohdmire.github.io"
- date: 9938-08-08
+ date: 9940-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/omarohn.de/index.md b/exampleSite/content/users/omarohn.de/index.md
index 032a1fd5..e2a1c335 100644
--- a/exampleSite/content/users/omarohn.de/index.md
+++ b/exampleSite/content/users/omarohn.de/index.md
@@ -2,7 +2,7 @@
title: "omarohn.de"
tags: [Personal site]
externalUrl: "https://omarohn.de"
- date: 9984-08-08
+ date: 9985-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/pacochan.net/feature.jpg b/exampleSite/content/users/pacochan.net/feature.jpg
index 9b7e463a..c59b1cc6 100644
Binary files a/exampleSite/content/users/pacochan.net/feature.jpg and b/exampleSite/content/users/pacochan.net/feature.jpg differ
diff --git a/exampleSite/content/users/pacochan.net/index.md b/exampleSite/content/users/pacochan.net/index.md
index e4eb5d3d..b46717b7 100644
--- a/exampleSite/content/users/pacochan.net/index.md
+++ b/exampleSite/content/users/pacochan.net/index.md
@@ -2,7 +2,7 @@
title: "pacochan.net"
tags: [Personal site]
externalUrl: "https://pacochan.net"
- date: 9948-08-08
+ date: 9950-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/priyakdey.com/index.md b/exampleSite/content/users/priyakdey.com/index.md
index 95647369..8a2bda65 100644
--- a/exampleSite/content/users/priyakdey.com/index.md
+++ b/exampleSite/content/users/priyakdey.com/index.md
@@ -2,7 +2,7 @@
title: "priyakdey.com"
tags: [Personal site]
externalUrl: "https://priyakdey.com"
- date: 9977-08-08
+ date: 9979-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/rdgo.dev/index.md b/exampleSite/content/users/rdgo.dev/index.md
index ea2658ef..8535a317 100644
--- a/exampleSite/content/users/rdgo.dev/index.md
+++ b/exampleSite/content/users/rdgo.dev/index.md
@@ -2,7 +2,7 @@
title: "rdgo.dev"
tags: [Personal site]
externalUrl: "https://rdgo.dev/"
- date: 9961-08-08
+ date: 9963-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/rejowski.xyz/index.md b/exampleSite/content/users/rejowski.xyz/index.md
index c77a63b8..13eeb672 100644
--- a/exampleSite/content/users/rejowski.xyz/index.md
+++ b/exampleSite/content/users/rejowski.xyz/index.md
@@ -2,7 +2,7 @@
title: "rejowski.xyz"
tags: [Personal Site]
externalUrl: "https://rejowski.xyz/"
- date: 9933-08-08
+ date: 9935-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/renaud.warnotte.be/index.md b/exampleSite/content/users/renaud.warnotte.be/index.md
index f45299dd..677732bd 100644
--- a/exampleSite/content/users/renaud.warnotte.be/index.md
+++ b/exampleSite/content/users/renaud.warnotte.be/index.md
@@ -2,7 +2,7 @@
title: "renaud.warnotte.be"
tags: [Personal site]
externalUrl: "https://renaud.warnotte.be"
- date: 9929-08-08
+ date: 9931-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/ricklan.photography/feature.jpg b/exampleSite/content/users/ricklan.photography/feature.jpg
index 7c68ab6d..36fd2559 100644
Binary files a/exampleSite/content/users/ricklan.photography/feature.jpg and b/exampleSite/content/users/ricklan.photography/feature.jpg differ
diff --git a/exampleSite/content/users/ricklan.photography/index.md b/exampleSite/content/users/ricklan.photography/index.md
index 032d001e..33449f5f 100644
--- a/exampleSite/content/users/ricklan.photography/index.md
+++ b/exampleSite/content/users/ricklan.photography/index.md
@@ -2,7 +2,7 @@
title: "ricklan.photography"
tags: [Personal site]
externalUrl: "https://ricklan.photography"
- date: 9937-08-08
+ date: 9939-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/scottmckendry.tech/index.md b/exampleSite/content/users/scottmckendry.tech/index.md
index 25d259ef..3e749e16 100644
--- a/exampleSite/content/users/scottmckendry.tech/index.md
+++ b/exampleSite/content/users/scottmckendry.tech/index.md
@@ -2,7 +2,7 @@
title: "scottmckendry.tech"
tags: [Personal site]
externalUrl: "https://scottmckendry.tech"
- date: 9940-08-08
+ date: 9942-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/sdehm.dev/index.md b/exampleSite/content/users/sdehm.dev/index.md
index 70c43e2a..659de963 100644
--- a/exampleSite/content/users/sdehm.dev/index.md
+++ b/exampleSite/content/users/sdehm.dev/index.md
@@ -2,7 +2,7 @@
title: "sdehm.dev"
tags: [Personal site]
externalUrl: "https://sdehm.dev"
- date: 9976-08-08
+ date: 9978-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/seanomahoney.com/index.md b/exampleSite/content/users/seanomahoney.com/index.md
index 5b6250ae..6027982f 100644
--- a/exampleSite/content/users/seanomahoney.com/index.md
+++ b/exampleSite/content/users/seanomahoney.com/index.md
@@ -2,7 +2,7 @@
title: "seanomahoney.com"
tags: [Personal site]
externalUrl: "https://seanomahoney.com/"
- date: 9950-08-08
+ date: 9952-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/shenshu.fun/feature.jpg b/exampleSite/content/users/shenshu.fun/feature.jpg
index 7a442007..70d7d406 100644
Binary files a/exampleSite/content/users/shenshu.fun/feature.jpg and b/exampleSite/content/users/shenshu.fun/feature.jpg differ
diff --git a/exampleSite/content/users/shenshu.fun/index.md b/exampleSite/content/users/shenshu.fun/index.md
index 05b30e27..9fc9ae32 100644
--- a/exampleSite/content/users/shenshu.fun/index.md
+++ b/exampleSite/content/users/shenshu.fun/index.md
@@ -2,7 +2,7 @@
title: "shenshu.fun"
tags: [Personal site]
externalUrl: "https://shenshu.fun/"
- date: 9960-08-08
+ date: 9962-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/talkdimsum.com/index.md b/exampleSite/content/users/talkdimsum.com/index.md
index 278c2e5a..5b6a8cfe 100644
--- a/exampleSite/content/users/talkdimsum.com/index.md
+++ b/exampleSite/content/users/talkdimsum.com/index.md
@@ -2,7 +2,7 @@
title: "talkdimsum.com"
tags: [App site]
externalUrl: "https://talkdimsum.com/"
- date: 9963-08-08
+ date: 9965-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/technicaldc.github.io/index.md b/exampleSite/content/users/technicaldc.github.io/index.md
index 7ab77c5d..72e9db93 100644
--- a/exampleSite/content/users/technicaldc.github.io/index.md
+++ b/exampleSite/content/users/technicaldc.github.io/index.md
@@ -2,7 +2,7 @@
title: "technicaldc.github.io"
tags: [Personal Site,Blog]
externalUrl: "https://technicaldc.github.io/"
- date: 9927-08-08
+ date: 9929-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/technicat.com/index.md b/exampleSite/content/users/technicat.com/index.md
index 45439077..cac3fea7 100644
--- a/exampleSite/content/users/technicat.com/index.md
+++ b/exampleSite/content/users/technicat.com/index.md
@@ -2,7 +2,7 @@
title: "technicat.com"
tags: [Company site]
externalUrl: "https://technicat.com/"
- date: 9966-08-08
+ date: 9968-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/the-maze.net/feature.jpg b/exampleSite/content/users/the-maze.net/feature.jpg
new file mode 100644
index 00000000..81fd3afe
Binary files /dev/null and b/exampleSite/content/users/the-maze.net/feature.jpg differ
diff --git a/exampleSite/content/users/the-maze.net/index.md b/exampleSite/content/users/the-maze.net/index.md
new file mode 100644
index 00000000..32a96d63
--- /dev/null
+++ b/exampleSite/content/users/the-maze.net/index.md
@@ -0,0 +1,13 @@
+---
+ title: "the-maze.net"
+ tags: [Personal site,Blog]
+ externalUrl: "https://www.the-maze.net/"
+ date: 9925-08-08
+ showDate: false
+ showAuthor: false
+ showReadingTime: false
+ showEdit: false
+ showLikes: false
+ showViews: false
+ layoutBackgroundHeaderSpace: false
+
---
diff --git a/exampleSite/content/users/theindiecoder.cloud/feature.jpg b/exampleSite/content/users/theindiecoder.cloud/feature.jpg
index ff76c282..99d91676 100644
Binary files a/exampleSite/content/users/theindiecoder.cloud/feature.jpg and b/exampleSite/content/users/theindiecoder.cloud/feature.jpg differ
diff --git a/exampleSite/content/users/theindiecoder.cloud/index.md b/exampleSite/content/users/theindiecoder.cloud/index.md
index a28f24fc..a45773db 100644
--- a/exampleSite/content/users/theindiecoder.cloud/index.md
+++ b/exampleSite/content/users/theindiecoder.cloud/index.md
@@ -2,7 +2,7 @@
title: "theindiecoder.cloud"
tags: [Personal site]
externalUrl: "https://theindiecoder.cloud"
- date: 9943-08-08
+ date: 9945-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/v-y-s.com/feature.jpg b/exampleSite/content/users/v-y-s.com/feature.jpg
index db00694d..9cf2faf9 100644
Binary files a/exampleSite/content/users/v-y-s.com/feature.jpg and b/exampleSite/content/users/v-y-s.com/feature.jpg differ
diff --git a/exampleSite/content/users/v-y-s.com/index.md b/exampleSite/content/users/v-y-s.com/index.md
index 886fad15..97792a7a 100644
--- a/exampleSite/content/users/v-y-s.com/index.md
+++ b/exampleSite/content/users/v-y-s.com/index.md
@@ -2,7 +2,7 @@
title: "v-y-s.com"
tags: [Personal Site]
externalUrl: "https://v-y-s.com/"
- date: 9931-08-08
+ date: 9933-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/vividscc.com/index.md b/exampleSite/content/users/vividscc.com/index.md
index eb00a200..b426fd03 100644
--- a/exampleSite/content/users/vividscc.com/index.md
+++ b/exampleSite/content/users/vividscc.com/index.md
@@ -2,7 +2,7 @@
title: "vividscc.com"
tags: [Business site]
externalUrl: "https://vividscc.com/"
- date: 9969-08-08
+ date: 9971-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/vkmki001.github.io/index.md b/exampleSite/content/users/vkmki001.github.io/index.md
index 78ecb43e..f489e81d 100644
--- a/exampleSite/content/users/vkmki001.github.io/index.md
+++ b/exampleSite/content/users/vkmki001.github.io/index.md
@@ -2,7 +2,7 @@
title: "vkmki001.github.io"
tags: [Personal site]
externalUrl: "https://vkmki001.github.io/"
- date: 9946-08-08
+ date: 9948-08-08
showDate: false
showAuthor: false
showReadingTime: false
diff --git a/exampleSite/content/users/weaxsey.org/feature.jpg b/exampleSite/content/users/weaxsey.org/feature.jpg
index 2736e3f9..0cbaf03d 100644
Binary files a/exampleSite/content/users/weaxsey.org/feature.jpg and b/exampleSite/content/users/weaxsey.org/feature.jpg differ
diff --git a/exampleSite/content/users/weaxsey.org/index.md b/exampleSite/content/users/weaxsey.org/index.md
index e3bb408d..02d8f489 100644
--- a/exampleSite/content/users/weaxsey.org/index.md
+++ b/exampleSite/content/users/weaxsey.org/index.md
@@ -2,7 +2,7 @@
title: "weaxsey.org"
tags: [Personal site]
externalUrl: "https://weaxsey.org/"
- date: 9956-08-08
+ date: 9958-08-08
showDate: false
showAuthor: false
showReadingTime: false