@@ -7,7 +7,8 @@ name: Mark stale issues and pull requests
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '60 1 * * *'
|
||||
- cron: '0 1 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
|
||||
@@ -2,6 +2,17 @@ function css(name) {
|
||||
return "rgb(" + getComputedStyle(document.documentElement).getPropertyValue(name) + ")";
|
||||
}
|
||||
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
const mermaidDivs = document.querySelectorAll("div.mermaid");
|
||||
|
||||
for (const div of mermaidDivs) {
|
||||
const preElement = div.querySelector("pre");
|
||||
if (preElement) {
|
||||
div.textContent = preElement.textContent;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
mermaid.initialize({
|
||||
theme: "base",
|
||||
themeVariables: {
|
||||
@@ -17,4 +28,4 @@ mermaid.initialize({
|
||||
"ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif",
|
||||
fontSize: "16px",
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
[module.hugoVersion]
|
||||
extended = true
|
||||
min = "0.87.0"
|
||||
max = "0.145.0"
|
||||
max = "0.147.0"
|
||||
@@ -21,7 +21,7 @@ enableEmoji = true
|
||||
googleAnalytics = "G-PEDMYR1V0K"
|
||||
|
||||
[pagination]
|
||||
pagerSize = 100
|
||||
pagerSize = 102
|
||||
|
||||
[imaging]
|
||||
anchor = 'Center'
|
||||
|
||||
@@ -47,7 +47,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-deploy:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
steps:
|
||||
|
||||
@@ -47,7 +47,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-deploy:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
steps:
|
||||
|
||||
@@ -47,7 +47,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-deploy:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
steps:
|
||||
|
||||
@@ -47,7 +47,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-deploy:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-24.04
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
steps:
|
||||
|
||||
|
Before Width: | Height: | Size: 21 KiB |
@@ -2,7 +2,7 @@
|
||||
title: "nveshaan"
|
||||
tags: [Sito personale]
|
||||
externalUrl: "https://nveshaan.github.io/"
|
||||
weight: 771
|
||||
weight: 761
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "nveshaan"
|
||||
tags: [パーソナルサイト]
|
||||
externalUrl: "https://nveshaan.github.io/"
|
||||
weight: 771
|
||||
weight: 761
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "nveshaan"
|
||||
tags: [Personal Site]
|
||||
externalUrl: "https://nveshaan.github.io/"
|
||||
weight: 771
|
||||
weight: 761
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "nveshaan"
|
||||
tags: [个人网站]
|
||||
externalUrl: "https://nveshaan.github.io/"
|
||||
weight: 771
|
||||
weight: 761
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
|
Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 145 KiB |
@@ -2,7 +2,7 @@
|
||||
title: "DXPetti.com"
|
||||
tags: [Sito personale, Blog]
|
||||
externalUrl: "https://www.dxpetti.com/"
|
||||
weight: 581
|
||||
weight: 571
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "DXPetti.com"
|
||||
tags: [パーソナルサイト, ブログ]
|
||||
externalUrl: "https://www.dxpetti.com/"
|
||||
weight: 581
|
||||
weight: 571
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "DXPetti.com"
|
||||
tags: [Personal site,Blog]
|
||||
externalUrl: "https://www.dxpetti.com/"
|
||||
weight: 581
|
||||
weight: 571
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "DXPetti.com"
|
||||
tags: [个人网站, 博客]
|
||||
externalUrl: "https://www.dxpetti.com/"
|
||||
weight: 581
|
||||
weight: 571
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 106 KiB |
@@ -2,7 +2,7 @@
|
||||
title: "lazarusoverlook.com"
|
||||
tags: [Sito personale, Blog]
|
||||
externalUrl: "https://lazarusoverlook.com"
|
||||
weight: 851
|
||||
weight: 831
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "lazarusoverlook.com"
|
||||
tags: [パーソナルサイト, ブログ]
|
||||
externalUrl: "https://lazarusoverlook.com"
|
||||
weight: 851
|
||||
weight: 831
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "lazarusoverlook.com"
|
||||
tags: [Personal site,Blog]
|
||||
externalUrl: "https://lazarusoverlook.com"
|
||||
weight: 851
|
||||
weight: 831
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "lazarusoverlook.com"
|
||||
tags: [个人网站, 博客]
|
||||
externalUrl: "https://lazarusoverlook.com"
|
||||
weight: 851
|
||||
weight: 831
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
@@ -2,7 +2,7 @@
|
||||
title: "Beauty Formulation"
|
||||
tags: [Sito aziendale]
|
||||
externalUrl: "https://www.beautyformulation.com/"
|
||||
weight: 731
|
||||
weight: 721
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "Beauty Formulation"
|
||||
tags: [会社のサイト]
|
||||
externalUrl: "https://www.beautyformulation.com/"
|
||||
weight: 731
|
||||
weight: 721
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "Beauty Formulation"
|
||||
tags: [Company site]
|
||||
externalUrl: "https://www.beautyformulation.com/"
|
||||
weight: 731
|
||||
weight: 721
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "Beauty Formulation"
|
||||
tags: [公司网站]
|
||||
externalUrl: "https://www.beautyformulation.com/"
|
||||
weight: 731
|
||||
weight: 721
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
|
Before Width: | Height: | Size: 145 KiB After Width: | Height: | Size: 145 KiB |
@@ -2,7 +2,7 @@
|
||||
title: "vkmki001.github.io"
|
||||
tags: [Sito personale]
|
||||
externalUrl: "https://vkmki001.github.io/"
|
||||
weight: 391
|
||||
weight: 381
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "vkmki001.github.io"
|
||||
tags: [パーソナルサイト]
|
||||
externalUrl: "https://vkmki001.github.io/"
|
||||
weight: 391
|
||||
weight: 381
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "vkmki001.github.io"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://vkmki001.github.io/"
|
||||
weight: 391
|
||||
weight: 381
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "vkmki001.github.io"
|
||||
tags: [个人网站]
|
||||
externalUrl: "https://vkmki001.github.io/"
|
||||
weight: 391
|
||||
weight: 381
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
@@ -2,7 +2,7 @@
|
||||
title: "Chill-Try"
|
||||
tags: [Blog tecnologico, Sito personale, Blog]
|
||||
externalUrl: "https://ctry.tech/"
|
||||
weight: 1011
|
||||
weight: 991
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "Chill-Try"
|
||||
tags: [テクノロジーブログ, パーソナルサイト, ブログ]
|
||||
externalUrl: "https://ctry.tech/"
|
||||
weight: 1011
|
||||
weight: 991
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "Chill-Try"
|
||||
tags: [Technology Blog,Personal site,Blog]
|
||||
externalUrl: "https://ctry.tech/"
|
||||
weight: 1011
|
||||
weight: 991
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "Chill-Try"
|
||||
tags: [技术博客, 个人网站, 博客]
|
||||
externalUrl: "https://ctry.tech/"
|
||||
weight: 1011
|
||||
weight: 991
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 101 KiB |
@@ -2,7 +2,7 @@
|
||||
title: "merox.dev"
|
||||
tags: [Sito personale, Blog, Documentazione, Cv]
|
||||
externalUrl: "https://merox.dev"
|
||||
weight: 901
|
||||
weight: 881
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "merox.dev"
|
||||
tags: [パーソナルサイト, ブログ, ドキュメント, cv]
|
||||
externalUrl: "https://merox.dev"
|
||||
weight: 901
|
||||
weight: 881
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "merox.dev"
|
||||
tags: [Personal site,Blog,Documentation,CV]
|
||||
externalUrl: "https://merox.dev"
|
||||
weight: 901
|
||||
weight: 881
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "merox.dev"
|
||||
tags: [个人网站, 博客, 文档, 简历]
|
||||
externalUrl: "https://merox.dev"
|
||||
weight: 901
|
||||
weight: 881
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "hyperbowl3d.com"
|
||||
tags: [Sito di gioco]
|
||||
externalUrl: "https://hyperbowl3d.com/"
|
||||
weight: 261
|
||||
weight: 251
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "hyperbowl3d.com"
|
||||
tags: [ゲームサイト]
|
||||
externalUrl: "https://hyperbowl3d.com/"
|
||||
weight: 261
|
||||
weight: 251
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "hyperbowl3d.com"
|
||||
tags: [Game site]
|
||||
externalUrl: "https://hyperbowl3d.com/"
|
||||
weight: 261
|
||||
weight: 251
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "hyperbowl3d.com"
|
||||
tags: [游戏网站]
|
||||
externalUrl: "https://hyperbowl3d.com/"
|
||||
weight: 261
|
||||
weight: 251
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "ekwska.com"
|
||||
tags: [Blog personale]
|
||||
externalUrl: "https://ekwska.com"
|
||||
weight: 611
|
||||
weight: 601
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "ekwska.com"
|
||||
tags: [個人的なブログ]
|
||||
externalUrl: "https://ekwska.com"
|
||||
weight: 611
|
||||
weight: 601
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "ekwska.com"
|
||||
tags: [Personal blog]
|
||||
externalUrl: "https://ekwska.com"
|
||||
weight: 611
|
||||
weight: 601
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "ekwska.com"
|
||||
tags: [个人博客]
|
||||
externalUrl: "https://ekwska.com"
|
||||
weight: 611
|
||||
weight: 601
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
@@ -2,7 +2,7 @@
|
||||
title: "Adam Madej - Gameplay Animator"
|
||||
tags: [Sito di portafoglio, Blog, Sito personale]
|
||||
externalUrl: "http://www.adammadej.com/"
|
||||
weight: 661
|
||||
weight: 651
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "Adam Madej - Gameplay Animator"
|
||||
tags: [ポートフォリオサイト, ブログ, パーソナルサイト]
|
||||
externalUrl: "http://www.adammadej.com/"
|
||||
weight: 661
|
||||
weight: 651
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "Adam Madej - Gameplay Animator"
|
||||
tags: [Portfolio Site,Blog,Personal Site]
|
||||
externalUrl: "http://www.adammadej.com/"
|
||||
weight: 661
|
||||
weight: 651
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "Adam Madej - Gameplay Animator"
|
||||
tags: [投资组合网站, 博客, 个人网站]
|
||||
externalUrl: "http://www.adammadej.com/"
|
||||
weight: 661
|
||||
weight: 651
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 75 KiB |
@@ -2,7 +2,7 @@
|
||||
title: "innerknowing"
|
||||
tags: [Sito personale, Modellatore]
|
||||
externalUrl: "https://innerknowing.xyz/en/"
|
||||
weight: 641
|
||||
weight: 631
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "innerknowing"
|
||||
tags: [パーソナルサイト, モデラー]
|
||||
externalUrl: "https://innerknowing.xyz/en/"
|
||||
weight: 641
|
||||
weight: 631
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "innerknowing"
|
||||
tags: [Personal site,Modeller]
|
||||
externalUrl: "https://innerknowing.xyz/en/"
|
||||
weight: 641
|
||||
weight: 631
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "innerknowing"
|
||||
tags: [个人网站, 建模器]
|
||||
externalUrl: "https://innerknowing.xyz/en/"
|
||||
weight: 641
|
||||
weight: 631
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
@@ -2,7 +2,7 @@
|
||||
title: "mayer.life"
|
||||
tags: [Sito personale]
|
||||
externalUrl: "https://mayer.life"
|
||||
weight: 441
|
||||
weight: 431
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "mayer.life"
|
||||
tags: [パーソナルサイト]
|
||||
externalUrl: "https://mayer.life"
|
||||
weight: 441
|
||||
weight: 431
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "mayer.life"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://mayer.life"
|
||||
weight: 441
|
||||
weight: 431
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "mayer.life"
|
||||
tags: [个人网站]
|
||||
externalUrl: "https://mayer.life"
|
||||
weight: 441
|
||||
weight: 431
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
@@ -2,7 +2,7 @@
|
||||
title: "StepaniaH"
|
||||
tags: [Sito personale, Blog]
|
||||
externalUrl: "https://stepaniah.me"
|
||||
weight: 941
|
||||
weight: 921
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "StepaniaH"
|
||||
tags: [パーソナルサイト, ブログ]
|
||||
externalUrl: "https://stepaniah.me"
|
||||
weight: 941
|
||||
weight: 921
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "StepaniaH"
|
||||
tags: [Personal site,Blog]
|
||||
externalUrl: "https://stepaniah.me"
|
||||
weight: 941
|
||||
weight: 921
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "StepaniaH"
|
||||
tags: [个人网站, 博客]
|
||||
externalUrl: "https://stepaniah.me"
|
||||
weight: 941
|
||||
weight: 921
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 58 KiB |
@@ -2,7 +2,7 @@
|
||||
title: "todreamr.github.io"
|
||||
tags: [Sito personale]
|
||||
externalUrl: "https://todreamr.github.io/"
|
||||
weight: 621
|
||||
weight: 611
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "todreamr.github.io"
|
||||
tags: [パーソナルサイト]
|
||||
externalUrl: "https://todreamr.github.io/"
|
||||
weight: 621
|
||||
weight: 611
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "todreamr.github.io"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://todreamr.github.io/"
|
||||
weight: 621
|
||||
weight: 611
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "todreamr.github.io"
|
||||
tags: [个人网站]
|
||||
externalUrl: "https://todreamr.github.io/"
|
||||
weight: 621
|
||||
weight: 611
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 66 KiB |
@@ -2,7 +2,7 @@
|
||||
title: "eallion.com"
|
||||
tags: [Blog, Sito personale]
|
||||
externalUrl: "http://www.eallion.com/"
|
||||
weight: 671
|
||||
weight: 661
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "eallion.com"
|
||||
tags: [ブログ, パーソナルサイト]
|
||||
externalUrl: "http://www.eallion.com/"
|
||||
weight: 671
|
||||
weight: 661
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "eallion.com"
|
||||
tags: [Blog,Personal Site]
|
||||
externalUrl: "http://www.eallion.com/"
|
||||
weight: 671
|
||||
weight: 661
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "eallion.com"
|
||||
tags: [博客, 个人网站]
|
||||
externalUrl: "http://www.eallion.com/"
|
||||
weight: 671
|
||||
weight: 661
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "50-nuances-octets.fr"
|
||||
tags: [Sito dell'organizzazione]
|
||||
externalUrl: "https://www.50-nuances-octets.fr/"
|
||||
weight: 351
|
||||
weight: 341
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "50-nuances-octets.fr"
|
||||
tags: [組織サイト]
|
||||
externalUrl: "https://www.50-nuances-octets.fr/"
|
||||
weight: 351
|
||||
weight: 341
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "50-nuances-octets.fr"
|
||||
tags: [Organization site]
|
||||
externalUrl: "https://www.50-nuances-octets.fr/"
|
||||
weight: 351
|
||||
weight: 341
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "50-nuances-octets.fr"
|
||||
tags: [组织网站]
|
||||
externalUrl: "https://www.50-nuances-octets.fr/"
|
||||
weight: 351
|
||||
weight: 341
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "micheledinelli.github.io"
|
||||
tags: [Sito personale, Sito di portafoglio, Accademico]
|
||||
externalUrl: "https://micheledinelli.github.io"
|
||||
weight: 781
|
||||
weight: 771
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "micheledinelli.github.io"
|
||||
tags: [パーソナルサイト, ポートフォリオサイト, アカデミア]
|
||||
externalUrl: "https://micheledinelli.github.io"
|
||||
weight: 781
|
||||
weight: 771
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "micheledinelli.github.io"
|
||||
tags: [Personal Site,Portfolio Site,Academia]
|
||||
externalUrl: "https://micheledinelli.github.io"
|
||||
weight: 781
|
||||
weight: 771
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "micheledinelli.github.io"
|
||||
tags: [个人网站, 投资组合网站, 学术界]
|
||||
externalUrl: "https://micheledinelli.github.io"
|
||||
weight: 781
|
||||
weight: 771
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
@@ -2,7 +2,7 @@
|
||||
title: "Hudson McNamara"
|
||||
tags: [Sito personale, Blog]
|
||||
externalUrl: "https://hudsonmcnamara.com"
|
||||
weight: 1021
|
||||
weight: 1001
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "Hudson McNamara"
|
||||
tags: [パーソナルサイト, ブログ]
|
||||
externalUrl: "https://hudsonmcnamara.com"
|
||||
weight: 1021
|
||||
weight: 1001
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "Hudson McNamara"
|
||||
tags: [Personal Site,Blog]
|
||||
externalUrl: "https://hudsonmcnamara.com"
|
||||
weight: 1021
|
||||
weight: 1001
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "Hudson McNamara"
|
||||
tags: [个人网站, 博客]
|
||||
externalUrl: "https://hudsonmcnamara.com"
|
||||
weight: 1021
|
||||
weight: 1001
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "vividscc.com"
|
||||
tags: [Sito commerciale]
|
||||
externalUrl: "https://vividscc.com/"
|
||||
weight: 221
|
||||
weight: 211
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: "vividscc.com"
|
||||
tags: [ビジネスサイト]
|
||||
externalUrl: "https://vividscc.com/"
|
||||
weight: 221
|
||||
weight: 211
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
||||