diff --git a/exampleSite/content/users/BoringTech.net/feature.jpg b/exampleSite/content/users/BoringTech.net/feature.jpg new file mode 100644 index 00000000..92264d0e Binary files /dev/null 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 new file mode 100644 index 00000000..0c7dcbb5 --- /dev/null +++ b/exampleSite/content/users/BoringTech.net/index.md @@ -0,0 +1,13 @@ +--- + title: "BoringTech.net" + tags: [Personal Site,Blog] + externalUrl: "https://boringtech.net/" + date: 9928-08-08 + showDate: false + showAuthor: false + showReadingTime: false + showEdit: false + showLikes: false + showViews: false + layoutBackgroundHeaderSpace: false + --- diff --git a/exampleSite/content/users/blog.stonegarden.dev/feature.jpg b/exampleSite/content/users/blog.stonegarden.dev/feature.jpg new file mode 100644 index 00000000..4dad8c7d Binary files /dev/null and b/exampleSite/content/users/blog.stonegarden.dev/feature.jpg differ diff --git a/exampleSite/content/users/blog.stonegarden.dev/index.md b/exampleSite/content/users/blog.stonegarden.dev/index.md new file mode 100644 index 00000000..0d28ef88 --- /dev/null +++ b/exampleSite/content/users/blog.stonegarden.dev/index.md @@ -0,0 +1,13 @@ +--- + title: "blog.stonegarden.dev" + tags: [Personal Site] + externalUrl: "https://blog.stonegarden.dev/" + date: 9930-08-08 + showDate: false + showAuthor: false + showReadingTime: false + showEdit: false + showLikes: false + showViews: false + layoutBackgroundHeaderSpace: false + --- diff --git a/exampleSite/content/users/renaud.warnotte.be/feature.jpg b/exampleSite/content/users/renaud.warnotte.be/feature.jpg new file mode 100644 index 00000000..7050eeaa Binary files /dev/null and b/exampleSite/content/users/renaud.warnotte.be/feature.jpg differ diff --git a/exampleSite/content/users/renaud.warnotte.be/index.md b/exampleSite/content/users/renaud.warnotte.be/index.md new file mode 100644 index 00000000..f45299dd --- /dev/null +++ b/exampleSite/content/users/renaud.warnotte.be/index.md @@ -0,0 +1,13 @@ +--- + title: "renaud.warnotte.be" + tags: [Personal site] + externalUrl: "https://renaud.warnotte.be" + date: 9929-08-08 + showDate: false + showAuthor: false + showReadingTime: false + showEdit: false + showLikes: false + showViews: false + layoutBackgroundHeaderSpace: false + --- diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 0a03290a..bc2d6546 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -494,8 +494,7 @@ "title": "renaud.warnotte.be", "url": "https://renaud.warnotte.be", "tags": [ - "Personal site", - "Theme author" + "Personal site" ] }, { diff --git a/package.json b/package.json index bc33e77a..34e027ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-blowfish-theme", - "version": "2.45.0", + "version": "2.46.0", "description": "Blowfish theme for Hugo", "scripts": { "fullinstall": "npm run preinstall && npm install && npm run postinstall",