Skip to content

Commit

Permalink
Merge pull request #1213 from nunocoracao/dev
Browse files Browse the repository at this point in the history
🔖 v2.55.0
  • Loading branch information
nunocoracao authored Feb 10, 2024
2 parents ddf79f4 + 353f438 commit c77c69d
Show file tree
Hide file tree
Showing 148 changed files with 282 additions and 246 deletions.
4 changes: 2 additions & 2 deletions exampleSite/content/docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`. |
Expand Down Expand Up @@ -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. |
Expand Down
2 changes: 2 additions & 0 deletions exampleSite/content/docs/front-matter/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
20 changes: 10 additions & 10 deletions exampleSite/content/docs/shortcodes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,18 +127,18 @@ Call to action
<!-- prettier-ignore-start -->
| 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) |
<!-- prettier-ignore-end -->

**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}" */>}}
```

{{< 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

Expand Down Expand Up @@ -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.

<!-- prettier-ignore-start -->
| 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/` |
<!-- prettier-ignore-end -->

Expand Down Expand Up @@ -385,9 +385,9 @@ The `keyword` component can be used to visually highlight certain important word


<!-- prettier-ignore-start -->
| Parameter | Description |
| ----------- | -------------------------------------------- |
| `icon` | Optional icon to be used in the keyword |
| Parameter | Description |
| --------- | --------------------------------------- |
| `icon` | Optional icon to be used in the keyword |
<!-- prettier-ignore-end -->

The input is written in Markdown so you can format it however you please.
Expand Down Expand Up @@ -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 |

<!-- prettier-ignore-end -->
Expand Down
Binary file modified exampleSite/content/users/50-nuances-octets.fr/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion exampleSite/content/users/50-nuances-octets.fr/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/BoringTech.net/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion exampleSite/content/users/BoringTech.net/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/DXPetti.com/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion exampleSite/content/users/DXPetti.com/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/adilhyz.github.io/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion exampleSite/content/users/adilhyz.github.io/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/adir1.com/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified exampleSite/content/users/alanctanner.com/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified exampleSite/content/users/albertolvera.com/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified exampleSite/content/users/alejandro-ao.com/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified exampleSite/content/users/alxhslm.github.io/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion exampleSite/content/users/alxhslm.github.io/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/asterisk.lol/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion exampleSite/content/users/asterisk.lol/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/bbagwang.com/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion exampleSite/content/users/bbagwang.com/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/binarydigit.cafe/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion exampleSite/content/users/binarydigit.cafe/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/blastomussa.dev/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified exampleSite/content/users/blog.enmanuelmoreira.com/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/blog.muffn.io/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified exampleSite/content/users/blog.stonegarden.dev/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion exampleSite/content/users/blog.stonegarden.dev/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/brendanwallace.github.io/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified exampleSite/content/users/cdell.io/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified exampleSite/content/users/chris.banes.dev/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified exampleSite/content/users/ciicadalab.github.io/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified exampleSite/content/users/clemsau.com/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion exampleSite/content/users/clemsau.com/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/code-chimp.com/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified exampleSite/content/users/ctulhu.me/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion exampleSite/content/users/ctulhu.me/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/cuttontail.blog/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified exampleSite/content/users/datatodroids.tech/feature.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion exampleSite/content/users/datatodroids.tech/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/deepumohan.com-tech/feature.jpg
2 changes: 1 addition & 1 deletion exampleSite/content/users/deepumohan.com-tech/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/dizzytech.de/feature.jpg
Binary file modified exampleSite/content/users/ekwska.com/feature.jpg
2 changes: 1 addition & 1 deletion exampleSite/content/users/ekwska.com/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/fahru.my.id/feature.jpg
Binary file modified exampleSite/content/users/fm126.top/feature.jpg
2 changes: 1 addition & 1 deletion exampleSite/content/users/fm126.top/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/fugugames.com/feature.jpg
Binary file modified exampleSite/content/users/georgiancodeclub.github.io/feature.jpg
Binary file modified exampleSite/content/users/gma.name/feature.jpg
2 changes: 1 addition & 1 deletion exampleSite/content/users/gma.name/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/halcyonstraits.com/feature.jpg
2 changes: 1 addition & 1 deletion exampleSite/content/users/halcyonstraits.com/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Diff not rendered.
13 changes: 0 additions & 13 deletions exampleSite/content/users/hellstabber.github.io/index.md

This file was deleted.

Binary file modified exampleSite/content/users/hyperbowl3d.com/feature.jpg
Binary file modified exampleSite/content/users/insidemordecai.com/feature.jpg
Binary file modified exampleSite/content/users/jam.dsg.li/feature.jpg
Binary file removed exampleSite/content/users/jamesdixon.dev/feature.jpg
Diff not rendered.
13 changes: 0 additions & 13 deletions exampleSite/content/users/jamesdixon.dev/index.md

This file was deleted.

Binary file modified exampleSite/content/users/jamiemoxon.tech/feature.jpg
2 changes: 1 addition & 1 deletion exampleSite/content/users/jamiemoxon.tech/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/jeknom.github.io/feature.jpg
Binary file modified exampleSite/content/users/joush007.github.io/feature.jpg
2 changes: 1 addition & 1 deletion exampleSite/content/users/joush007.github.io/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified exampleSite/content/users/jundimubarok.com/feature.jpg
Loading

0 comments on commit c77c69d

Please sign in to comment.