Compare commits
44 commits
4de04aec44
...
c2db79ee4b
Author | SHA1 | Date | |
---|---|---|---|
|
c2db79ee4b | ||
|
fec955c0b6 | ||
|
2ee519e779 | ||
|
738f136984 | ||
|
155c750026 | ||
|
5dabf59887 | ||
|
17e4692174 | ||
|
a0b1f2d6bd | ||
|
fc2c99de42 | ||
|
118d021a69 | ||
|
6dd2640439 | ||
|
884c6d5bc9 | ||
|
d3cdb21cf2 | ||
|
08525e6829 | ||
|
cbf083ff9a | ||
|
d8f5fb6213 | ||
|
c842d11364 | ||
|
ea0a500139 | ||
|
76d9e284a7 | ||
|
6345645094 | ||
|
84dcb63a65 | ||
|
5dc59aefbd | ||
|
c6f1ea85f7 | ||
|
9353b468bd | ||
|
0e48700847 | ||
|
234fdf8f3b | ||
|
c881801600 | ||
|
a0ab030937 | ||
|
e6a00754eb | ||
|
ef37c92237 | ||
|
bbd36a2ef7 | ||
|
9e8b165eb9 | ||
|
317cd183b1 | ||
|
18f17a9c51 | ||
|
ec91103321 | ||
|
9b5339db57 | ||
|
8534ee5e65 | ||
|
81a2aa35f9 | ||
|
8e67e8e55f | ||
|
bc290dcc6c | ||
|
77fcb98e75 | ||
|
471704ebe8 | ||
|
b07ba75916 | ||
|
52d6eb7bb1 |
8
assets/lib/mermaid/mermaid.min.js
vendored
|
@ -2,4 +2,4 @@
|
||||||
[module.hugoVersion]
|
[module.hugoVersion]
|
||||||
extended = true
|
extended = true
|
||||||
min = "0.87.0"
|
min = "0.87.0"
|
||||||
max = "0.134.3"
|
max = "0.135.0"
|
|
@ -10,7 +10,6 @@ disableLanguages = [] #to allow translation work requiring shipping to productio
|
||||||
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
||||||
|
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
paginate = 100
|
|
||||||
summaryLength = 30
|
summaryLength = 30
|
||||||
hasCJKLanguage = true
|
hasCJKLanguage = true
|
||||||
|
|
||||||
|
@ -21,6 +20,9 @@ enableEmoji = true
|
||||||
|
|
||||||
googleAnalytics = "G-PEDMYR1V0K"
|
googleAnalytics = "G-PEDMYR1V0K"
|
||||||
|
|
||||||
|
[pagination]
|
||||||
|
pagerSize = 100
|
||||||
|
|
||||||
[imaging]
|
[imaging]
|
||||||
anchor = 'Center'
|
anchor = 'Center'
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ Tieni presente che i nomi delle variabili forniti in questa tabella utilizzano i
|
||||||
| `baseURL` | _Not set_ | The URL to the root of the website. |
|
| `baseURL` | _Not set_ | The URL to the root of the website. |
|
||||||
| `defaultContentLanguage` | `"en"` | This value determines the default language of theme components and content. Refer to the [language and i18n](#language-and-i18n) section below for supported language codes. |
|
| `defaultContentLanguage` | `"en"` | This value determines the default language of theme components and content. Refer to the [language and i18n](#language-and-i18n) section below for supported language codes. |
|
||||||
| `enableRobotsTXT` | `true` | Se abilitato, verrà creato un file "robots.txt" nella radice del sito che consentirà ai motori di ricerca di eseguire la scansione dell'intero sito. Se preferisci fornire il tuo file `robots.txt` predefinito, impostalo su `false` e posiziona il file nella directory `static`. Per un controllo completo, puoi fornire un [layout personalizzato]({{< ref "content-examples#custom-layouts" >}}) per generare questo file. |
|
| `enableRobotsTXT` | `true` | Se abilitato, verrà creato un file "robots.txt" nella radice del sito che consentirà ai motori di ricerca di eseguire la scansione dell'intero sito. Se preferisci fornire il tuo file `robots.txt` predefinito, impostalo su `false` e posiziona il file nella directory `static`. Per un controllo completo, puoi fornire un [layout personalizzato]({{< ref "content-examples#custom-layouts" >}}) per generare questo file. |
|
||||||
| `paginate` | `10` | Il numero di articoli elencati in ciascuna pagina dell'elenco degli articoli. |
|
| `pagination.pagerSize` | `10` | Il numero di articoli elencati in ciascuna pagina dell'elenco degli articoli. |
|
||||||
| `summaryLength` | `0` | Il numero di parole utilizzate per generare il riepilogo dell'articolo quando non ne viene fornita una nella [front matter]({{< ref "front-matter" >}}). Un valore pari a "0" utilizzerà la prima frase. Questo valore non ha effetto quando i riepiloghi sono nascosti. |
|
| `summaryLength` | `0` | Il numero di parole utilizzate per generare il riepilogo dell'articolo quando non ne viene fornita una nella [front matter]({{< ref "front-matter" >}}). Un valore pari a "0" utilizzerà la prima frase. Questo valore non ha effetto quando i riepiloghi sono nascosti. |
|
||||||
| `outputs.home` | `["HTML", "RSS", "JSON"]` | I formati di output generati per il sito. Blowfish richiede HTML, RSS e JSON affinché tutti i componenti del tema funzionino correttamente. |
|
| `outputs.home` | `["HTML", "RSS", "JSON"]` | I formati di output generati per il sito. Blowfish richiede HTML, RSS e JSON affinché tutti i componenti del tema funzionino correttamente. |
|
||||||
| `permalinks` | _Not set_ | Fare riferimento alla [documentazione di Hugo](https://gohugo.io/content-management/urls/#permalinks) per la configurazione del permalink. |
|
| `permalinks` | _Not set_ | Fare riferimento alla [documentazione di Hugo](https://gohugo.io/content-management/urls/#permalinks) per la configurazione del permalink. |
|
||||||
|
@ -72,6 +72,7 @@ Il tema attualmente supporta le seguenti lingue per impostazione predefinita:
|
||||||
| Czech | `cs` |
|
| Czech | `cs` |
|
||||||
| German | `de` |
|
| German | `de` |
|
||||||
| English | `en` |
|
| English | `en` |
|
||||||
|
| Esperanto | `eo` |
|
||||||
| Spanish (Spain) | `es` |
|
| Spanish (Spain) | `es` |
|
||||||
| Finnish | `fi` |
|
| Finnish | `fi` |
|
||||||
| French | `fr` |
|
| French | `fr` |
|
||||||
|
|
|
@ -43,7 +43,7 @@ Note that the variable names provided in this table use dot notation to simplify
|
||||||
| `baseURL` | _Not set_ | The URL to the root of the website. |
|
| `baseURL` | _Not set_ | The URL to the root of the website. |
|
||||||
| `defaultContentLanguage` | `"en"` | This value determines the default language of theme components and content. Refer to the [language and i18n](#language-and-i18n) section below for supported language codes. |
|
| `defaultContentLanguage` | `"en"` | This value determines the default language of theme components and content. Refer to the [language and i18n](#language-and-i18n) section below for supported language codes. |
|
||||||
| `enableRobotsTXT` | `true` | When enabled, a `robots.txt` file will be created in the site root that allows search engines to crawl the entire site. If you prefer to provide your own pre-made `robots.txt`, set to `false` and place your file in the `static` directory. For complete control, you may provide a [custom layout]({{< ref "content-examples#custom-layouts" >}}) to generate this file. |
|
| `enableRobotsTXT` | `true` | When enabled, a `robots.txt` file will be created in the site root that allows search engines to crawl the entire site. If you prefer to provide your own pre-made `robots.txt`, set to `false` and place your file in the `static` directory. For complete control, you may provide a [custom layout]({{< ref "content-examples#custom-layouts" >}}) to generate this file. |
|
||||||
| `paginate` | `10` | The number of articles listed on each page of the article listing. |
|
| `pagination.pagerSize` | `10` | The number of articles listed on each page of the article listing. |
|
||||||
| `summaryLength` | `0` | The number of words that are used to generate the article summary when one is not provided in the [front matter]({{< ref "front-matter" >}}). A value of `0` will use the first sentence. This value has no effect when summaries are hidden. |
|
| `summaryLength` | `0` | The number of words that are used to generate the article summary when one is not provided in the [front matter]({{< ref "front-matter" >}}). A value of `0` will use the first sentence. This value has no effect when summaries are hidden. |
|
||||||
| `outputs.home` | `["HTML", "RSS", "JSON"]` | The output formats that are generated for the site. Blowfish requires HTML, RSS and JSON for all theme components to work correctly. |
|
| `outputs.home` | `["HTML", "RSS", "JSON"]` | The output formats that are generated for the site. Blowfish requires HTML, RSS and JSON for all theme components to work correctly. |
|
||||||
| `permalinks` | _Not set_ | Refer to the [Hugo docs](https://gohugo.io/content-management/urls/#permalinks) for permalink configuration. |
|
| `permalinks` | _Not set_ | Refer to the [Hugo docs](https://gohugo.io/content-management/urls/#permalinks) for permalink configuration. |
|
||||||
|
@ -71,6 +71,7 @@ The theme currently supports the following languages by default:
|
||||||
| Czech | `cs` |
|
| Czech | `cs` |
|
||||||
| German | `de` |
|
| German | `de` |
|
||||||
| English | `en` |
|
| English | `en` |
|
||||||
|
| Esperanto | `eo` |
|
||||||
| Spanish (Spain) | `es` |
|
| Spanish (Spain) | `es` |
|
||||||
| Finnish | `fi` |
|
| Finnish | `fi` |
|
||||||
| French | `fr` |
|
| French | `fr` |
|
||||||
|
|
|
@ -43,7 +43,7 @@ Note that the variable names provided in this table use dot notation to simplify
|
||||||
| `baseURL` | _Not set_ | The URL to the root of the website. |
|
| `baseURL` | _Not set_ | The URL to the root of the website. |
|
||||||
| `defaultContentLanguage` | `"en"` | This value determines the default language of theme components and content. Refer to the [language and i18n](#language-and-i18n) section below for supported language codes. |
|
| `defaultContentLanguage` | `"en"` | This value determines the default language of theme components and content. Refer to the [language and i18n](#language-and-i18n) section below for supported language codes. |
|
||||||
| `enableRobotsTXT` | `true` | When enabled, a `robots.txt` file will be created in the site root that allows search engines to crawl the entire site. If you prefer to provide your own pre-made `robots.txt`, set to `false` and place your file in the `static` directory. For complete control, you may provide a [custom layout]({{< ref "content-examples#custom-layouts" >}}) to generate this file. |
|
| `enableRobotsTXT` | `true` | When enabled, a `robots.txt` file will be created in the site root that allows search engines to crawl the entire site. If you prefer to provide your own pre-made `robots.txt`, set to `false` and place your file in the `static` directory. For complete control, you may provide a [custom layout]({{< ref "content-examples#custom-layouts" >}}) to generate this file. |
|
||||||
| `paginate` | `10` | The number of articles listed on each page of the article listing. |
|
| `pagination.pagerSize` | `10` | The number of articles listed on each page of the article listing. |
|
||||||
| `summaryLength` | `0` | The number of words that are used to generate the article summary when one is not provided in the [front matter]({{< ref "front-matter" >}}). A value of `0` will use the first sentence. This value has no effect when summaries are hidden. |
|
| `summaryLength` | `0` | The number of words that are used to generate the article summary when one is not provided in the [front matter]({{< ref "front-matter" >}}). A value of `0` will use the first sentence. This value has no effect when summaries are hidden. |
|
||||||
| `outputs.home` | `["HTML", "RSS", "JSON"]` | The output formats that are generated for the site. Blowfish requires HTML, RSS and JSON for all theme components to work correctly. |
|
| `outputs.home` | `["HTML", "RSS", "JSON"]` | The output formats that are generated for the site. Blowfish requires HTML, RSS and JSON for all theme components to work correctly. |
|
||||||
| `permalinks` | _Not set_ | Refer to the [Hugo docs](https://gohugo.io/content-management/urls/#permalinks) for permalink configuration. |
|
| `permalinks` | _Not set_ | Refer to the [Hugo docs](https://gohugo.io/content-management/urls/#permalinks) for permalink configuration. |
|
||||||
|
@ -71,6 +71,7 @@ The theme currently supports the following languages by default:
|
||||||
| Czech | `cs` |
|
| Czech | `cs` |
|
||||||
| German | `de` |
|
| German | `de` |
|
||||||
| English | `en` |
|
| English | `en` |
|
||||||
|
| Esperanto | `eo` |
|
||||||
| Spanish (Spain) | `es` |
|
| Spanish (Spain) | `es` |
|
||||||
| Finnish | `fi` |
|
| Finnish | `fi` |
|
||||||
| French | `fr` |
|
| French | `fr` |
|
||||||
|
|
|
@ -44,7 +44,7 @@ Blowfish 主题支持了 Hugo 框架中定义的所有标准配置变量。但
|
||||||
| `baseURL` | 无 | 网站 URL 根地址。 |
|
| `baseURL` | 无 | 网站 URL 根地址。 |
|
||||||
| `defaultContentLanguage` | `"en"` | 这个值决定了主题中组件和内容所使用的默认语言。 参考 [语言和 i18n](#language-and-i18n) 部分来了解 blowfish 支持的所有语言代码。 |
|
| `defaultContentLanguage` | `"en"` | 这个值决定了主题中组件和内容所使用的默认语言。 参考 [语言和 i18n](#language-and-i18n) 部分来了解 blowfish 支持的所有语言代码。 |
|
||||||
| `enableRobotsTXT` | `true` | 当开启这个值,`robots.txt` 文件将会被创建在站点根目录, 这将允许搜索引擎抓取整个网站。如果你想要自己提供 `robots.txt`,那么设置这个值为 `false` 并把你的文件放置到 `static` 目录下。 为了实现完全控制,你可以需要提供一个 [自定义布局]({{< ref "content-examples#custom-layouts" >}}) 来生成此文件。 |
|
| `enableRobotsTXT` | `true` | 当开启这个值,`robots.txt` 文件将会被创建在站点根目录, 这将允许搜索引擎抓取整个网站。如果你想要自己提供 `robots.txt`,那么设置这个值为 `false` 并把你的文件放置到 `static` 目录下。 为了实现完全控制,你可以需要提供一个 [自定义布局]({{< ref "content-examples#custom-layouts" >}}) 来生成此文件。 |
|
||||||
| `paginate` | `10` | 定义文章列表中,每页展示的文章数量。 |
|
| `pagination.pagerSize` | `10` | 定义文章列表中,每页展示的文章数量。 |
|
||||||
| `summaryLength` | `0` | 当[扉页参数]({{< ref "front-matter" >}}) 中没有提供文章摘要时,此参数定义了自动生成文章摘要的单词数量。如果值为`0`,则默认使用第一句话作为摘要。当摘要被隐藏,这个值没有任何效果。 |
|
| `summaryLength` | `0` | 当[扉页参数]({{< ref "front-matter" >}}) 中没有提供文章摘要时,此参数定义了自动生成文章摘要的单词数量。如果值为`0`,则默认使用第一句话作为摘要。当摘要被隐藏,这个值没有任何效果。 |
|
||||||
| `outputs.home` | `["HTML", "RSS", "JSON"]` | 为站点自动生成输出格式。Blowfish 要求 HTML、RSS 和 JSON 都需要有,以保证主题组件可以正常运作。 |
|
| `outputs.home` | `["HTML", "RSS", "JSON"]` | 为站点自动生成输出格式。Blowfish 要求 HTML、RSS 和 JSON 都需要有,以保证主题组件可以正常运作。 |
|
||||||
| `permalinks` | 无 | 参考 [Hugo 文档](https://gohugo.io/content-management/urls/#permalinks) 中的自定义文章的固定链接配置。 |
|
| `permalinks` | 无 | 参考 [Hugo 文档](https://gohugo.io/content-management/urls/#permalinks) 中的自定义文章的固定链接配置。 |
|
||||||
|
@ -72,6 +72,7 @@ Blowfish 主题目前默认支持了以下语言:
|
||||||
| Czech | `cs` |
|
| Czech | `cs` |
|
||||||
| German | `de` |
|
| German | `de` |
|
||||||
| English | `en` |
|
| English | `en` |
|
||||||
|
| Esperanto | `eo` |
|
||||||
| Spanish (Spain) | `es` |
|
| Spanish (Spain) | `es` |
|
||||||
| Finnish | `fi` |
|
| Finnish | `fi` |
|
||||||
| French | `fr` |
|
| French | `fr` |
|
||||||
|
|
|
@ -26,7 +26,7 @@ Blowfish è ora multilingue! Una funzionalità molto richiesta. Se pubblichi i t
|
||||||
|
|
||||||
<div class="text-2xl text-center" style="font-size: 2.8rem">:gb: :de: :fr: :es: :cn: :brazil: :tr: :bangladesh:</div>
|
<div class="text-2xl text-center" style="font-size: 2.8rem">:gb: :de: :fr: :es: :cn: :brazil: :tr: :bangladesh:</div>
|
||||||
|
|
||||||
Grazie ai contributi della community, Blowfish è già stato tradotto in [ventisei lingue](https://github.com/nunocoracao/blowfish/tree/main/i18n) e altre verranno aggiunte nel tempo. A proposito, le [richieste pull](https://github.com/nunocoracao/blowfish/pulls) per nuove lingue sono sempre benvenute!
|
Grazie ai contributi della community, Blowfish è già stato tradotto in [trenta lingue](https://github.com/nunocoracao/blowfish/tree/main/i18n) e altre verranno aggiunte nel tempo. A proposito, le [richieste pull](https://github.com/nunocoracao/blowfish/pulls) per nuove lingue sono sempre benvenute!
|
||||||
|
|
||||||
## Supporto per la lingua RTL
|
## Supporto per la lingua RTL
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ A highly requested feature, Blowfish is now multilingual! If you publish your co
|
||||||
|
|
||||||
<div class="text-2xl text-center" style="font-size: 2.8rem">:gb: :de: :fr: :es: :cn: :brazil: :tr: :bangladesh:</div>
|
<div class="text-2xl text-center" style="font-size: 2.8rem">:gb: :de: :fr: :es: :cn: :brazil: :tr: :bangladesh:</div>
|
||||||
|
|
||||||
Thanks to submissions from the community, Blowfish has already been translated into [twenty-six languages](https://github.com/nunocoracao/blowfish/tree/main/i18n) with more to be added over time. By the way, [pull requests](https://github.com/nunocoracao/blowfish/pulls) for new languages are always welcome!
|
Thanks to submissions from the community, Blowfish has already been translated into [thirty languages](https://github.com/nunocoracao/blowfish/tree/main/i18n) with more to be added over time. By the way, [pull requests](https://github.com/nunocoracao/blowfish/pulls) for new languages are always welcome!
|
||||||
|
|
||||||
## RTL language support
|
## RTL language support
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ A highly requested feature, Blowfish is now multilingual! If you publish your co
|
||||||
|
|
||||||
<div class="text-2xl text-center" style="font-size: 2.8rem">:gb: :de: :fr: :es: :cn: :brazil: :tr: :bangladesh:</div>
|
<div class="text-2xl text-center" style="font-size: 2.8rem">:gb: :de: :fr: :es: :cn: :brazil: :tr: :bangladesh:</div>
|
||||||
|
|
||||||
Thanks to submissions from the community, Blowfish has already been translated into [twenty-nine languages](https://github.com/nunocoracao/blowfish/tree/main/i18n) with more to be added over time. By the way, [pull requests](https://github.com/nunocoracao/blowfish/pulls) for new languages are always welcome!
|
Thanks to submissions from the community, Blowfish has already been translated into [thirty languages](https://github.com/nunocoracao/blowfish/tree/main/i18n) with more to be added over time. By the way, [pull requests](https://github.com/nunocoracao/blowfish/pulls) for new languages are always welcome!
|
||||||
|
|
||||||
## RTL language support
|
## RTL language support
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ Tailwind CSS 带来了性能优化,并提供了一些出色的新的 CSS 特
|
||||||
|
|
||||||
<div class="text-2xl text-center" style="font-size: 2.8rem">:gb: :de: :fr: :es: :cn: :brazil: :tr: :bangladesh:</div>
|
<div class="text-2xl text-center" style="font-size: 2.8rem">:gb: :de: :fr: :es: :cn: :brazil: :tr: :bangladesh:</div>
|
||||||
|
|
||||||
感谢社区的贡献,目前 Blowfish 已经翻译成二十六种语言,并且随着时间的推移还会支持更多。 顺便一提,欢迎你为支持新语言提交 [PR](https://github.com/nunocoracao/blowfish/pulls)。
|
感谢社区的贡献,目前 Blowfish 已经翻译成三十种语言,并且随着时间的推移还会支持更多。 顺便一提,欢迎你为支持新语言提交 [PR](https://github.com/nunocoracao/blowfish/pulls)。
|
||||||
|
|
||||||
## 支持 RTL 语言
|
## 支持 RTL 语言
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
|
@ -2,7 +2,7 @@
|
||||||
title: "Adam Madej - Gameplay Animator"
|
title: "Adam Madej - Gameplay Animator"
|
||||||
tags: [Sito portfolio, Blog, Sito personale]
|
tags: [Sito portfolio, Blog, Sito personale]
|
||||||
externalUrl: "http://www.adammadej.com/"
|
externalUrl: "http://www.adammadej.com/"
|
||||||
weight: 741
|
weight: 721
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Adam Madej - Gameplay Animator"
|
title: "Adam Madej - Gameplay Animator"
|
||||||
tags: [ポートフォリオサイト, ブログ, 個人サイト]
|
tags: [ポートフォリオサイト, ブログ, 個人サイト]
|
||||||
externalUrl: "http://www.adammadej.com/"
|
externalUrl: "http://www.adammadej.com/"
|
||||||
weight: 741
|
weight: 721
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Adam Madej - Gameplay Animator"
|
title: "Adam Madej - Gameplay Animator"
|
||||||
tags: [Portfolio Site,Blog,Personal Site]
|
tags: [Portfolio Site,Blog,Personal Site]
|
||||||
externalUrl: "http://www.adammadej.com/"
|
externalUrl: "http://www.adammadej.com/"
|
||||||
weight: 741
|
weight: 721
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Adam Madej - Gameplay Animator"
|
title: "Adam Madej - Gameplay Animator"
|
||||||
tags: [作品集网站, 博客, 个人网站]
|
tags: [作品集网站, 博客, 个人网站]
|
||||||
externalUrl: "http://www.adammadej.com/"
|
externalUrl: "http://www.adammadej.com/"
|
||||||
weight: 741
|
weight: 721
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
|
@ -2,7 +2,7 @@
|
||||||
title: "Beauty Formulation"
|
title: "Beauty Formulation"
|
||||||
tags: [Sito aziendale]
|
tags: [Sito aziendale]
|
||||||
externalUrl: "https://www.beautyformulation.com/"
|
externalUrl: "https://www.beautyformulation.com/"
|
||||||
weight: 811
|
weight: 791
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Beauty Formulation"
|
title: "Beauty Formulation"
|
||||||
tags: [企業サイト]
|
tags: [企業サイト]
|
||||||
externalUrl: "https://www.beautyformulation.com/"
|
externalUrl: "https://www.beautyformulation.com/"
|
||||||
weight: 811
|
weight: 791
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Beauty Formulation"
|
title: "Beauty Formulation"
|
||||||
tags: [Company site]
|
tags: [Company site]
|
||||||
externalUrl: "https://www.beautyformulation.com/"
|
externalUrl: "https://www.beautyformulation.com/"
|
||||||
weight: 811
|
weight: 791
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Beauty Formulation"
|
title: "Beauty Formulation"
|
||||||
tags: [公司网站]
|
tags: [公司网站]
|
||||||
externalUrl: "https://www.beautyformulation.com/"
|
externalUrl: "https://www.beautyformulation.com/"
|
||||||
weight: 811
|
weight: 791
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
|
@ -2,7 +2,7 @@
|
||||||
title: "BoringTech.net"
|
title: "BoringTech.net"
|
||||||
tags: [Sito personale, Blog]
|
tags: [Sito personale, Blog]
|
||||||
externalUrl: "https://boringtech.net/"
|
externalUrl: "https://boringtech.net/"
|
||||||
weight: 611
|
weight: 591
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "BoringTech.net"
|
title: "BoringTech.net"
|
||||||
tags: [個人サイト, ブログ]
|
tags: [個人サイト, ブログ]
|
||||||
externalUrl: "https://boringtech.net/"
|
externalUrl: "https://boringtech.net/"
|
||||||
weight: 611
|
weight: 591
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "BoringTech.net"
|
title: "BoringTech.net"
|
||||||
tags: [Personal Site,Blog]
|
tags: [Personal Site,Blog]
|
||||||
externalUrl: "https://boringtech.net/"
|
externalUrl: "https://boringtech.net/"
|
||||||
weight: 611
|
weight: 591
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "BoringTech.net"
|
title: "BoringTech.net"
|
||||||
tags: [个人网站, 博客]
|
tags: [个人网站, 博客]
|
||||||
externalUrl: "https://boringtech.net/"
|
externalUrl: "https://boringtech.net/"
|
||||||
weight: 611
|
weight: 591
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
Before Width: | Height: | Size: 146 KiB After Width: | Height: | Size: 147 KiB |
|
@ -2,7 +2,7 @@
|
||||||
title: "DXPetti.com"
|
title: "DXPetti.com"
|
||||||
tags: [Sito personale, Blog]
|
tags: [Sito personale, Blog]
|
||||||
externalUrl: "https://www.dxpetti.com/"
|
externalUrl: "https://www.dxpetti.com/"
|
||||||
weight: 651
|
weight: 631
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "DXPetti.com"
|
title: "DXPetti.com"
|
||||||
tags: [個人サイト, ブログ]
|
tags: [個人サイト, ブログ]
|
||||||
externalUrl: "https://www.dxpetti.com/"
|
externalUrl: "https://www.dxpetti.com/"
|
||||||
weight: 651
|
weight: 631
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "DXPetti.com"
|
title: "DXPetti.com"
|
||||||
tags: [Personal site,Blog]
|
tags: [Personal site,Blog]
|
||||||
externalUrl: "https://www.dxpetti.com/"
|
externalUrl: "https://www.dxpetti.com/"
|
||||||
weight: 651
|
weight: 631
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "DXPetti.com"
|
title: "DXPetti.com"
|
||||||
tags: [个人网站, 博客]
|
tags: [个人网站, 博客]
|
||||||
externalUrl: "https://www.dxpetti.com/"
|
externalUrl: "https://www.dxpetti.com/"
|
||||||
weight: 651
|
weight: 631
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 89 KiB |
|
@ -2,7 +2,7 @@
|
||||||
title: "Ignacio Conde"
|
title: "Ignacio Conde"
|
||||||
tags: [Sito personale, Sito portfolio, Sviluppatore di software, Sviluppatore di videogiochi]
|
tags: [Sito personale, Sito portfolio, Sviluppatore di software, Sviluppatore di videogiochi]
|
||||||
externalUrl: "http://www.ignaciomconde.com/"
|
externalUrl: "http://www.ignaciomconde.com/"
|
||||||
weight: 781
|
weight: 761
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Ignacio Conde"
|
title: "Ignacio Conde"
|
||||||
tags: [個人サイト, ポートフォリオサイト, ソフトウェア開発者, ビデオゲーム開発者]
|
tags: [個人サイト, ポートフォリオサイト, ソフトウェア開発者, ビデオゲーム開発者]
|
||||||
externalUrl: "http://www.ignaciomconde.com/"
|
externalUrl: "http://www.ignaciomconde.com/"
|
||||||
weight: 781
|
weight: 761
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Ignacio Conde"
|
title: "Ignacio Conde"
|
||||||
tags: [Personal Site,Portfolio Site,Software Developer,Videogame Developer]
|
tags: [Personal Site,Portfolio Site,Software Developer,Videogame Developer]
|
||||||
externalUrl: "http://www.ignaciomconde.com/"
|
externalUrl: "http://www.ignaciomconde.com/"
|
||||||
weight: 781
|
weight: 761
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Ignacio Conde"
|
title: "Ignacio Conde"
|
||||||
tags: [个人网站, 作品集网站, 软件开发人员, 视频游戏开发商]
|
tags: [个人网站, 作品集网站, 软件开发人员, 视频游戏开发商]
|
||||||
externalUrl: "http://www.ignaciomconde.com/"
|
externalUrl: "http://www.ignaciomconde.com/"
|
||||||
weight: 781
|
weight: 761
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
Before Width: | Height: | Size: 27 KiB |
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
title: "Jinbo Pan - Blog"
|
|
||||||
tags: [Sito personale, Blog, Blog sulla tecnologia]
|
|
||||||
externalUrl: "https://www.panjinbo.com/"
|
|
||||||
weight: 851
|
|
||||||
showDate: false
|
|
||||||
showAuthor: false
|
|
||||||
showReadingTime: false
|
|
||||||
showEdit: false
|
|
||||||
showLikes: false
|
|
||||||
showViews: false
|
|
||||||
layoutBackgroundHeaderSpace: false
|
|
||||||
---
|
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
title: "Jinbo Pan - Blog"
|
|
||||||
tags: [個人サイト, ブログ, テクノロジーブログ]
|
|
||||||
externalUrl: "https://www.panjinbo.com/"
|
|
||||||
weight: 851
|
|
||||||
showDate: false
|
|
||||||
showAuthor: false
|
|
||||||
showReadingTime: false
|
|
||||||
showEdit: false
|
|
||||||
showLikes: false
|
|
||||||
showViews: false
|
|
||||||
layoutBackgroundHeaderSpace: false
|
|
||||||
---
|
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
---
|
|
||||||
title: "Jinbo Pan - Blog"
|
|
||||||
tags: [Personal Site,Blog,Technology Blog]
|
|
||||||
externalUrl: "https://www.panjinbo.com/"
|
|
||||||
weight: 851
|
|
||||||
showDate: false
|
|
||||||
showAuthor: false
|
|
||||||
showReadingTime: false
|
|
||||||
showEdit: false
|
|
||||||
showLikes: false
|
|
||||||
showViews: false
|
|
||||||
layoutBackgroundHeaderSpace: false
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
title: "Jinbo Pan - Blog"
|
|
||||||
tags: [个人网站, 博客, 技术博客]
|
|
||||||
externalUrl: "https://www.panjinbo.com/"
|
|
||||||
weight: 851
|
|
||||||
showDate: false
|
|
||||||
showAuthor: false
|
|
||||||
showReadingTime: false
|
|
||||||
showEdit: false
|
|
||||||
showLikes: false
|
|
||||||
showViews: false
|
|
||||||
layoutBackgroundHeaderSpace: false
|
|
||||||
---
|
|
||||||
|
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 111 KiB |
|
@ -2,7 +2,7 @@
|
||||||
title: "Joshua Blais"
|
title: "Joshua Blais"
|
||||||
tags: [Sito personale, Autore, Giardino digitale]
|
tags: [Sito personale, Autore, Giardino digitale]
|
||||||
externalUrl: "https://joshblais.com/"
|
externalUrl: "https://joshblais.com/"
|
||||||
weight: 801
|
weight: 781
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Joshua Blais"
|
title: "Joshua Blais"
|
||||||
tags: [個人サイト, 著者, デジタルガーデン]
|
tags: [個人サイト, 著者, デジタルガーデン]
|
||||||
externalUrl: "https://joshblais.com/"
|
externalUrl: "https://joshblais.com/"
|
||||||
weight: 801
|
weight: 781
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Joshua Blais"
|
title: "Joshua Blais"
|
||||||
tags: [Personal Site,Author,Digital Garden]
|
tags: [Personal Site,Author,Digital Garden]
|
||||||
externalUrl: "https://joshblais.com/"
|
externalUrl: "https://joshblais.com/"
|
||||||
weight: 801
|
weight: 781
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Joshua Blais"
|
title: "Joshua Blais"
|
||||||
tags: [个人网站, 作者, 数字花园]
|
tags: [个人网站, 作者, 数字花园]
|
||||||
externalUrl: "https://joshblais.com/"
|
externalUrl: "https://joshblais.com/"
|
||||||
weight: 801
|
weight: 781
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 81 KiB |
|
@ -2,7 +2,7 @@
|
||||||
title: "MEM v ENNBEE"
|
title: "MEM v ENNBEE"
|
||||||
tags: [Blog sulla tecnologia, Sito personale]
|
tags: [Blog sulla tecnologia, Sito personale]
|
||||||
externalUrl: "https://memv.ennbee.uk/"
|
externalUrl: "https://memv.ennbee.uk/"
|
||||||
weight: 791
|
weight: 771
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "MEM v ENNBEE"
|
title: "MEM v ENNBEE"
|
||||||
tags: [テクノロジーブログ, 個人サイト]
|
tags: [テクノロジーブログ, 個人サイト]
|
||||||
externalUrl: "https://memv.ennbee.uk/"
|
externalUrl: "https://memv.ennbee.uk/"
|
||||||
weight: 791
|
weight: 771
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "MEM v ENNBEE"
|
title: "MEM v ENNBEE"
|
||||||
tags: [Technology Blog,Personal site]
|
tags: [Technology Blog,Personal site]
|
||||||
externalUrl: "https://memv.ennbee.uk/"
|
externalUrl: "https://memv.ennbee.uk/"
|
||||||
weight: 791
|
weight: 771
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "MEM v ENNBEE"
|
title: "MEM v ENNBEE"
|
||||||
tags: [技术博客, 个人网站]
|
tags: [技术博客, 个人网站]
|
||||||
externalUrl: "https://memv.ennbee.uk/"
|
externalUrl: "https://memv.ennbee.uk/"
|
||||||
weight: 791
|
weight: 771
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
Before Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
|
@ -2,7 +2,7 @@
|
||||||
title: "Middle of Nowhere"
|
title: "Middle of Nowhere"
|
||||||
tags: [Sito personale, Blog]
|
tags: [Sito personale, Blog]
|
||||||
externalUrl: "https://blog.wtcx.dev/"
|
externalUrl: "https://blog.wtcx.dev/"
|
||||||
weight: 821
|
weight: 801
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Middle of Nowhere"
|
title: "Middle of Nowhere"
|
||||||
tags: [個人サイト, ブログ]
|
tags: [個人サイト, ブログ]
|
||||||
externalUrl: "https://blog.wtcx.dev/"
|
externalUrl: "https://blog.wtcx.dev/"
|
||||||
weight: 821
|
weight: 801
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Middle of Nowhere"
|
title: "Middle of Nowhere"
|
||||||
tags: [Personal Site,Blog]
|
tags: [Personal Site,Blog]
|
||||||
externalUrl: "https://blog.wtcx.dev/"
|
externalUrl: "https://blog.wtcx.dev/"
|
||||||
weight: 821
|
weight: 801
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Middle of Nowhere"
|
title: "Middle of Nowhere"
|
||||||
tags: [个人网站, 博客]
|
tags: [个人网站, 博客]
|
||||||
externalUrl: "https://blog.wtcx.dev/"
|
externalUrl: "https://blog.wtcx.dev/"
|
||||||
weight: 821
|
weight: 801
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 66 KiB |
|
@ -2,7 +2,7 @@
|
||||||
title: "Synaptic Sugar"
|
title: "Synaptic Sugar"
|
||||||
tags: [Sviluppatore di videogiochi]
|
tags: [Sviluppatore di videogiochi]
|
||||||
externalUrl: "https://synapticsugar.games"
|
externalUrl: "https://synapticsugar.games"
|
||||||
weight: 761
|
weight: 741
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Synaptic Sugar"
|
title: "Synaptic Sugar"
|
||||||
tags: [ビデオゲーム開発者]
|
tags: [ビデオゲーム開発者]
|
||||||
externalUrl: "https://synapticsugar.games"
|
externalUrl: "https://synapticsugar.games"
|
||||||
weight: 761
|
weight: 741
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Synaptic Sugar"
|
title: "Synaptic Sugar"
|
||||||
tags: [Videogame Developer]
|
tags: [Videogame Developer]
|
||||||
externalUrl: "https://synapticsugar.games"
|
externalUrl: "https://synapticsugar.games"
|
||||||
weight: 761
|
weight: 741
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "Synaptic Sugar"
|
title: "Synaptic Sugar"
|
||||||
tags: [视频游戏开发商]
|
tags: [视频游戏开发商]
|
||||||
externalUrl: "https://synapticsugar.games"
|
externalUrl: "https://synapticsugar.games"
|
||||||
weight: 761
|
weight: 741
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 64 KiB |
|
@ -2,7 +2,7 @@
|
||||||
title: "UmmIt - Blog"
|
title: "UmmIt - Blog"
|
||||||
tags: [Sito personale, Blog, Blog sulla tecnologia]
|
tags: [Sito personale, Blog, Blog sulla tecnologia]
|
||||||
externalUrl: "https://blog.ummit.dev/"
|
externalUrl: "https://blog.ummit.dev/"
|
||||||
weight: 831
|
weight: 811
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "UmmIt - Blog"
|
title: "UmmIt - Blog"
|
||||||
tags: [個人サイト, ブログ, テクノロジーブログ]
|
tags: [個人サイト, ブログ, テクノロジーブログ]
|
||||||
externalUrl: "https://blog.ummit.dev/"
|
externalUrl: "https://blog.ummit.dev/"
|
||||||
weight: 831
|
weight: 811
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "UmmIt - Blog"
|
title: "UmmIt - Blog"
|
||||||
tags: [Personal Site,Blog,Technology Blog]
|
tags: [Personal Site,Blog,Technology Blog]
|
||||||
externalUrl: "https://blog.ummit.dev/"
|
externalUrl: "https://blog.ummit.dev/"
|
||||||
weight: 831
|
weight: 811
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "UmmIt - Blog"
|
title: "UmmIt - Blog"
|
||||||
tags: [个人网站, 博客, 技术博客]
|
tags: [个人网站, 博客, 技术博客]
|
||||||
externalUrl: "https://blog.ummit.dev/"
|
externalUrl: "https://blog.ummit.dev/"
|
||||||
weight: 831
|
weight: 811
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
BIN
exampleSite/content/users/Xeonzilla’s Note/feature.jpg
Normal file
After Width: | Height: | Size: 100 KiB |
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
title: "jundimubarok.com"
|
title: "Xeonzilla’s Note"
|
||||||
tags: [Sito personale]
|
tags: [Sito personale, Blog]
|
||||||
externalUrl: "https://jundimubarok.com/"
|
externalUrl: "https://xeonzilla.github.io"
|
||||||
weight: 431
|
weight: 891
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
14
exampleSite/content/users/Xeonzilla’s Note/index.ja.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
title: "Xeonzilla’s Note"
|
||||||
|
tags: [個人サイト, ブログ]
|
||||||
|
externalUrl: "https://xeonzilla.github.io"
|
||||||
|
weight: 891
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
|
13
exampleSite/content/users/Xeonzilla’s Note/index.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
title: "Xeonzilla’s Note"
|
||||||
|
tags: [Personal site,Blog]
|
||||||
|
externalUrl: "https://xeonzilla.github.io"
|
||||||
|
weight: 891
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
14
exampleSite/content/users/Xeonzilla’s Note/index.zh-cn.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
title: "Xeonzilla’s Note"
|
||||||
|
tags: [个人网站, 博客]
|
||||||
|
externalUrl: "https://xeonzilla.github.io"
|
||||||
|
weight: 891
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
|
@ -2,7 +2,7 @@
|
||||||
title: "aakashnand.com"
|
title: "aakashnand.com"
|
||||||
tags: [Sito personale]
|
tags: [Sito personale]
|
||||||
externalUrl: "https://aakashnand.com/"
|
externalUrl: "https://aakashnand.com/"
|
||||||
weight: 701
|
weight: 681
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "aakashnand.com"
|
title: "aakashnand.com"
|
||||||
tags: [個人サイト]
|
tags: [個人サイト]
|
||||||
externalUrl: "https://aakashnand.com/"
|
externalUrl: "https://aakashnand.com/"
|
||||||
weight: 701
|
weight: 681
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "aakashnand.com"
|
title: "aakashnand.com"
|
||||||
tags: [Personal site]
|
tags: [Personal site]
|
||||||
externalUrl: "https://aakashnand.com/"
|
externalUrl: "https://aakashnand.com/"
|
||||||
weight: 701
|
weight: 681
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "aakashnand.com"
|
title: "aakashnand.com"
|
||||||
tags: [个人网站]
|
tags: [个人网站]
|
||||||
externalUrl: "https://aakashnand.com/"
|
externalUrl: "https://aakashnand.com/"
|
||||||
weight: 701
|
weight: 681
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
@ -2,7 +2,7 @@
|
||||||
title: "adilhyz.github.io"
|
title: "adilhyz.github.io"
|
||||||
tags: [Sito personale]
|
tags: [Sito personale]
|
||||||
externalUrl: "https://adilhyz.github.io"
|
externalUrl: "https://adilhyz.github.io"
|
||||||
weight: 511
|
weight: 491
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "adilhyz.github.io"
|
title: "adilhyz.github.io"
|
||||||
tags: [個人サイト]
|
tags: [個人サイト]
|
||||||
externalUrl: "https://adilhyz.github.io"
|
externalUrl: "https://adilhyz.github.io"
|
||||||
weight: 511
|
weight: 491
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "adilhyz.github.io"
|
title: "adilhyz.github.io"
|
||||||
tags: [Personal site]
|
tags: [Personal site]
|
||||||
externalUrl: "https://adilhyz.github.io"
|
externalUrl: "https://adilhyz.github.io"
|
||||||
weight: 511
|
weight: 491
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "adilhyz.github.io"
|
title: "adilhyz.github.io"
|
||||||
tags: [个人网站]
|
tags: [个人网站]
|
||||||
externalUrl: "https://adilhyz.github.io"
|
externalUrl: "https://adilhyz.github.io"
|
||||||
weight: 511
|
weight: 491
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
@ -2,7 +2,7 @@
|
||||||
title: "alxhslm.github.io"
|
title: "alxhslm.github.io"
|
||||||
tags: [Sito personale]
|
tags: [Sito personale]
|
||||||
externalUrl: "https://alxhslm.github.io/"
|
externalUrl: "https://alxhslm.github.io/"
|
||||||
weight: 631
|
weight: 611
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "alxhslm.github.io"
|
title: "alxhslm.github.io"
|
||||||
tags: [個人サイト]
|
tags: [個人サイト]
|
||||||
externalUrl: "https://alxhslm.github.io/"
|
externalUrl: "https://alxhslm.github.io/"
|
||||||
weight: 631
|
weight: 611
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "alxhslm.github.io"
|
title: "alxhslm.github.io"
|
||||||
tags: [Personal Site]
|
tags: [Personal Site]
|
||||||
externalUrl: "https://alxhslm.github.io/"
|
externalUrl: "https://alxhslm.github.io/"
|
||||||
weight: 631
|
weight: 611
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "alxhslm.github.io"
|
title: "alxhslm.github.io"
|
||||||
tags: [个人网站]
|
tags: [个人网站]
|
||||||
externalUrl: "https://alxhslm.github.io/"
|
externalUrl: "https://alxhslm.github.io/"
|
||||||
weight: 631
|
weight: 611
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
|
@ -2,7 +2,7 @@
|
||||||
title: "andrealucchini.com"
|
title: "andrealucchini.com"
|
||||||
tags: [Sito personale, Blog]
|
tags: [Sito personale, Blog]
|
||||||
externalUrl: "https://andrealucchini.com"
|
externalUrl: "https://andrealucchini.com"
|
||||||
weight: 891
|
weight: 851
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "andrealucchini.com"
|
title: "andrealucchini.com"
|
||||||
tags: [個人サイト, ブログ]
|
tags: [個人サイト, ブログ]
|
||||||
externalUrl: "https://andrealucchini.com"
|
externalUrl: "https://andrealucchini.com"
|
||||||
weight: 891
|
weight: 851
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "andrealucchini.com"
|
title: "andrealucchini.com"
|
||||||
tags: [Personal site,Blog]
|
tags: [Personal site,Blog]
|
||||||
externalUrl: "https://andrealucchini.com"
|
externalUrl: "https://andrealucchini.com"
|
||||||
weight: 891
|
weight: 851
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "andrealucchini.com"
|
title: "andrealucchini.com"
|
||||||
tags: [个人网站, 博客]
|
tags: [个人网站, 博客]
|
||||||
externalUrl: "https://andrealucchini.com"
|
externalUrl: "https://andrealucchini.com"
|
||||||
weight: 891
|
weight: 851
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
|
@ -2,7 +2,7 @@
|
||||||
title: "asterisk.lol"
|
title: "asterisk.lol"
|
||||||
tags: [Blog, Sito personale]
|
tags: [Blog, Sito personale]
|
||||||
externalUrl: "https://asterisk.lol"
|
externalUrl: "https://asterisk.lol"
|
||||||
weight: 661
|
weight: 641
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "asterisk.lol"
|
title: "asterisk.lol"
|
||||||
tags: [ブログ, 個人サイト]
|
tags: [ブログ, 個人サイト]
|
||||||
externalUrl: "https://asterisk.lol"
|
externalUrl: "https://asterisk.lol"
|
||||||
weight: 661
|
weight: 641
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: "asterisk.lol"
|
title: "asterisk.lol"
|
||||||
tags: [Blog,Personal Site]
|
tags: [Blog,Personal Site]
|
||||||
externalUrl: "https://asterisk.lol"
|
externalUrl: "https://asterisk.lol"
|
||||||
weight: 661
|
weight: 641
|
||||||
showDate: false
|
showDate: false
|
||||||
showAuthor: false
|
showAuthor: false
|
||||||
showReadingTime: false
|
showReadingTime: false
|
||||||
|
|