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