diff --git a/exampleSite/content/docs/configuration/index.md b/exampleSite/content/docs/configuration/index.md index 1594ef56..55ffc084 100644 --- a/exampleSite/content/docs/configuration/index.md +++ b/exampleSite/content/docs/configuration/index.md @@ -137,7 +137,7 @@ The default file can be used as a template to create additional languages, or re | Name | Default | Description | | ----------------- | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `author.name` | _Not set_ | The author's name. This will be displayed in article footers, and on the homepage when the profile layout is used. | -| `author.image` | _Not set_ | Path to the image file of the author. The image should be a 1:1 aspect ratio and placed in the site's `assets/` folder. | +| `author.image` | _Not set_ | Path to the image file of the author. The image should be a 1:1 aspect ratio. The image can be placed in the site's `assets/` folder or can be external url. | | `author.headline` | _Not set_ | A Markdown string containing the author's headline. It will be displayed on the profile homepage under the author's name. | | `author.bio` | _Not set_ | A Markdown string containing the author's bio. It will be displayed in article footers. | | `author.links` | _Not set_ | The links to display alongside the author's details. The config file contains example links which can simply be uncommented to enable. The order that the links are displayed is determined by the order they appear in the array. Custom links can be added by providing corresponding SVG icon assets in `assets/icons/`. | @@ -200,7 +200,7 @@ Many of the article defaults here can be overridden on a per article basis by sp | Name | Default | Description | | ------------------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `homepage.layout` | `"profile"` | The layout of the homepage. Valid values are `page`, `profile`, `hero`, `card`, `background`, or `custom`. When set to `custom`, you must provide your own layout by creating a `/layouts/partials/home/custom.html` file. Refer to the [Homepage Layout]({{< ref "homepage-layout" >}}) section for more details. | -| `homepage.homepageImage` | _Not set_ | Image to be used in `hero` and `card` layouts. Refer to the [Homepage Layout]({{< ref "homepage-layout" >}}) section for more details. | +| `homepage.homepageImage` | _Not set_ | Image to be used in `hero` and `card` layouts. Can be set as local image from asset directory or external image url. Refer to the [Homepage Layout]({{< ref "homepage-layout" >}}) section for more details. | | `homepage.showRecent` | `false` | Whether or not to display the recent articles list on the homepage. | | `homepage.showRecentItems` | 5 | How many articles to display if showRecent is true. If variable is set to 0 or if it isn't defined the system will default to 5 articles. | | `homepage.showMoreLink` | `false` | Whether or not to display a show more link at the end of your posts that takes the user to a predefined place. | diff --git a/exampleSite/content/docs/front-matter/index.md b/exampleSite/content/docs/front-matter/index.md index 1826212c..22f0cf98 100644 --- a/exampleSite/content/docs/front-matter/index.md +++ b/exampleSite/content/docs/front-matter/index.md @@ -28,6 +28,8 @@ Front matter parameter default values are inherited from the theme's [base confi | `showAuthor` | `article.showAuthor` | Whether or not the author box for the default author is displayed in the article footer. | | `authors` | _Not set_ | Array of values for authors, if set it overrides `showAuthor` settings for page or site. Used on the multiple authors feature, check [this page]({{< ref "multi-author" >}}) for more details on how to configure that feature. | | `showAuthorsBadges` | `article.showAuthorsBadges` | Whether the `authors` taxonomies are are displayed in the article or list header. This requires the setup of `multiple authors` and the `authors` taxonomy. Check [this page]({{< ref "multi-author" >}}) for more details on how to configure that feature. | +| `featureimage` | _Not set_ | External URL for feature image +| `featureimagecaption` | _Not set_ | Caption for feature image. Only displayed in heroStyle `big` | `showHero` | `article.showHero` | Whether the thumbnail image will be shown as a hero image within the article page. | | `heroStyle` | `article.heroStyle` | Style to display the hero image, valid options are: `basic`, `big`, `background`, `thumbAndBackground`. | | `showBreadcrumbs` | `article.showBreadcrumbs` or `list.showBreadcrumbs` | Whether the breadcrumbs are displayed in the article or list header. | diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md index 978fd688..8e7b9283 100644 --- a/exampleSite/content/docs/shortcodes/index.md +++ b/exampleSite/content/docs/shortcodes/index.md @@ -127,7 +127,7 @@ Call to action | Parameter | Description | | ------------- | ----------------------------------------------------------------------------------------------------------------- | -| `images` | **Required.** A regex string to match image names. | +| `images` | **Required.** A regex string to match image names or URLs. | | `aspectRatio` | **Optional.** The aspect ratio for the carousel. Either `16-9`, `21-9` or `32-9`. It is set to `16-9` by default. | | `interval` | **Optional.** The interval for the auto-scrooling, specified in milliseconds. Defaults to `2000` (2s) | @@ -135,10 +135,10 @@ Call to action **Example 1:** 16:9 aspect ratio and verbose list of images ```md -{{}} +{{}} ``` -{{< carousel images="{gallery/03.jpg,gallery/01.jpg,gallery/02.jpg,gallery/04.jpg}" >}} +{{< carousel images="{https://cdn.pixabay.com/photo/2016/12/11/12/02/mountains-1899264_960_720.jpg,gallery/03.jpg,gallery/01.jpg,gallery/02.jpg,gallery/04.jpg}" >}} **Example 2:** 21:9 aspect ratio and regex-ed list of images @@ -319,9 +319,9 @@ Unlike `github` it can't display the main programming language of a project. Finally, custom GitLab instance URL can be provided, as long as the `api/v4/projects/` endpoint is available, making this shortcode compatible with most self-hosted / enterprise deployments. -| Parameter | Description | -| ----------- | ---------------------------------------------------------------------- | -| `projectID` | [String] gitlab numeric ProjectID | +| Parameter | Description | +| ----------- | ----------------------------------------------------------------------- | +| `projectID` | [String] gitlab numeric ProjectID | | `baseURL` | [String] optional gitlab instance URL, default is `https://gitlab.com/` | @@ -385,9 +385,9 @@ The `keyword` component can be used to visually highlight certain important word -| Parameter | Description | -| ----------- | -------------------------------------------- | -| `icon` | Optional icon to be used in the keyword | +| Parameter | Description | +| --------- | --------------------------------------- | +| `icon` | Optional icon to be used in the keyword | The input is written in Markdown so you can format it however you please. @@ -576,7 +576,7 @@ The `timeline` creates a visual timeline that can be used in different use-cases | ----------- | -------------------------------------------- | | `icon` | the icon to be used in the timeline visuals. | | `header` | header for each entry | -| `badge` | text to place within the top right badge | +| `badge` | text to place within the top right badge | | `subheader` | entry's subheader | diff --git a/exampleSite/content/users/50-nuances-octets.fr/feature.jpg b/exampleSite/content/users/50-nuances-octets.fr/feature.jpg index 88615fff..88296905 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 8a491740..ddfeb05d 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: 9954-08-08 + date: 9956-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 d5f5a5f6..297a70e7 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 46fc126e..7fe03280 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: 9930-08-08 + date: 9932-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/DXPetti.com/feature.jpg b/exampleSite/content/users/DXPetti.com/feature.jpg index c2e3235f..75e88938 100644 Binary files a/exampleSite/content/users/DXPetti.com/feature.jpg and b/exampleSite/content/users/DXPetti.com/feature.jpg differ diff --git a/exampleSite/content/users/DXPetti.com/index.md b/exampleSite/content/users/DXPetti.com/index.md index 369aa8ba..d3a73053 100644 --- a/exampleSite/content/users/DXPetti.com/index.md +++ b/exampleSite/content/users/DXPetti.com/index.md @@ -2,7 +2,7 @@ title: "DXPetti.com" tags: [Personal site,Blog] externalUrl: "https://www.dxpetti.com/" - date: 9923-08-08 + date: 9925-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/adilhyz.github.io/feature.jpg b/exampleSite/content/users/adilhyz.github.io/feature.jpg index 4e2af3e3..7913a775 100644 Binary files a/exampleSite/content/users/adilhyz.github.io/feature.jpg and b/exampleSite/content/users/adilhyz.github.io/feature.jpg differ diff --git a/exampleSite/content/users/adilhyz.github.io/index.md b/exampleSite/content/users/adilhyz.github.io/index.md index c6acf196..7854f8c2 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: 9941-08-08 + date: 9943-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/adir1.com/feature.jpg b/exampleSite/content/users/adir1.com/feature.jpg index 71a0a84a..90197982 100644 Binary files a/exampleSite/content/users/adir1.com/feature.jpg and b/exampleSite/content/users/adir1.com/feature.jpg differ diff --git a/exampleSite/content/users/alanctanner.com/feature.jpg b/exampleSite/content/users/alanctanner.com/feature.jpg index 78c7c691..d2bcaa5f 100644 Binary files a/exampleSite/content/users/alanctanner.com/feature.jpg and b/exampleSite/content/users/alanctanner.com/feature.jpg differ diff --git a/exampleSite/content/users/albertolvera.com/feature.jpg b/exampleSite/content/users/albertolvera.com/feature.jpg index 0b5a50f3..e7e1389b 100644 Binary files a/exampleSite/content/users/albertolvera.com/feature.jpg and b/exampleSite/content/users/albertolvera.com/feature.jpg differ diff --git a/exampleSite/content/users/alejandro-ao.com/feature.jpg b/exampleSite/content/users/alejandro-ao.com/feature.jpg index 11ba7f0c..916f86a2 100644 Binary files a/exampleSite/content/users/alejandro-ao.com/feature.jpg and b/exampleSite/content/users/alejandro-ao.com/feature.jpg differ diff --git a/exampleSite/content/users/alxhslm.github.io/feature.jpg b/exampleSite/content/users/alxhslm.github.io/feature.jpg index e77a3d1e..84ead7e8 100644 Binary files a/exampleSite/content/users/alxhslm.github.io/feature.jpg and b/exampleSite/content/users/alxhslm.github.io/feature.jpg differ diff --git a/exampleSite/content/users/alxhslm.github.io/index.md b/exampleSite/content/users/alxhslm.github.io/index.md index b9a9f535..186c838e 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: 9927-08-08 + date: 9929-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/asterisk.lol/feature.jpg b/exampleSite/content/users/asterisk.lol/feature.jpg index e08e8cb2..31758ee4 100644 Binary files a/exampleSite/content/users/asterisk.lol/feature.jpg and b/exampleSite/content/users/asterisk.lol/feature.jpg differ diff --git a/exampleSite/content/users/asterisk.lol/index.md b/exampleSite/content/users/asterisk.lol/index.md index 46f1fb8b..84e5943e 100644 --- a/exampleSite/content/users/asterisk.lol/index.md +++ b/exampleSite/content/users/asterisk.lol/index.md @@ -2,7 +2,7 @@ title: "asterisk.lol" tags: [Personal Site] externalUrl: "https://asterisk.lol" - date: 9922-08-08 + date: 9924-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/bbagwang.com/feature.jpg b/exampleSite/content/users/bbagwang.com/feature.jpg index f065cba9..cb4ee477 100644 Binary files a/exampleSite/content/users/bbagwang.com/feature.jpg and b/exampleSite/content/users/bbagwang.com/feature.jpg differ diff --git a/exampleSite/content/users/bbagwang.com/index.md b/exampleSite/content/users/bbagwang.com/index.md index 83b2af88..8745a559 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: 9947-08-08 + date: 9949-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 f1f87c63..a3e4370a 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 6e16a4a5..04024ae5 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: 9928-08-08 + date: 9930-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/blastomussa.dev/feature.jpg b/exampleSite/content/users/blastomussa.dev/feature.jpg index 5742a4d6..9aa76f35 100644 Binary files a/exampleSite/content/users/blastomussa.dev/feature.jpg and b/exampleSite/content/users/blastomussa.dev/feature.jpg differ diff --git a/exampleSite/content/users/blog.enmanuelmoreira.com/feature.jpg b/exampleSite/content/users/blog.enmanuelmoreira.com/feature.jpg index 76b4877b..705969d3 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 fc904339..abb12733 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: 9956-08-08 + date: 9958-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 83feb5f8..35632d06 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.stonegarden.dev/feature.jpg b/exampleSite/content/users/blog.stonegarden.dev/feature.jpg index 666c4c16..38b4812d 100644 Binary files a/exampleSite/content/users/blog.stonegarden.dev/feature.jpg 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 index 9f8c0750..5e9618f8 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: 9932-08-08 + date: 9934-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/brendanwallace.github.io/feature.jpg b/exampleSite/content/users/brendanwallace.github.io/feature.jpg index 2b541667..b4f45b7b 100644 Binary files a/exampleSite/content/users/brendanwallace.github.io/feature.jpg and b/exampleSite/content/users/brendanwallace.github.io/feature.jpg differ diff --git a/exampleSite/content/users/cdell.io/feature.jpg b/exampleSite/content/users/cdell.io/feature.jpg index 233920a5..d572b872 100644 Binary files a/exampleSite/content/users/cdell.io/feature.jpg and b/exampleSite/content/users/cdell.io/feature.jpg differ diff --git a/exampleSite/content/users/chris.banes.dev/feature.jpg b/exampleSite/content/users/chris.banes.dev/feature.jpg index 155e3466..c5dc5ad5 100644 Binary files a/exampleSite/content/users/chris.banes.dev/feature.jpg and b/exampleSite/content/users/chris.banes.dev/feature.jpg differ diff --git a/exampleSite/content/users/ciicadalab.github.io/feature.jpg b/exampleSite/content/users/ciicadalab.github.io/feature.jpg index dd213659..3446cdae 100644 Binary files a/exampleSite/content/users/ciicadalab.github.io/feature.jpg and b/exampleSite/content/users/ciicadalab.github.io/feature.jpg differ diff --git a/exampleSite/content/users/clemsau.com/feature.jpg b/exampleSite/content/users/clemsau.com/feature.jpg index 349c926c..6f154e11 100644 Binary files a/exampleSite/content/users/clemsau.com/feature.jpg and b/exampleSite/content/users/clemsau.com/feature.jpg differ diff --git a/exampleSite/content/users/clemsau.com/index.md b/exampleSite/content/users/clemsau.com/index.md index 0ad7a57c..dabd549a 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: 9960-08-08 + date: 9962-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/code-chimp.com/feature.jpg b/exampleSite/content/users/code-chimp.com/feature.jpg index 2f3342e5..836684a7 100644 Binary files a/exampleSite/content/users/code-chimp.com/feature.jpg and b/exampleSite/content/users/code-chimp.com/feature.jpg differ diff --git a/exampleSite/content/users/ctulhu.me/feature.jpg b/exampleSite/content/users/ctulhu.me/feature.jpg index c9867c39..e245336e 100644 Binary files a/exampleSite/content/users/ctulhu.me/feature.jpg and b/exampleSite/content/users/ctulhu.me/feature.jpg differ diff --git a/exampleSite/content/users/ctulhu.me/index.md b/exampleSite/content/users/ctulhu.me/index.md index fc5c105e..bc8ad274 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: 9934-08-08 + date: 9936-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/cuttontail.blog/feature.jpg b/exampleSite/content/users/cuttontail.blog/feature.jpg index 4340956a..cf877c36 100644 Binary files a/exampleSite/content/users/cuttontail.blog/feature.jpg and b/exampleSite/content/users/cuttontail.blog/feature.jpg differ diff --git a/exampleSite/content/users/datatodroids.tech/feature.jpg b/exampleSite/content/users/datatodroids.tech/feature.jpg index d66c0fcb..88316b38 100644 Binary files a/exampleSite/content/users/datatodroids.tech/feature.jpg and b/exampleSite/content/users/datatodroids.tech/feature.jpg differ diff --git a/exampleSite/content/users/datatodroids.tech/index.md b/exampleSite/content/users/datatodroids.tech/index.md index b655b673..822b726e 100644 --- a/exampleSite/content/users/datatodroids.tech/index.md +++ b/exampleSite/content/users/datatodroids.tech/index.md @@ -2,7 +2,7 @@ title: "datatodroids.tech" tags: [Personal site,Blog] externalUrl: "https://datatodroids.tech/" - date: 9924-08-08 + date: 9926-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/deepumohan.com-tech/feature.jpg b/exampleSite/content/users/deepumohan.com-tech/feature.jpg index eb4dc2a8..5ea54f35 100644 Binary files a/exampleSite/content/users/deepumohan.com-tech/feature.jpg and b/exampleSite/content/users/deepumohan.com-tech/feature.jpg differ diff --git a/exampleSite/content/users/deepumohan.com-tech/index.md b/exampleSite/content/users/deepumohan.com-tech/index.md index ccb4483f..a90ff6a9 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: 9938-08-08 + date: 9940-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 62f6da8d..2acc5900 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/ekwska.com/feature.jpg b/exampleSite/content/users/ekwska.com/feature.jpg index 16d4c1be..1829cfab 100644 Binary files a/exampleSite/content/users/ekwska.com/feature.jpg and b/exampleSite/content/users/ekwska.com/feature.jpg differ diff --git a/exampleSite/content/users/ekwska.com/index.md b/exampleSite/content/users/ekwska.com/index.md index 111a1a9c..abc7fef5 100644 --- a/exampleSite/content/users/ekwska.com/index.md +++ b/exampleSite/content/users/ekwska.com/index.md @@ -2,7 +2,7 @@ title: "ekwska.com" tags: [Personal blog] externalUrl: "https://ekwska.com" - date: 9920-08-08 + date: 9922-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/fahru.my.id/feature.jpg b/exampleSite/content/users/fahru.my.id/feature.jpg index 23a6baa5..41d6308b 100644 Binary files a/exampleSite/content/users/fahru.my.id/feature.jpg and b/exampleSite/content/users/fahru.my.id/feature.jpg differ diff --git a/exampleSite/content/users/fm126.top/feature.jpg b/exampleSite/content/users/fm126.top/feature.jpg index d854e6c7..52a52f47 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 87462ee0..9e27e432 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: 9926-08-08 + date: 9928-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/fugugames.com/feature.jpg b/exampleSite/content/users/fugugames.com/feature.jpg index cc7c29cf..8cb1daf8 100644 Binary files a/exampleSite/content/users/fugugames.com/feature.jpg and b/exampleSite/content/users/fugugames.com/feature.jpg differ diff --git a/exampleSite/content/users/georgiancodeclub.github.io/feature.jpg b/exampleSite/content/users/georgiancodeclub.github.io/feature.jpg index d1c2c152..a996d5ae 100644 Binary files a/exampleSite/content/users/georgiancodeclub.github.io/feature.jpg and b/exampleSite/content/users/georgiancodeclub.github.io/feature.jpg differ diff --git a/exampleSite/content/users/gma.name/feature.jpg b/exampleSite/content/users/gma.name/feature.jpg index 55060811..4709ae5a 100644 Binary files a/exampleSite/content/users/gma.name/feature.jpg and b/exampleSite/content/users/gma.name/feature.jpg differ diff --git a/exampleSite/content/users/gma.name/index.md b/exampleSite/content/users/gma.name/index.md index bd5b9f23..a6c5c2ad 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: 9944-08-08 + date: 9946-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/halcyonstraits.com/feature.jpg b/exampleSite/content/users/halcyonstraits.com/feature.jpg index 4d6fe61e..5d02ed5c 100644 Binary files a/exampleSite/content/users/halcyonstraits.com/feature.jpg and b/exampleSite/content/users/halcyonstraits.com/feature.jpg differ diff --git a/exampleSite/content/users/halcyonstraits.com/index.md b/exampleSite/content/users/halcyonstraits.com/index.md index 1ed61602..74d40229 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: 9955-08-08 + date: 9957-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/hellstabber.github.io/feature.jpg b/exampleSite/content/users/hellstabber.github.io/feature.jpg deleted file mode 100644 index 9cd9546d..00000000 Binary files a/exampleSite/content/users/hellstabber.github.io/feature.jpg and /dev/null differ diff --git a/exampleSite/content/users/hellstabber.github.io/index.md b/exampleSite/content/users/hellstabber.github.io/index.md deleted file mode 100644 index cd65d6d7..00000000 --- a/exampleSite/content/users/hellstabber.github.io/index.md +++ /dev/null @@ -1,13 +0,0 @@ ---- - title: "hellstabber.github.io" - tags: [Personal site] - externalUrl: "https://hellstabber.github.io/" - date: 9961-08-08 - showDate: false - showAuthor: false - showReadingTime: false - showEdit: false - showLikes: false - showViews: false - layoutBackgroundHeaderSpace: false - --- diff --git a/exampleSite/content/users/hyperbowl3d.com/feature.jpg b/exampleSite/content/users/hyperbowl3d.com/feature.jpg index fb27e58f..96b5316a 100644 Binary files a/exampleSite/content/users/hyperbowl3d.com/feature.jpg and b/exampleSite/content/users/hyperbowl3d.com/feature.jpg differ diff --git a/exampleSite/content/users/insidemordecai.com/feature.jpg b/exampleSite/content/users/insidemordecai.com/feature.jpg index f6cc2c0b..df837357 100644 Binary files a/exampleSite/content/users/insidemordecai.com/feature.jpg and b/exampleSite/content/users/insidemordecai.com/feature.jpg differ diff --git a/exampleSite/content/users/jam.dsg.li/feature.jpg b/exampleSite/content/users/jam.dsg.li/feature.jpg index 14b4fb2f..d97645a3 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/jamesdixon.dev/feature.jpg b/exampleSite/content/users/jamesdixon.dev/feature.jpg deleted file mode 100644 index c6b59ba4..00000000 Binary files a/exampleSite/content/users/jamesdixon.dev/feature.jpg and /dev/null differ diff --git a/exampleSite/content/users/jamesdixon.dev/index.md b/exampleSite/content/users/jamesdixon.dev/index.md deleted file mode 100644 index d0fff991..00000000 --- a/exampleSite/content/users/jamesdixon.dev/index.md +++ /dev/null @@ -1,13 +0,0 @@ ---- - title: "jamesdixon.dev" - tags: [Personal site] - externalUrl: "https://jamesdixon.dev" - date: 9983-08-08 - showDate: false - showAuthor: false - showReadingTime: false - showEdit: false - showLikes: false - showViews: false - layoutBackgroundHeaderSpace: false - --- diff --git a/exampleSite/content/users/jamiemoxon.tech/feature.jpg b/exampleSite/content/users/jamiemoxon.tech/feature.jpg index 3981133c..e90e9ad6 100644 Binary files a/exampleSite/content/users/jamiemoxon.tech/feature.jpg and b/exampleSite/content/users/jamiemoxon.tech/feature.jpg differ diff --git a/exampleSite/content/users/jamiemoxon.tech/index.md b/exampleSite/content/users/jamiemoxon.tech/index.md index 11fb1cd5..76a2506e 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: 9946-08-08 + date: 9948-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/jeknom.github.io/feature.jpg b/exampleSite/content/users/jeknom.github.io/feature.jpg index 88eba36c..0191b607 100644 Binary files a/exampleSite/content/users/jeknom.github.io/feature.jpg and b/exampleSite/content/users/jeknom.github.io/feature.jpg differ diff --git a/exampleSite/content/users/joush007.github.io/feature.jpg b/exampleSite/content/users/joush007.github.io/feature.jpg index f0029bac..4c9bc0a2 100644 Binary files a/exampleSite/content/users/joush007.github.io/feature.jpg and b/exampleSite/content/users/joush007.github.io/feature.jpg differ diff --git a/exampleSite/content/users/joush007.github.io/index.md b/exampleSite/content/users/joush007.github.io/index.md index c54eb729..900ca8fd 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: 9936-08-08 + date: 9938-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/jundimubarok.com/feature.jpg b/exampleSite/content/users/jundimubarok.com/feature.jpg index fc40ec67..89c25902 100644 Binary files a/exampleSite/content/users/jundimubarok.com/feature.jpg and b/exampleSite/content/users/jundimubarok.com/feature.jpg differ diff --git a/exampleSite/content/users/jundimubarok.com/index.md b/exampleSite/content/users/jundimubarok.com/index.md index a316d67c..769105d8 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: 9949-08-08 + date: 9951-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/kylemalloy.com/feature.jpg b/exampleSite/content/users/kylemalloy.com/feature.jpg index c0a26fed..cc855d09 100644 Binary files a/exampleSite/content/users/kylemalloy.com/feature.jpg and b/exampleSite/content/users/kylemalloy.com/feature.jpg differ diff --git a/exampleSite/content/users/kylemalloy.com/index.md b/exampleSite/content/users/kylemalloy.com/index.md index 22a28bc1..446a1d1c 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: 9937-08-08 + date: 9939-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 fc2066e7..0d323527 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 5be6dc37..4cc09d51 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: 9959-08-08 + date: 9961-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 ae0e269f..b9b6ed04 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/feature.jpg b/exampleSite/content/users/m3upt.com/feature.jpg index 7f80059d..4da17080 100644 Binary files a/exampleSite/content/users/m3upt.com/feature.jpg and b/exampleSite/content/users/m3upt.com/feature.jpg differ diff --git a/exampleSite/content/users/m3upt.com/index.md b/exampleSite/content/users/m3upt.com/index.md index eaab77e8..eef1b819 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: 9951-08-08 + date: 9953-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 a5635306..eeb3be55 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 c695e72e..c65f9754 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/marupanda.art-marucomics/feature.jpg b/exampleSite/content/users/marupanda.art-marucomics/feature.jpg index 783177f8..a3f68229 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 d879eb10..b609fd84 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: 9953-08-08 + date: 9955-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/mayer.life/feature.jpg b/exampleSite/content/users/mayer.life/feature.jpg index 7a6dd302..1d7d80a5 100644 Binary files a/exampleSite/content/users/mayer.life/feature.jpg and b/exampleSite/content/users/mayer.life/feature.jpg differ diff --git a/exampleSite/content/users/mayer.life/index.md b/exampleSite/content/users/mayer.life/index.md index 3ab5be0e..a4986148 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: 9943-08-08 + date: 9945-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/mucahitkurtlar.github.io/feature.jpg b/exampleSite/content/users/mucahitkurtlar.github.io/feature.jpg index 233c903c..42bf1dad 100644 Binary files a/exampleSite/content/users/mucahitkurtlar.github.io/feature.jpg and b/exampleSite/content/users/mucahitkurtlar.github.io/feature.jpg differ diff --git a/exampleSite/content/users/muhalvin.github.io/feature.jpg b/exampleSite/content/users/muhalvin.github.io/feature.jpg index c1ff4460..f7e22074 100644 Binary files a/exampleSite/content/users/muhalvin.github.io/feature.jpg and b/exampleSite/content/users/muhalvin.github.io/feature.jpg differ diff --git a/exampleSite/content/users/n9o.xyz/feature.jpg b/exampleSite/content/users/n9o.xyz/feature.jpg index 7ff6b591..d66ad323 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/feature.jpg b/exampleSite/content/users/nick.bouwhuis.net/feature.jpg index c73c8ae8..c492bae3 100644 Binary files a/exampleSite/content/users/nick.bouwhuis.net/feature.jpg and b/exampleSite/content/users/nick.bouwhuis.net/feature.jpg differ diff --git a/exampleSite/content/users/nikarashihatsu.github.io/feature.jpg b/exampleSite/content/users/nikarashihatsu.github.io/feature.jpg index 79fd584e..b0e7c746 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 f0994479..ef31ada7 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: 9957-08-08 + date: 9959-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/niklas-hartmann-dev.de/feature.jpg b/exampleSite/content/users/niklas-hartmann-dev.de/feature.jpg index e59f2364..4e3cfd9e 100644 Binary files a/exampleSite/content/users/niklas-hartmann-dev.de/feature.jpg and b/exampleSite/content/users/niklas-hartmann-dev.de/feature.jpg differ diff --git a/exampleSite/content/users/notes.bluesdriveamelia.space/feature.jpg b/exampleSite/content/users/notes.bluesdriveamelia.space/feature.jpg index 76542dc0..6183d9f1 100644 Binary files a/exampleSite/content/users/notes.bluesdriveamelia.space/feature.jpg and b/exampleSite/content/users/notes.bluesdriveamelia.space/feature.jpg differ diff --git a/exampleSite/content/users/notes.bluesdriveamelia.space/index.md b/exampleSite/content/users/notes.bluesdriveamelia.space/index.md index d8181509..491711b0 100644 --- a/exampleSite/content/users/notes.bluesdriveamelia.space/index.md +++ b/exampleSite/content/users/notes.bluesdriveamelia.space/index.md @@ -2,7 +2,7 @@ title: "notes.bluesdriveamelia.space" tags: [Blog,Personal site] externalUrl: "https://notes.bluesdriveamelia.space/" - date: 9921-08-08 + date: 9923-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/ohdmire.github.io/feature.jpg b/exampleSite/content/users/ohdmire.github.io/feature.jpg index 72647da5..eba8ce45 100644 Binary files a/exampleSite/content/users/ohdmire.github.io/feature.jpg and b/exampleSite/content/users/ohdmire.github.io/feature.jpg differ diff --git a/exampleSite/content/users/ohdmire.github.io/index.md b/exampleSite/content/users/ohdmire.github.io/index.md index 71f429a6..ee9f235e 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: 9940-08-08 + date: 9942-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/omarohn.de/feature.jpg b/exampleSite/content/users/omarohn.de/feature.jpg index bd5bde23..d38bda40 100644 Binary files a/exampleSite/content/users/omarohn.de/feature.jpg and b/exampleSite/content/users/omarohn.de/feature.jpg differ diff --git a/exampleSite/content/users/pacochan.net/feature.jpg b/exampleSite/content/users/pacochan.net/feature.jpg index 0445baf7..41bd8259 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 b46717b7..18bcddae 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: 9950-08-08 + date: 9952-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/pmnxis.github.io/feature.jpg b/exampleSite/content/users/pmnxis.github.io/feature.jpg index 077fdca0..c86275a4 100644 Binary files a/exampleSite/content/users/pmnxis.github.io/feature.jpg and b/exampleSite/content/users/pmnxis.github.io/feature.jpg differ diff --git a/exampleSite/content/users/priyakdey.com/feature.jpg b/exampleSite/content/users/priyakdey.com/feature.jpg index 34308c21..de228eaf 100644 Binary files a/exampleSite/content/users/priyakdey.com/feature.jpg and b/exampleSite/content/users/priyakdey.com/feature.jpg differ diff --git a/exampleSite/content/users/rdgo.dev/feature.jpg b/exampleSite/content/users/rdgo.dev/feature.jpg index 3bd3dcfd..0d7e42fd 100644 Binary files a/exampleSite/content/users/rdgo.dev/feature.jpg and b/exampleSite/content/users/rdgo.dev/feature.jpg differ diff --git a/exampleSite/content/users/rejowski.xyz/feature.jpg b/exampleSite/content/users/rejowski.xyz/feature.jpg index f3f39261..bf004fb4 100644 Binary files a/exampleSite/content/users/rejowski.xyz/feature.jpg and b/exampleSite/content/users/rejowski.xyz/feature.jpg differ diff --git a/exampleSite/content/users/rejowski.xyz/index.md b/exampleSite/content/users/rejowski.xyz/index.md index 13eeb672..9f25af41 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: 9935-08-08 + date: 9937-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/renaud.warnotte.be/feature.jpg b/exampleSite/content/users/renaud.warnotte.be/feature.jpg index ebd948a7..44cdcd43 100644 Binary files a/exampleSite/content/users/renaud.warnotte.be/feature.jpg 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 index 677732bd..28b1ff5b 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: 9931-08-08 + date: 9933-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 3153dbc5..b9bb02a3 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 33449f5f..72cd8ce1 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: 9939-08-08 + date: 9941-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/scottmckendry.tech/feature.jpg b/exampleSite/content/users/scottmckendry.tech/feature.jpg index d844aa17..079b3f77 100644 Binary files a/exampleSite/content/users/scottmckendry.tech/feature.jpg and b/exampleSite/content/users/scottmckendry.tech/feature.jpg differ diff --git a/exampleSite/content/users/scottmckendry.tech/index.md b/exampleSite/content/users/scottmckendry.tech/index.md index 3e749e16..12c2c29f 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: 9942-08-08 + date: 9944-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/sdehm.dev/feature.jpg b/exampleSite/content/users/sdehm.dev/feature.jpg index 5b63852f..afa58496 100644 Binary files a/exampleSite/content/users/sdehm.dev/feature.jpg and b/exampleSite/content/users/sdehm.dev/feature.jpg differ diff --git a/exampleSite/content/users/seanomahoney.com/feature.jpg b/exampleSite/content/users/seanomahoney.com/feature.jpg deleted file mode 100644 index f79c24fb..00000000 Binary files a/exampleSite/content/users/seanomahoney.com/feature.jpg and /dev/null differ diff --git a/exampleSite/content/users/shenshu.fun/feature.jpg b/exampleSite/content/users/shenshu.fun/feature.jpg deleted file mode 100644 index fcbd0c2c..00000000 Binary files a/exampleSite/content/users/shenshu.fun/feature.jpg and /dev/null differ diff --git a/exampleSite/content/users/shenshu.fun/index.md b/exampleSite/content/users/shenshu.fun/index.md deleted file mode 100644 index 9fc9ae32..00000000 --- a/exampleSite/content/users/shenshu.fun/index.md +++ /dev/null @@ -1,13 +0,0 @@ ---- - title: "shenshu.fun" - tags: [Personal site] - externalUrl: "https://shenshu.fun/" - date: 9962-08-08 - showDate: false - showAuthor: false - showReadingTime: false - showEdit: false - showLikes: false - showViews: false - layoutBackgroundHeaderSpace: false - --- diff --git a/exampleSite/content/users/smileguide.github.io/feature.jpg b/exampleSite/content/users/smileguide.github.io/feature.jpg deleted file mode 100644 index 5da69ee8..00000000 Binary files a/exampleSite/content/users/smileguide.github.io/feature.jpg and /dev/null differ diff --git a/exampleSite/content/users/smileguide.github.io/index.md b/exampleSite/content/users/smileguide.github.io/index.md deleted file mode 100644 index f4a62076..00000000 --- a/exampleSite/content/users/smileguide.github.io/index.md +++ /dev/null @@ -1,13 +0,0 @@ ---- - title: "smileguide.github.io" - tags: [Personal site] - externalUrl: "https://smileguide.github.io" - date: 9919-08-08 - showDate: false - showAuthor: false - showReadingTime: false - showEdit: false - showLikes: false - showViews: false - layoutBackgroundHeaderSpace: false - --- diff --git a/exampleSite/content/users/talkdimsum.com/feature.jpg b/exampleSite/content/users/talkdimsum.com/feature.jpg index 13bca7d9..b72268bc 100644 Binary files a/exampleSite/content/users/talkdimsum.com/feature.jpg and b/exampleSite/content/users/talkdimsum.com/feature.jpg differ diff --git a/exampleSite/content/users/technicaldc.github.io/feature.jpg b/exampleSite/content/users/technicaldc.github.io/feature.jpg index a43a7357..8d65ce5a 100644 Binary files a/exampleSite/content/users/technicaldc.github.io/feature.jpg and b/exampleSite/content/users/technicaldc.github.io/feature.jpg differ diff --git a/exampleSite/content/users/technicaldc.github.io/index.md b/exampleSite/content/users/technicaldc.github.io/index.md index 72e9db93..457b639d 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: 9929-08-08 + date: 9931-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/technicat.com/feature.jpg b/exampleSite/content/users/technicat.com/feature.jpg index 16ebb626..54eaf3f8 100644 Binary files a/exampleSite/content/users/technicat.com/feature.jpg and b/exampleSite/content/users/technicat.com/feature.jpg differ diff --git a/exampleSite/content/users/the-maze.net/feature.jpg b/exampleSite/content/users/the-maze.net/feature.jpg index 5ca7ce0e..61a92906 100644 Binary files a/exampleSite/content/users/the-maze.net/feature.jpg 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 index 32a96d63..38fe06eb 100644 --- a/exampleSite/content/users/the-maze.net/index.md +++ b/exampleSite/content/users/the-maze.net/index.md @@ -2,7 +2,7 @@ title: "the-maze.net" tags: [Personal site,Blog] externalUrl: "https://www.the-maze.net/" - date: 9925-08-08 + date: 9927-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/theindiecoder.cloud/feature.jpg b/exampleSite/content/users/theindiecoder.cloud/feature.jpg index 4992f271..cfbb8ebb 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 a45773db..3e48028a 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: 9945-08-08 + date: 9947-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/todreamr.github.io/feature.jpg b/exampleSite/content/users/todreamr.github.io/feature.jpg new file mode 100644 index 00000000..2d8bb644 Binary files /dev/null and b/exampleSite/content/users/todreamr.github.io/feature.jpg differ diff --git a/exampleSite/content/users/seanomahoney.com/index.md b/exampleSite/content/users/todreamr.github.io/index.md similarity index 69% rename from exampleSite/content/users/seanomahoney.com/index.md rename to exampleSite/content/users/todreamr.github.io/index.md index 6027982f..1dc7d191 100644 --- a/exampleSite/content/users/seanomahoney.com/index.md +++ b/exampleSite/content/users/todreamr.github.io/index.md @@ -1,8 +1,8 @@ --- - title: "seanomahoney.com" + title: "todreamr.github.io" tags: [Personal site] - externalUrl: "https://seanomahoney.com/" - date: 9952-08-08 + externalUrl: "https://todreamr.github.io/" + date: 9922-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/users.json b/exampleSite/content/users/users.json index 06f9d238..ced83909 100644 --- a/exampleSite/content/users/users.json +++ b/exampleSite/content/users/users.json @@ -112,13 +112,6 @@ "Personal site" ] }, - { - "title": "jamesdixon.dev", - "url": "https://jamesdixon.dev", - "tags": [ - "Personal site" - ] - }, { "title": "blastomussa.dev", "url": "https://blastomussa.dev", @@ -259,20 +252,6 @@ "Personal site" ] }, - { - "title": "shenshu.fun", - "url": "https://shenshu.fun/", - "tags": [ - "Personal site" - ] - }, - { - "title": "hellstabber.github.io", - "url": "https://hellstabber.github.io/", - "tags": [ - "Personal site" - ] - }, { "title": "clemsau.com", "url": "https://clemsau.com/", @@ -329,13 +308,6 @@ "Comics site" ] }, - { - "title": "seanomahoney.com", - "url": "https://seanomahoney.com/", - "tags": [ - "Personal site" - ] - }, { "title": "m3upt.com", "url": "https://m3upt.com", @@ -568,10 +540,10 @@ ] }, { - "title": "smileguide.github.io", - "url": "https://smileguide.github.io", - "tags": [ - "Personal site" + "title": "todreamr.github.io", + "url" : "https://todreamr.github.io/", + "tags":[ + "Personal site" ] } ] diff --git a/exampleSite/content/users/v-y-s.com/feature.jpg b/exampleSite/content/users/v-y-s.com/feature.jpg index 5fc8d425..107229a2 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 97792a7a..e27e2aad 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: 9933-08-08 + date: 9935-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/exampleSite/content/users/vividscc.com/feature.jpg b/exampleSite/content/users/vividscc.com/feature.jpg index 75db54d3..4ef0c93e 100644 Binary files a/exampleSite/content/users/vividscc.com/feature.jpg and b/exampleSite/content/users/vividscc.com/feature.jpg differ diff --git a/exampleSite/content/users/vkmki001.github.io/feature.jpg b/exampleSite/content/users/vkmki001.github.io/feature.jpg index b2a0bd25..6f5ea7d3 100644 Binary files a/exampleSite/content/users/vkmki001.github.io/feature.jpg and b/exampleSite/content/users/vkmki001.github.io/feature.jpg differ diff --git a/exampleSite/content/users/vkmki001.github.io/index.md b/exampleSite/content/users/vkmki001.github.io/index.md index f489e81d..3db89b23 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: 9948-08-08 + date: 9950-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 d63b2553..621628d0 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 02d8f489..8952250b 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: 9958-08-08 + date: 9960-08-08 showDate: false showAuthor: false showReadingTime: false diff --git a/i18n/es.yaml b/i18n/es.yaml index 53aefc2a..4c10f3b3 100644 --- a/i18n/es.yaml +++ b/i18n/es.yaml @@ -25,6 +25,9 @@ article: part: "Parte" this_article: "Este artículo" related_articles: "Relacionados" + zen_mode_title: + enable: "Activar modo zen" + disable: "Desactivar modo zen" author: byline_title: "Autor" diff --git a/layouts/partials/article-link/card-related.html b/layouts/partials/article-link/card-related.html index 6ea57ad8..b1fcb2ba 100644 --- a/layouts/partials/article-link/card-related.html +++ b/layouts/partials/article-link/card-related.html @@ -13,6 +13,10 @@ {{- $images := $.Resources.ByType "image" -}} {{- $featured := $images.GetMatch "*feature*" -}} {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} + {{ if and .Params.featureimage (not $featured) }} + {{- $url:= .Params.featureimage -}} + {{ $featured = resources.GetRemote $url }} + {{ end }} {{- if not $featured }}{{ with .Site.Params.defaultFeaturedImage }}{{ $featured = resources.Get . }}{{ end }}{{ end -}} {{- with $featured -}} {{ if $disableImageOptimization }} diff --git a/layouts/partials/article-link/card.html b/layouts/partials/article-link/card.html index f5eb8f54..53c9c768 100644 --- a/layouts/partials/article-link/card.html +++ b/layouts/partials/article-link/card.html @@ -13,6 +13,10 @@ {{- $images := $.Resources.ByType "image" -}} {{- $featured := $images.GetMatch "*feature*" -}} {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} + {{ if and .Params.featureimage (not $featured) }} + {{- $url:= .Params.featureimage -}} + {{ $featured = resources.GetRemote $url }} + {{ end }} {{- if not $featured }}{{ with .Site.Params.defaultFeaturedImage }}{{ $featured = resources.Get . }}{{ end }}{{ end -}} {{ if .Params.hideFeatureImage }}{{ $featured = false }}{{ end }} {{- with $featured -}} diff --git a/layouts/partials/article-link/simple.html b/layouts/partials/article-link/simple.html index 8c994825..24bf281b 100644 --- a/layouts/partials/article-link/simple.html +++ b/layouts/partials/article-link/simple.html @@ -40,6 +40,10 @@ {{- $images := $.Resources.ByType "image" -}} {{- $featured := $images.GetMatch "*feature*" -}} {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} + {{ if and .Params.featureimage (not $featured) }} + {{- $url:= .Params.featureimage -}} + {{ $featured = resources.GetRemote $url }} + {{ end }} {{- if not $featured }}{{ with .Site.Params.defaultFeaturedImage }}{{ $featured = resources.Get . }}{{ end }}{{ end -}} {{ if .Params.hideFeatureImage }}{{ $featured = false }}{{ end }} {{- with $featured -}} diff --git a/layouts/partials/author-extra.html b/layouts/partials/author-extra.html index 4e81d07e..701e9fa7 100644 --- a/layouts/partials/author-extra.html +++ b/layouts/partials/author-extra.html @@ -1,14 +1,21 @@ {{ $disableImageOptimization := .Site.Params.disableImageOptimization | default false }}
{{ with .data.image }} - {{ $authorImage := resources.Get . }} - {{ if $authorImage }} - {{ if not $disableImageOptimization }} - {{ $authorImage = $authorImage.Fill "192x192" }} - {{ end }} - - {{ end }} + {{ $authorImage := resources.Get . }} + {{ if $authorImage }} + {{ if not $disableImageOptimization }} + {{ $authorImage = $authorImage.Fill "192x192" }} + {{ end }} + + {{ else }} + {{ $authorImage := resources.GetRemote . }} + {{ if not $disableImageOptimization }} + {{ $authorImage = $authorImage.Fill "192x192" }} + {{ end }} + + {{ end }} {{ end }}
{{ $link := .link}} diff --git a/layouts/partials/author.html b/layouts/partials/author.html index 466d279e..50bc2cc3 100644 --- a/layouts/partials/author.html +++ b/layouts/partials/author.html @@ -1,14 +1,21 @@ {{ $disableImageOptimization := .Site.Params.disableImageOptimization | default false }}
{{ with .Site.Author.image }} - {{ $authorImage := resources.Get . }} - {{ if $authorImage }} - {{ if not $disableImageOptimization }} - {{ $authorImage = $authorImage.Fill "192x192" }} - {{ end }} - {{ $.Site.Author.name | default - {{ end }} + {{ $authorImage := resources.Get . }} + {{ if $authorImage }} + {{ if not $disableImageOptimization }} + {{ $authorImage = $authorImage.Fill "192x192" }} + {{ end }} + {{ $.Site.Author.name | default + {{ else }} + {{ $authorImage := resources.GetRemote . }} + {{ if not $disableImageOptimization }} + {{ $authorImage = $authorImage.Fill "192x192" }} + {{ end }} + {{ $.Site.Author.name | default + {{ end }} {{ end }}
{{ with .Site.Author.name | markdownify | emojify }} diff --git a/layouts/partials/hero/background.html b/layouts/partials/hero/background.html index ec3a9db9..ac4adb8a 100644 --- a/layouts/partials/hero/background.html +++ b/layouts/partials/hero/background.html @@ -4,6 +4,10 @@ {{- $featured := $images.GetMatch "*background*" -}} {{- if not $featured }}{{ $featured = $images.GetMatch "*feature*" }}{{ end -}} {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} +{{ if and .Params.featureimage (not $featured) }} +{{- $url:= .Params.featureimage -}} +{{ $featured = resources.GetRemote $url }} +{{ end }} {{- if not $featured }}{{ with .Site.Params.defaultBackgroundImage }}{{ $featured = resources.Get . }}{{ end }}{{ end -}} {{ $isParentList := eq (.Scratch.Get "scope") "list" }} {{ $shouldBlur := $.Params.layoutBackgroundBlur | default (or diff --git a/layouts/partials/hero/basic.html b/layouts/partials/hero/basic.html index 11377928..00cc1b3c 100644 --- a/layouts/partials/hero/basic.html +++ b/layouts/partials/hero/basic.html @@ -3,6 +3,10 @@ {{- $images := .Resources.ByType "image" -}} {{- $featured := $images.GetMatch "*feature*" -}} {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} +{{ if .Params.featureimage }} +{{- $url:= .Params.featureimage -}} +{{- if not $featured }}{{ $featured = resources.GetRemote $url }}{{ end -}} +{{ end }} {{- with $featured -}} {{ if $disableImageOptimization }} {{ with . }} diff --git a/layouts/partials/hero/big.html b/layouts/partials/hero/big.html index cbdce5d5..294c37e5 100644 --- a/layouts/partials/hero/big.html +++ b/layouts/partials/hero/big.html @@ -3,16 +3,32 @@ {{- $images := .Resources.ByType "image" -}} {{- $featured := $images.GetMatch "*feature*" -}} {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} +{{ $caption := "" }} +{{ if .Params.featureimage }} +{{- $url:= .Params.featureimage -}} +{{- $caption = .Params.featureimagecaption -}} +{{- if not $featured }}{{ $featured = resources.GetRemote $url }}{{ end -}} +{{ end }} {{- $alt := .Page.Title -}} {{- with .Page.Params.alt }}{{ $alt = . }}{{ end -}} {{- with $featured -}} {{ if $disableImageOptimization }} {{ with . }} - {{ $alt }} +
+ {{ $alt }} + {{ if $caption }} +
{{ $caption | markdownify }}
+ {{end}} +
{{ end }} {{ else }} {{ with .Resize "1200x" }} - {{ $alt }} +
+ {{ $alt }} + {{ if $caption }} +
{{ $caption | markdownify }}
+ {{end}} +
{{ end }} {{ end }} {{- end -}} \ No newline at end of file diff --git a/layouts/partials/hero/thumbAndBackground.html b/layouts/partials/hero/thumbAndBackground.html index 1e4114ca..5d9c6071 100644 --- a/layouts/partials/hero/thumbAndBackground.html +++ b/layouts/partials/hero/thumbAndBackground.html @@ -7,6 +7,10 @@ {{- if not $background }}{{ $background = $images.GetMatch "*feature*" }}{{ end -}} {{- $featured := $images.GetMatch "*feature*" -}} {{- if not $featured }}{{ $featured = $images.GetMatch "{*cover*,*thumbnail*}" }}{{ end -}} +{{ if .Params.featureimage }} +{{- $url:= .Params.featureimage -}} +{{- if not $featured }}{{ $featured = resources.GetRemote $url }}{{ end -}} +{{ end }} {{- if not $featured }}{{ $featured = $images.GetMatch "*background*" }}{{ end -}} {{- if not $featured }}{{ with .Site.Params.defaultBackgroundImage }}{{ $featured = resources.Get . }}{{ end }}{{ end -}} {{ $isParentList := eq (.Scratch.Get "scope") "list" }} diff --git a/layouts/partials/home/background.html b/layouts/partials/home/background.html index c5e9ea81..00e43c59 100644 --- a/layouts/partials/home/background.html +++ b/layouts/partials/home/background.html @@ -6,9 +6,21 @@
{{ $homepageImage := "" }} - {{ with .Site.Params.defaultBackgroundImage }}{{ $homepageImage = resources.Get . }}{{ end }} - {{ with .Site.Params.homepage.homepageImage }}{{ $homepageImage = resources.Get . }}{{ end }} - {{ if not (eq $homepageImage "") }} + {{ with .Site.Params.defaultBackgroundImage }} + {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }} + {{ $homepageImage = resources.GetRemote . }} + {{ else }} + {{ $homepageImage = resources.Get . }} + {{ end }} + {{ end }} + {{ with .Site.Params.homepage.homepageImage }} + {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }} + {{ $homepageImage = resources.GetRemote . }} + {{ else }} + {{ $homepageImage = resources.Get . }} + {{ end }} + {{ end }} + {{ if $homepageImage }}
@@ -20,14 +32,19 @@
{{ with .Site.Author.image }} - {{ $authorImage := resources.Get . }} - {{ if $authorImage }} - {{ if not $disableImageOptimization }} - {{ $authorImage = $authorImage.Fill "288x288" }} - {{ end }} - {{ $.Site.Author.name | default - {{ end }} + {{ $authorImage := "" }} + {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }} + {{ $authorImage = resources.GetRemote . }} + {{ else }} + {{ $authorImage = resources.Get . }} + {{ end }} + {{ if $authorImage }} + {{ if not $disableImageOptimization }} + {{ $authorImage = $authorImage.Fill "288x288" }} + {{ end }} + {{ $.Site.Author.name | default + {{ end }} {{ end }}

{{ .Site.Author.name | default .Site.Title }} diff --git a/layouts/partials/home/card.html b/layouts/partials/home/card.html index 456a3526..0b17f839 100644 --- a/layouts/partials/home/card.html +++ b/layouts/partials/home/card.html @@ -15,8 +15,20 @@
{{ $homepageImage := "" }} - {{ with .Site.Params.defaultBackgroundImage }}{{ $homepageImage = resources.Get . }}{{ end }} - {{ with .Site.Params.homepage.homepageImage }}{{ $homepageImage = resources.Get . }}{{ end }} + {{ with .Site.Params.defaultBackgroundImage }} + {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }} + {{ $homepageImage = resources.GetRemote . }} + {{ else }} + {{ $homepageImage = resources.Get . }} + {{ end }} + {{ end }} + {{ with .Site.Params.homepage.homepageImage }} + {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }} + {{ $homepageImage = resources.GetRemote . }} + {{ else }} + {{ $homepageImage = resources.Get . }} + {{ end }} + {{ end }} {{ if $homepageImage }} diff --git a/layouts/partials/home/hero.html b/layouts/partials/home/hero.html index 8cf60984..4ad3c58a 100644 --- a/layouts/partials/home/hero.html +++ b/layouts/partials/home/hero.html @@ -6,8 +6,20 @@
{{ $homepageImage := "" }} - {{ with .Site.Params.defaultBackgroundImage }}{{ $homepageImage = resources.Get . }}{{ end }} - {{ with .Site.Params.homepage.homepageImage }}{{ $homepageImage = resources.Get . }}{{ end }} + {{ with .Site.Params.defaultBackgroundImage }} + {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }} + {{ $homepageImage = resources.GetRemote . }} + {{ else }} + {{ $homepageImage = resources.Get . }} + {{ end }} + {{ end }} + {{ with .Site.Params.homepage.homepageImage }} + {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }} + {{ $homepageImage = resources.GetRemote . }} + {{ else }} + {{ $homepageImage = resources.Get . }} + {{ end }} + {{ end }} {{ if $homepageImage }}
{{ with .Site.Author.image }} - {{ $authorImage := resources.Get . }} - {{ if $authorImage }} - {{ if not $disableImageOptimization }} - {{ $authorImage = $authorImage.Fill "288x288" }} - {{ end }} - {{ $.Site.Author.name | default - {{ end }} + {{ $authorImage := "" }} + {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }} + {{ $authorImage = resources.GetRemote . }} + {{ else }} + {{ $authorImage = resources.Get . }} + {{ end }} + {{ if $authorImage }} + {{ if not $disableImageOptimization }} + {{ $authorImage = $authorImage.Fill "288x288" }} + {{ end }} + {{ $.Site.Author.name | default + {{ end }} {{ end }}

{{ .Site.Author.name | default .Site.Title }} diff --git a/layouts/partials/home/profile.html b/layouts/partials/home/profile.html index 7ba08a7e..1780569e 100644 --- a/layouts/partials/home/profile.html +++ b/layouts/partials/home/profile.html @@ -1,32 +1,30 @@ {{ $disableImageOptimization := .Site.Params.disableImageOptimization | default false }} -
+ {{ end }} flex flex-col items-center justify-center text-center">
{{ with .Site.Author.image }} - {{ $authorImage := resources.Get . }} + {{ $authorImage := "" }} + {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }} + {{ $authorImage = resources.GetRemote . }} + {{ else }} + {{ $authorImage = resources.Get . }} + {{ end }} {{ if $authorImage }} {{ if not $disableImageOptimization }} - {{ $authorImage = $authorImage.Fill "288x288" }} + {{ $authorImage = $authorImage.Fill "288x288" }} {{ end }} - {{ $.Site.Author.name | default + {{ $.Site.Author.name | default {{ end }} {{ end }}

{{ .Site.Author.name | default .Site.Title }}

{{ with .Site.Author.headline }} -

- {{ . | markdownify | emojify }} -

+

+ {{ . | markdownify | emojify }} +

{{ end }}
{{ partialCached "author-links.html" . }} @@ -36,4 +34,4 @@
{{ partial "recent-articles/main.html" . }} -
+ \ No newline at end of file diff --git a/layouts/shortcodes/carousel.html b/layouts/shortcodes/carousel.html index ccfb4595..016c792e 100644 --- a/layouts/shortcodes/carousel.html +++ b/layouts/shortcodes/carousel.html @@ -1,8 +1,21 @@ {{ $id := delimit (slice "carousel" (partial "functions/uid.html" .)) "-" }} {{ $aspect := default "16-9" (.Get "aspectRatio") }} -{{ $images := .Page.Resources.Match (.Get "images") }} {{ $interval := default "2000" (.Get "interval") }} +{{ $page := .Page.Resources }} +{{ $imagesTemp := .Get "images" }} +{{ $imagesTemp = strings.TrimPrefix "{" $imagesTemp }} +{{ $imagesTemp = strings.TrimSuffix "}" $imagesTemp }} +{{ $imagesTemp := strings.Split $imagesTemp "," }} +{{ $images := slice}} +{{ range $imagesTemp }} + {{ if or (strings.HasPrefix . "http:") (strings.HasPrefix . "https:") }} + {{ $images = $images | append (resources.GetRemote .) }} + {{ else }} + {{ $images = $images | append ($page.GetMatch .) }} + {{ end }} +{{ end }} +
@@ -26,7 +39,7 @@ diff --git a/package-lock.json b/package-lock.json index 1f87d4ec..ba4cbf58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "hugo-blowfish-theme", - "version": "2.54.0", + "version": "2.55.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hugo-blowfish-theme", - "version": "2.54.0", + "version": "2.55.0", "hasInstallScript": true, "license": "MIT", "dependencies": { "@headlessui/react": "^1.7.18", "@heroicons/react": "^2.1.1", "@tailwindcss/forms": "^0.5.7", - "commander": "^11.1.0" + "commander": "^12.0.0" }, "devDependencies": { "@tailwindcss/typography": "^0.5.10", @@ -22,10 +22,10 @@ "jquery": "^3.7.1", "katex": "^0.16.9", "packery": "^2.1.2", - "prettier": "^3.2.4", + "prettier": "^3.2.5", "prettier-plugin-go-template": "^0.0.15", "prettier-plugin-tailwindcss": "^0.5.11", - "puppeteer": "^21.10.0", + "puppeteer": "^22.0.0", "rimraf": "^5.0.5", "tailwindcss": "^3.4.1", "tw-elements": "1.1.0", @@ -228,9 +228,9 @@ } }, "node_modules/@puppeteer/browsers": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-1.9.1.tgz", - "integrity": "sha512-PuvK6xZzGhKPvlx3fpfdM2kYY3P/hB1URtK8wA7XUJ6prn6pp22zvJHu48th0SGcHL9SutbPHrFuQgfXTFobWA==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.0.0.tgz", + "integrity": "sha512-3PS82/5+tnpEaUWonjAFFvlf35QHF15xqyGd34GBa5oP5EPVfFXRsbSxIGYf1M+vZlqBZ3oxT1kRg9OYhtt8ng==", "dev": true, "dependencies": { "debug": "4.3.4", @@ -245,7 +245,7 @@ "browsers": "lib/cjs/main-cli.js" }, "engines": { - "node": ">=16.3.0" + "node": ">=18" } }, "node_modules/@tailwindcss/forms": { @@ -306,9 +306,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.11.13", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.13.tgz", - "integrity": "sha512-5G4zQwdiQBSWYTDAH1ctw2eidqdhMJaNsiIDKHFr55ihz5Trl2qqR8fdrT732yPBho5gkNxXm67OxWFBqX9aPg==", + "version": "20.11.16", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.16.tgz", + "integrity": "sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==", "dev": true, "optional": true, "dependencies": { @@ -408,9 +408,9 @@ } }, "node_modules/b4a": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.4.tgz", - "integrity": "sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==", + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz", + "integrity": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==", "dev": true }, "node_modules/balanced-match": { @@ -625,9 +625,9 @@ } }, "node_modules/chromium-bidi": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.6.tgz", - "integrity": "sha512-ber8smgoAs4EqSUHRb0I8fpx371ZmvsdQav8HRM9oO4fk5Ox16vQiNYXlsZkRj4FfvVL2dCef+zBFQixp+79CA==", + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-0.5.8.tgz", + "integrity": "sha512-blqh+1cEQbHBKmok3rVJkBlBxt9beKBgOsxbFgs7UJcoVbbeZ+K7+6liAsjgpc8l1Xd55cQUy14fXZdGSb4zIw==", "dev": true, "dependencies": { "mitt": "3.0.1", @@ -748,11 +748,11 @@ "dev": true }, "node_modules/commander": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz", - "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz", + "integrity": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==", "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/concat-map": { @@ -946,9 +946,9 @@ } }, "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", "dev": true, "engines": { "node": ">=6" @@ -2031,9 +2031,9 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, "node_modules/prettier": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.4.tgz", - "integrity": "sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" @@ -2183,38 +2183,38 @@ } }, "node_modules/puppeteer": { - "version": "21.10.0", - "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-21.10.0.tgz", - "integrity": "sha512-Y1yQjcLE00hHTDAmv3M3A6hhW0Ytjdp6xr6nyjl7FZ7E7hzp/6Rsw80FbaTJzJHFCplBNi082wrgynbmD7RlYw==", + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-22.0.0.tgz", + "integrity": "sha512-zYVnjwJngnSB4dbkWp7DHFSIc3nqHvZzrdHyo9+ugV1nq1Lm8obOMcmCFaGfR3PJs0EmYNz+/skBeO45yvASCQ==", "dev": true, "hasInstallScript": true, "dependencies": { - "@puppeteer/browsers": "1.9.1", + "@puppeteer/browsers": "2.0.0", "cosmiconfig": "9.0.0", - "puppeteer-core": "21.10.0" + "puppeteer-core": "22.0.0" }, "bin": { "puppeteer": "lib/esm/puppeteer/node/cli.js" }, "engines": { - "node": ">=16.13.2" + "node": ">=18" } }, "node_modules/puppeteer-core": { - "version": "21.10.0", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-21.10.0.tgz", - "integrity": "sha512-NVaqO3K462qwMuLO4Gurs/Mau1Wss+08QgNYzF0dIqZWMvpskrt/TbxbmHU+7zMTUOvPEq/lR4BLJmjMBgBGfQ==", + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-22.0.0.tgz", + "integrity": "sha512-S3s91rLde0A86PWVeNY82h+P0fdS7CTiNWAicCVH/bIspRP4nS2PnO5j+VTFqCah0ZJizGzpVPAmxVYbLxTc9w==", "dev": true, "dependencies": { - "@puppeteer/browsers": "1.9.1", - "chromium-bidi": "0.5.6", + "@puppeteer/browsers": "2.0.0", + "chromium-bidi": "0.5.8", "cross-fetch": "4.0.0", "debug": "4.3.4", "devtools-protocol": "0.0.1232444", "ws": "8.16.0" }, "engines": { - "node": ">=16.13.2" + "node": ">=18" } }, "node_modules/queue-microtask": { @@ -2486,9 +2486,9 @@ } }, "node_modules/streamx": { - "version": "2.15.6", - "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.15.6.tgz", - "integrity": "sha512-q+vQL4AAz+FdfT137VF69Cc/APqUbxy+MDOImRrMvchJpigHj9GksgDU2LYbO9rx7RX6osWgxJB2WxhYv4SZAw==", + "version": "2.15.7", + "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.15.7.tgz", + "integrity": "sha512-NPEKS5+yjyo597eafGbKW5ujh7Sm6lDLHZQd/lRSz6S0VarpADBJItqfB4PnwpS+472oob1GX5cCY9vzfJpHUA==", "dev": true, "dependencies": { "fast-fifo": "^1.1.0", diff --git a/package.json b/package.json index 88fae1ce..d4882b3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-blowfish-theme", - "version": "2.54.0", + "version": "2.55.0", "description": "Blowfish theme for Hugo", "scripts": { "postinstall": "vendor-copy", @@ -40,10 +40,10 @@ "jquery": "^3.7.1", "katex": "^0.16.9", "packery": "^2.1.2", - "prettier": "^3.2.4", + "prettier": "^3.2.5", "prettier-plugin-go-template": "^0.0.15", "prettier-plugin-tailwindcss": "^0.5.11", - "puppeteer": "^21.10.0", + "puppeteer": "^22.0.0", "rimraf": "^5.0.5", "tailwindcss": "^3.4.1", "tw-elements": "1.1.0", @@ -97,6 +97,6 @@ "@headlessui/react": "^1.7.18", "@heroicons/react": "^2.1.1", "@tailwindcss/forms": "^0.5.7", - "commander": "^11.1.0" + "commander": "^12.0.0" } }