Skip to content

Commit

Permalink
Merge pull request #1401 from nunocoracao/dev
Browse files Browse the repository at this point in the history
🔖 v2.65.0
  • Loading branch information
nunocoracao authored Apr 12, 2024
2 parents a145cf5 + 882f773 commit f06bcb2
Show file tree
Hide file tree
Showing 71 changed files with 256 additions and 246 deletions.
316 changes: 163 additions & 153 deletions assets/css/compiled/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Refer to the theme docs for more details about each of these parameters.
# https://blowfish.page/docs/getting-started/

theme = "blowfish"
# theme = "blowfish" # UNCOMMENT THIS LINE
# baseURL = "https://your_domain.com/"
defaultContentLanguage = "en"

Expand Down
2 changes: 1 addition & 1 deletion exampleSite/config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
theme = "blowfish"
baseURL = "https://localhost:1313"
defaultContentLanguage = "en"
disableLanguages = ['it'] #to allow translation work requiring shipping to production
disableLanguages = [] #to allow translation work requiring shipping to production

# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles

Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/docs/getting-started/index.it.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Per iniziare"
date: 2020-08-15
draft: false
description: "Tutte le variabili del front matter sono disponibili in Blowfish.
description: "Tutte le variabili del front matter sono disponibili in Blowfish."
slug: "per-iniziare"
tags: ["installazione", "documenti"]
series: ["Documentazione"]
Expand Down
14 changes: 7 additions & 7 deletions exampleSite/content/docs/installation/index.it.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Ecco un rapido video che ti mostra quanto sia veloce iniziare a utilizzare Blowf

<iframe width="100%" height="350" src="https://www.youtube.com/embed/SgXhGb-7QbU?si=ce44baicuQ6zMeXz" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

### Installazione Manuale
### Installazione senza CLI

#### Crea un novo sito

Expand All @@ -72,7 +72,7 @@ Esistono diversi modi per installare il tema Blowfish nel proprio sito web Hugo.

Se non sei sicuro, scegli il metodo Git submodule.

##### Installazione usando Git
#### Installazione usando Git

Questo è il metodo piu facile e veloce per mantere il tema aggiornato. Oltre **Hugo** e **Go**, dovrai assicurarti di avere **Git** installato nel tuo local machine.

Expand All @@ -86,7 +86,7 @@ git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blo

poi continua a [impostare i file di configurazione del tema](#set-up-theme-configuration-files).

##### Installazione usando Hugo
#### Installazione usando Hugo

Per questo metodo utilizzerai Hugo per gestire i tuoi temi. Hugo utilizza **Go** per inizializzare e gestire i moduli, quindi assicurati di aver installato `go` prima di procedere.

Expand Down Expand Up @@ -116,7 +116,7 @@ Per questo metodo utilizzerai Hugo per gestire i tuoi temi. Hugo utilizza **Go**
4. Avvia il tuo server utilizzando `hugo server` e il tema verrà scaricato automaticamente.
5. Continua con [impostare i file di configurazione del tema](#set-up-theme-configuration-files).

##### Installazione manuale
#### Installazione manuale
1. Scarica l'ultima versione del codice sorgente del tema.
{{< button href="https://github.com/nunocoracao/blowfish/releases/latest" target="_blank" >}}Scarica da Github{{< /button >}}
Expand All @@ -127,7 +127,7 @@ Per questo metodo utilizzerai Hugo per gestire i tuoi temi. Hugo utilizza **Go**
#### Imposta i file di configurazione del tema
Nella cartella principale del tuo sito web, elimina il file `config.toml` generato da Hugo. Copia i file di configurazione `*.toml` dal tema nella tua cartella `config/_default/`. Ciò ti garantirà di avere tutte le impostazioni corrette del tema e ti consentirà di personalizzare facilmente il tema in base alle tue esigenze.
Nella cartella principale del tuo sito web, elimina il file `hugo.toml` generato da Hugo. Copia i file di configurazione `*.toml` dal tema nella tua cartella `config/_default/`. Ciò ti garantirà di avere tutte le impostazioni corrette del tema e ti consentirà di personalizzare facilmente il tema in base alle tue esigenze.
{{< alert >}}
**Note:** Non dovresti sovrascrivere il file `module.toml` se ne esiste già uno nel tuo progetto!
Expand All @@ -142,7 +142,7 @@ Una volta che hai copiato i file, la tua cartella delle configurazioni dovrebbe
```shell
config/_default/
├─ config.toml
├─ hugo.toml
├─ languages.en.toml
├─ markup.toml
├─ menus.en.toml
Expand All @@ -151,7 +151,7 @@ config/_default/
```
{{< alert >}}
**Importante:** Se non hai utilizzato Hugo Modules per installare Blowfish, devi aggiungere la riga `theme = "blowfish"` all'inizio del tuo file `config.toml`.
**Importante:** Se non hai utilizzato Hugo Modules per installare Blowfish, devi aggiungere la riga `theme = "blowfish"` all'inizio del tuo file `hugo.toml`.
{{< /alert >}}

### Passo successivo
Expand Down
14 changes: 7 additions & 7 deletions exampleSite/content/docs/installation/index.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Here's a quick video of how fast it is to get started with Blowfish using the CL

<iframe width="100%" height="350" src="https://www.youtube.com/embed/SgXhGb-7QbU?si=ce44baicuQ6zMeXz" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

### Install Manually
### Install without CLI

#### Create a new site

Expand All @@ -73,7 +73,7 @@ There several different ways to install the Blowfish theme into your Hugo websit

If you're unsure, choose the Git submodule method.

##### Install using git
#### Install using git

This method is the quickest and easiest for keeping the theme up-to-date. Besides **Hugo** and **Go**, you'll also need to ensure you have **Git** installed on your local machine.

Expand All @@ -87,7 +87,7 @@ git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blo

Then continue to [set up the theme configuration files](#set-up-theme-configuration-files).

##### Install using Hugo
#### Install using Hugo

For this method you'll use Hugo to manage your themes. Hugo uses **Go** to initialise and manage modules so you need to ensure you have `go` installed before proceeding.

Expand Down Expand Up @@ -117,7 +117,7 @@ For this method you'll use Hugo to manage your themes. Hugo uses **Go** to initi
4. Start your server using `hugo server` and the theme will be downloaded automatically.
5. Continue to [set up the theme configuration files](#set-up-theme-configuration-files).

##### Install manually
#### Install manually

1. Download the latest release of the theme source code.

Expand All @@ -128,7 +128,7 @@ For this method you'll use Hugo to manage your themes. Hugo uses **Go** to initi
#### Set up theme configuration files
In the root folder of your website, delete the `config.toml` file that was generated by Hugo. Copy the `*.toml` config files from the theme into your `config/_default/` folder. This will ensure you have all the correct theme settings and will enable you to easily customise the theme to your needs.
In the root folder of your website, delete the `hugo.toml` file that was generated by Hugo. Copy the `*.toml` config files from the theme into your `config/_default/` folder. This will ensure you have all the correct theme settings and will enable you to easily customise the theme to your needs.
{{< alert >}}
**Note:** You should not overwrite the `module.toml` file if one already exists in your project!
Expand All @@ -143,7 +143,7 @@ Once you've copied the files, your config folder should look like this:

```shell
config/_default/
├─ config.toml
├─ hugo.toml
├─ languages.en.toml
├─ markup.toml
├─ menus.en.toml
Expand All @@ -152,7 +152,7 @@ config/_default/
```

{{< alert >}}
**Important:** If you didn't use Hugo Modules to install Blowfish, you must add the line `theme = "blowfish"` to the top of your `config.toml` file.
**Important:** If you didn't use Hugo Modules to install Blowfish, you must add the line `theme = "blowfish"` to the top of your `hugo.toml` file.
{{< /alert >}}
### Next steps
Expand Down
14 changes: 7 additions & 7 deletions exampleSite/content/docs/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Here's a quick video of how fast it is to get started with Blowfish using the CL

<iframe width="100%" height="350" src="https://www.youtube.com/embed/SgXhGb-7QbU?si=ce44baicuQ6zMeXz" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

### Install Manually
### Install without CLI

#### Create a new site

Expand All @@ -73,7 +73,7 @@ There several different ways to install the Blowfish theme into your Hugo websit

If you're unsure, choose the Git submodule method.

##### Install using git
#### Install using git

This method is the quickest and easiest for keeping the theme up-to-date. Besides **Hugo** and **Go**, you'll also need to ensure you have **Git** installed on your local machine.

Expand All @@ -87,7 +87,7 @@ git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blo

Then continue to [set up the theme configuration files](#set-up-theme-configuration-files).

##### Install using Hugo
#### Install using Hugo

For this method you'll use Hugo to manage your themes. Hugo uses **Go** to initialise and manage modules so you need to ensure you have `go` installed before proceeding.

Expand Down Expand Up @@ -117,7 +117,7 @@ For this method you'll use Hugo to manage your themes. Hugo uses **Go** to initi
4. Start your server using `hugo server` and the theme will be downloaded automatically.
5. Continue to [set up the theme configuration files](#set-up-theme-configuration-files).

##### Install manually
#### Install manually

1. Download the latest release of the theme source code.

Expand All @@ -128,7 +128,7 @@ For this method you'll use Hugo to manage your themes. Hugo uses **Go** to initi
#### Set up theme configuration files
In the root folder of your website, delete the `config.toml` file that was generated by Hugo. Copy the `*.toml` config files from the theme into your `config/_default/` folder. This will ensure you have all the correct theme settings and will enable you to easily customise the theme to your needs.
In the root folder of your website, delete the `hugo.toml` file that was generated by Hugo. Copy the `*.toml` config files from the theme into your `config/_default/` folder. This will ensure you have all the correct theme settings and will enable you to easily customise the theme to your needs.
{{< alert >}}
**Note:** You should not overwrite the `module.toml` file if one already exists in your project!
Expand All @@ -143,7 +143,7 @@ Once you've copied the files, your config folder should look like this:

```shell
config/_default/
├─ config.toml
├─ hugo.toml
├─ languages.en.toml
├─ markup.toml
├─ menus.en.toml
Expand All @@ -152,7 +152,7 @@ config/_default/
```

{{< alert >}}
**Important:** If you didn't use Hugo Modules to install Blowfish, you must add the line `theme = "blowfish"` to the top of your `config.toml` file.
**Important:** If you didn't use Hugo Modules to install Blowfish, you must add the line `theme = "blowfish"` to the top of your `hugo.toml` file.
{{< /alert >}}
### Next steps
Expand Down
14 changes: 7 additions & 7 deletions exampleSite/content/docs/installation/index.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ blowfish-tools new mynewsite

<iframe width="100%" height="350" src="https://www.youtube.com/embed/SgXhGb-7QbU?si=ce44baicuQ6zMeXz" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

### 手动安装
### 无需 CLI 的安装

#### 创建新站点

Expand All @@ -72,7 +72,7 @@ blowfish-tools new mynewsite

如果你不确定用哪一个,请直接选择 Git 子模块的方式。

##### 使用 Git 子模块安装
#### 使用 Git 子模块安装

这个方法可以保证主题简单且快速地安装和更新。除了 **Hugo****Go**,你还需要确保本地机器安装了 **Git**

Expand All @@ -86,7 +86,7 @@ git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blo

然后 [设置主题的配置文件](#set-up-theme-configuration-files)

##### 使用 Hugo 模板安装
#### 使用 Hugo 模板安装

这种方法是使用 Hugo 来管理你的主题,Hugo 使用 **Go** 来初始化和管理模块,所以首先需要确保已经安装了`go`

Expand Down Expand Up @@ -116,7 +116,7 @@ git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blo
4. 使用`hugo server` 命令后,主题将会自动下载。
5. 然后 [设置主题的配置文件](#set-up-theme-configuration-files).

##### 手动复制文件
#### 手动复制文件

1. 下载最新的主题源码。

Expand All @@ -127,7 +127,7 @@ git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blo

#### 设置主题的配置文件

在你的网站根目录中,删除 Hugo 自动生成的 `config.toml` 文件。从主题中复制 `*.toml` 文件,粘贴到 `config/_default/` 目录中。这将确保你的主题设置准确无误,在此基础上你能够轻松地自定义主题。
在你的网站根目录中,删除 Hugo 自动生成的 `hugo.toml` 文件。从主题中复制 `*.toml` 文件,粘贴到 `config/_default/` 目录中。这将确保你的主题设置准确无误,在此基础上你能够轻松地自定义主题。

{{< alert >}}
**注意:** 如果项目中已经存在 `module.toml` 文件,请不要覆盖它!
Expand All @@ -142,7 +142,7 @@ git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blo

```shell
config/_default/
├─ config.toml
├─ hugo.toml
├─ languages.en.toml
├─ markup.toml
├─ menus.en.toml
Expand All @@ -151,7 +151,7 @@ config/_default/
```

{{< alert >}}
**重要:** 如果你没有使用 Hugo 模块安装 Blowfish,那么你必须在 `config.toml` 文件中添加 `theme = "blowfish"`
**重要:** 如果你没有使用 Hugo 模块安装 Blowfish,那么你必须在 `hugo.toml` 文件中添加 `theme = "blowfish"`
{{< /alert >}}

### 下一步
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/docs/shortcodes/index.it.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ This is an error!
**Example:**

```md
{{</* article link="/docs/welcome/" */>}}
{{</* article link="/it/docs/welcome/" */>}}
```

{{< article link="/docs/welcome/" >}}
{{< article link="/it/docs/welcome/" >}}

<br/><br/><br/>

Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/docs/shortcodes/index.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ This is an error!
**Example:**

```md
{{</* article link="/docs/welcome/" */>}}
{{</* article link="/ja/docs/welcome/" */>}}
```

{{< article link="/docs/welcome/" >}}
{{< article link="/ja/docs/welcome/" >}}

<br/><br/><br/>

Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/docs/shortcodes/index.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ This is an error!
**例如:**

```md
{{</* article link="/docs/welcome/" */>}}
{{</* article link="/zh-cn/docs/welcome/" */>}}
```

{{< article link="/docs/welcome/" >}}
{{< article link="/zh-cn/docs/welcome/" >}}

<br/><br/><br/>

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.
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/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.
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.
Binary file modified exampleSite/content/users/Mare_Infinitus/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/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.
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/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.
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.
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.
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.
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.
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.
Binary file modified exampleSite/content/users/dizzytech.de/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 added exampleSite/content/users/eallion.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
@@ -1,8 +1,8 @@
---
title: "fwzyrln_"
tags: [Home page personale, Blog]
externalUrl: "https://fauziralpiandi.github.io"
date: 9922-08-08
title: "eallion.com"
tags: [Blog, Sito personale]
externalUrl: "http://www.eallion.com/"
date: 9919-08-08
showDate: false
showAuthor: false
showReadingTime: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "fwzyrln_"
tags: [個人ホームページ, ブログ]
externalUrl: "https://fauziralpiandi.github.io"
date: 9922-08-08
title: "eallion.com"
tags: [ブログ, 個人サイト]
externalUrl: "http://www.eallion.com/"
date: 9919-08-08
showDate: false
showAuthor: false
showReadingTime: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "fwzyrln_"
tags: [Personal Homepage,Blog]
externalUrl: "https://fauziralpiandi.github.io"
date: 9922-08-08
title: "eallion.com"
tags: [Blog,Personal Site]
externalUrl: "http://www.eallion.com/"
date: 9919-08-08
showDate: false
showAuthor: false
showReadingTime: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "fwzyrln_"
tags: [个人主页, 博客]
externalUrl: "https://fauziralpiandi.github.io"
date: 9922-08-08
title: "eallion.com"
tags: [博客, 个人网站]
externalUrl: "http://www.eallion.com/"
date: 9919-08-08
showDate: false
showAuthor: false
showReadingTime: false
Expand Down
Binary file modified exampleSite/content/users/ekwska.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/fugugames.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 removed exampleSite/content/users/fwzyrln_/feature.jpg
Binary file not shown.
Binary file modified exampleSite/content/users/georgiancodeclub.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/gma.name/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/halcyonstraits.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/hyperbowl3d.com/feature.jpg
2 changes: 1 addition & 1 deletion exampleSite/content/users/hyperbowl3d.com/index.it.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "hyperbowl3d.com"
tags: [Sito di giochi]
tags: [Sito di gioco]
externalUrl: "https://hyperbowl3d.com/"
date: 9968-08-08
showDate: false
Expand Down
Binary file modified exampleSite/content/users/innerknowing/feature.jpg
Binary file modified exampleSite/content/users/jamiemoxon.tech/feature.jpg
Binary file modified exampleSite/content/users/jundimubarok.com/feature.jpg
Binary file modified exampleSite/content/users/karlukle.site/feature.jpg
Binary file modified exampleSite/content/users/loisvelasco.is-a.dev/feature.jpg
Binary file modified exampleSite/content/users/m3upt.com/feature.jpg
Binary file modified exampleSite/content/users/marupanda.art-marucomics/feature.jpg
Binary file modified exampleSite/content/users/mayer.life/feature.jpg
Binary file modified exampleSite/content/users/n9o.xyz/feature.jpg
Binary file modified exampleSite/content/users/nick.bouwhuis.net/feature.jpg
Binary file modified exampleSite/content/users/nikarashihatsu.github.io/feature.jpg
Binary file modified exampleSite/content/users/niklas-hartmann-dev.de/feature.jpg
Binary file modified exampleSite/content/users/ohdmire.github.io/feature.jpg
Binary file modified exampleSite/content/users/rdgo.dev/feature.jpg
Binary file modified exampleSite/content/users/rejowski.xyz/feature.jpg
Binary file modified exampleSite/content/users/ricklan.photography/feature.jpg
Binary file modified exampleSite/content/users/scottmckendry.tech/feature.jpg
Binary file modified exampleSite/content/users/sdehm.dev/feature.jpg
Binary file modified exampleSite/content/users/talkdimsum.com/feature.jpg
Binary file modified exampleSite/content/users/technicaldc.github.io/feature.jpg
Binary file modified exampleSite/content/users/the-maze.net/feature.jpg
Binary file modified exampleSite/content/users/theindiecoder.cloud/feature.jpg
Binary file modified exampleSite/content/users/todreamr.github.io/feature.jpg
Loading

0 comments on commit f06bcb2

Please sign in to comment.