This commit is contained in:
MaikelChan 2023-07-30 19:31:06 +02:00
commit 075f285079
No known key found for this signature in database
GPG key ID: B2CE398C279239EC
278 changed files with 1036 additions and 461 deletions

View file

@ -51,7 +51,7 @@ jobs:
run: | run: |
hugo --minify -s exampleSite --themesDir ../.. -d ../docs --baseURL https://nunocoracao.github.io/blowfish/ hugo --minify -s exampleSite --themesDir ../.. -d ../docs --baseURL https://nunocoracao.github.io/blowfish/
- name: Upload artifact - name: Upload artifact
uses: actions/upload-pages-artifact@v1 uses: actions/upload-pages-artifact@v2
with: with:
path: ./docs path: ./docs

2
FUNDING.yml Normal file
View file

@ -0,0 +1,2 @@
github: [nunocoracao]
custom: ["https://www.paypal.me/nunocoracao", "https://www.buymeacoffee.com/nunocoracao"]

View file

@ -1,6 +1,6 @@
/*! Blowfish | MIT License | https://github.com/nunocoracao/blowfish */ /*! Blowfish | MIT License | https://github.com/nunocoracao/blowfish */
/*! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com */ /*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com */
/* /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
@ -191,6 +191,10 @@ select,
textarea { textarea {
font-family: inherit; font-family: inherit;
/* 1 */ /* 1 */
font-feature-settings: inherit;
/* 1 */
font-variation-settings: inherit;
/* 1 */
font-size: 100%; font-size: 100%;
/* 1 */ /* 1 */
font-weight: inherit; font-weight: inherit;
@ -341,6 +345,14 @@ menu {
padding: 0; padding: 0;
} }
/*
Reset default styling for dialogs.
*/
dialog {
padding: 0;
}
/* /*
Prevent resizing textareas horizontally by default. Prevent resizing textareas horizontally by default.
*/ */
@ -422,7 +434,7 @@ video {
display: none; display: none;
} }
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select { [type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
-webkit-appearance: none; -webkit-appearance: none;
-moz-appearance: none; -moz-appearance: none;
appearance: none; appearance: none;
@ -439,7 +451,7 @@ video {
--tw-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000;
} }
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus { [type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
outline: 2px solid transparent; outline: 2px solid transparent;
outline-offset: 2px; outline-offset: 2px;
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
@ -485,7 +497,7 @@ select {
print-color-adjust: exact; print-color-adjust: exact;
} }
[multiple] { [multiple],[size]:where(select:not([size="1"])) {
background-image: initial; background-image: initial;
background-position: initial; background-position: initial;
background-repeat: unset; background-repeat: unset;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -2,4 +2,4 @@
[module.hugoVersion] [module.hugoVersion]
extended = true extended = true
min = "0.87.0" min = "0.87.0"
max = "0.115.3" max = "0.115.4"

View file

@ -15,22 +15,29 @@
pageRef = "docs" pageRef = "docs"
weight = 10 weight = 10
#[[main]] [[main]]
# name = "Examples" name = "Shortcodes"
# weight = 20 pageRef = "docs/shortcodes"
weight = 15
[[main]] [[main]]
name = "Samples" name = "Samples"
pageRef = "samples" pageRef = "samples"
weight = 16
[[main]]
name = "Examples"
weight = 20 weight = 20
[[main]] [[main]]
name = "Showcase" name = "Showcase"
parent = "Examples"
pageRef = "examples" pageRef = "examples"
weight = 30 weight = 30
[[main]] [[main]]
name = "Recipes" name = "Recipes"
parent = "Examples"
pageRef = "guides" pageRef = "guides"
weight = 40 weight = 40

View file

@ -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/"
date: 1971-08-08 date: 9950-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View file

@ -2,7 +2,7 @@
title: "adir1.com" title: "adir1.com"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://adir1.com/" externalUrl: "https://adir1.com/"
date: 1993-08-08 date: 9971-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "alanctanner.com" title: "alanctanner.com"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://alanctanner.com/" externalUrl: "https://alanctanner.com/"
date: 1982-08-08 date: 9960-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "albertolvera.com" title: "albertolvera.com"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://albertolvera.com" externalUrl: "https://albertolvera.com"
date: 2012-08-08 date: 9989-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "alejandro-ao.com" title: "alejandro-ao.com"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://alejandro-ao.com/" externalUrl: "https://alejandro-ao.com/"
date: 1994-08-08 date: 9972-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "blastomussa.dev" title: "blastomussa.dev"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://blastomussa.dev" externalUrl: "https://blastomussa.dev"
date: 2000-08-08 date: 9978-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 82 KiB

View file

@ -2,7 +2,7 @@
title: "blog.enmanuelmoreira.com" title: "blog.enmanuelmoreira.com"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://blog.enmanuelmoreira.com" externalUrl: "https://blog.enmanuelmoreira.com"
date: 1973-08-08 date: 9952-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 KiB

After

Width:  |  Height:  |  Size: 166 KiB

View file

@ -2,7 +2,7 @@
title: "blog.muffn.io" title: "blog.muffn.io"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://blog.muffn.io/" externalUrl: "https://blog.muffn.io/"
date: 1991-08-08 date: 9969-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

View file

@ -2,7 +2,7 @@
title: "brendanwallace.github.io" title: "brendanwallace.github.io"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://brendanwallace.github.io" externalUrl: "https://brendanwallace.github.io"
date: 2018-08-08 date: 9995-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "cdell.io" title: "cdell.io"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://cdell.io" externalUrl: "https://cdell.io"
date: 1999-08-08 date: 9977-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "chris.banes.dev" title: "chris.banes.dev"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://chris.banes.dev" externalUrl: "https://chris.banes.dev"
date: 2011-08-08 date: 9988-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "ciicadalab.github.io" title: "ciicadalab.github.io"
tags: [Organization site] tags: [Organization site]
externalUrl: "https://ciicadalab.github.io" externalUrl: "https://ciicadalab.github.io"
date: 2014-08-08 date: 9991-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View file

@ -2,7 +2,7 @@
title: "clemsau.com" title: "clemsau.com"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://clemsau.com/" externalUrl: "https://clemsau.com/"
date: 1977-08-08 date: 9956-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 89 KiB

View file

@ -2,7 +2,7 @@
title: "code-chimp.com" title: "code-chimp.com"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://code-chimp.com" externalUrl: "https://code-chimp.com"
date: 2020-08-08 date: 9997-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View file

@ -2,7 +2,7 @@
title: "cuttontail.blog" title: "cuttontail.blog"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://cuttontail.blog" externalUrl: "https://cuttontail.blog"
date: 2016-08-08 date: 9993-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "dizzytech.de" title: "dizzytech.de"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://dizzytech.de" externalUrl: "https://dizzytech.de"
date: 1995-08-08 date: 9973-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "fahru.my.id" title: "fahru.my.id"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://www.fahru.my.id" externalUrl: "https://www.fahru.my.id"
date: 2010-08-08 date: 9987-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "fedeizzo.dev" title: "fedeizzo.dev"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://fedeizzo.dev" externalUrl: "https://fedeizzo.dev"
date: 2017-08-08 date: 9994-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "fugugames.com" title: "fugugames.com"
tags: [Games site] tags: [Games site]
externalUrl: "https://fugugames.com/" externalUrl: "https://fugugames.com/"
date: 1985-08-08 date: 9963-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "georgiancodeclub.github.io" title: "georgiancodeclub.github.io"
tags: [College club site] tags: [College club site]
externalUrl: "https://georgiancodeclub.github.io" externalUrl: "https://georgiancodeclub.github.io"
date: 2013-08-08 date: 9990-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "halcyonstraits.com" title: "halcyonstraits.com"
tags: [Doll photography] tags: [Doll photography]
externalUrl: "https://www.halcyonstraits.com/" externalUrl: "https://www.halcyonstraits.com/"
date: 1972-08-08 date: 9951-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "hellstabber.github.io" title: "hellstabber.github.io"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://hellstabber.github.io/" externalUrl: "https://hellstabber.github.io/"
date: 1978-08-08 date: 9957-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "hyperbowl3d.com" title: "hyperbowl3d.com"
tags: [Game site] tags: [Game site]
externalUrl: "https://hyperbowl3d.com/" externalUrl: "https://hyperbowl3d.com/"
date: 1984-08-08 date: 9962-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 104 KiB

View file

@ -2,7 +2,7 @@
title: "insidemordecai.com" title: "insidemordecai.com"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://insidemordecai.com" externalUrl: "https://insidemordecai.com"
date: 2002-08-08 date: 9980-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View file

@ -0,0 +1,13 @@
---
title: "jahsehj.github.io"
tags: [Personal site mainly in Chinese]
externalUrl: "https://jahsehj.github.io/"
date: 9945-08-08
showDate: false
showAuthor: false
showReadingTime: false
showEdit: false
showLikes: false
showViews: false
layoutBackgroundHeaderSpace: false
---

View file

@ -2,7 +2,7 @@
title: "jam.dsg.li" title: "jam.dsg.li"
tags: [Organization site] tags: [Organization site]
externalUrl: "https://jam.dsg.li" externalUrl: "https://jam.dsg.li"
date: 1998-08-08 date: 9976-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "jamesdixon.dev" title: "jamesdixon.dev"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://jamesdixon.dev" externalUrl: "https://jamesdixon.dev"
date: 2001-08-08 date: 9979-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "jeknom.github.io" title: "jeknom.github.io"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://jeknom.github.io" externalUrl: "https://jeknom.github.io"
date: 2009-08-08 date: 9986-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View file

@ -1,8 +1,8 @@
--- ---
title: "blog.watchstep.me" title: "jundimubarok.com"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://blog.watchstep.me" externalUrl: "https://jundimubarok.com/"
date: 2008-08-08 date: 9944-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "lelouvincx.github.io" title: "lelouvincx.github.io"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://lelouvincx.github.io/" externalUrl: "https://lelouvincx.github.io/"
date: 1976-08-08 date: 9955-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "loisvelasco.is-a.dev" title: "loisvelasco.is-a.dev"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://loisvelasco.is-a.dev" externalUrl: "https://loisvelasco.is-a.dev"
date: 2006-08-08 date: 9984-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

View file

@ -1,8 +1,8 @@
--- ---
title: "terraformbuch.de" title: "m3upt.com"
tags: [Book site] tags: [Project site]
externalUrl: "https://terraformbuch.de/" externalUrl: "https://m3upt.com"
date: 1980-08-08 date: 9947-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "madoke.org" title: "madoke.org"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://madoke.org/" externalUrl: "https://madoke.org/"
date: 2021-08-08 date: 9998-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "mariuskimmina.com" title: "mariuskimmina.com"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://mariuskimmina.com/" externalUrl: "https://mariuskimmina.com/"
date: 1987-08-08 date: 9965-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View file

@ -2,7 +2,7 @@
title: "marupanda.art/marucomics" title: "marupanda.art/marucomics"
tags: [Comics site] tags: [Comics site]
externalUrl: "https://marupanda.art/marucomics/" externalUrl: "https://marupanda.art/marucomics/"
date: 1970-08-08 date: 9949-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "mucahitkurtlar.github.io" title: "mucahitkurtlar.github.io"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://mucahitkurtlar.github.io" externalUrl: "https://mucahitkurtlar.github.io"
date: 2019-08-08 date: 9996-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "muhalvin.github.io" title: "muhalvin.github.io"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://muhalvin.github.io/" externalUrl: "https://muhalvin.github.io/"
date: 1988-08-08 date: 9966-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "nick.bouwhuis.net" title: "nick.bouwhuis.net"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://nick.bouwhuis.net" externalUrl: "https://nick.bouwhuis.net"
date: 1990-08-08 date: 9968-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "nikarashihatsu.github.io" title: "nikarashihatsu.github.io"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://nikarashihatsu.github.io/" externalUrl: "https://nikarashihatsu.github.io/"
date: 1974-08-08 date: 9953-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 88 KiB

View file

@ -2,7 +2,7 @@
title: "niklas-hartmann-dev.de" title: "niklas-hartmann-dev.de"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://niklas-hartmann-dev.de/" externalUrl: "https://niklas-hartmann-dev.de/"
date: 1992-08-08 date: 9970-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View file

@ -2,7 +2,7 @@
title: "nunocoracao.com" title: "nunocoracao.com"
tags: [Personal site,Theme author] tags: [Personal site,Theme author]
externalUrl: "https://nunocoracao.com" externalUrl: "https://nunocoracao.com"
date: 2022-08-08 date: 9999-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "omarohn.de" title: "omarohn.de"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://omarohn.de" externalUrl: "https://omarohn.de"
date: 2004-08-08 date: 9982-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "overdevelop.io" title: "overdevelop.io"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://overdevelop.io" externalUrl: "https://overdevelop.io"
date: 2007-08-08 date: 9985-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

View file

@ -2,7 +2,7 @@
title: "pacochan.net" title: "pacochan.net"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://pacochan.net" externalUrl: "https://pacochan.net"
date: 1968-08-08 date: 9946-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "pmnxis.github.io" title: "pmnxis.github.io"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://pmnxis.github.io" externalUrl: "https://pmnxis.github.io"
date: 2015-08-08 date: 9992-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "priyakdey.com" title: "priyakdey.com"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://priyakdey.com" externalUrl: "https://priyakdey.com"
date: 1997-08-08 date: 9975-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -2,7 +2,7 @@
title: "rdgo.dev" title: "rdgo.dev"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://rdgo.dev/" externalUrl: "https://rdgo.dev/"
date: 1981-08-08 date: 9959-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "sdehm.dev" title: "sdehm.dev"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://sdehm.dev" externalUrl: "https://sdehm.dev"
date: 1996-08-08 date: 9974-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "seanomahoney.com" title: "seanomahoney.com"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://seanomahoney.com/" externalUrl: "https://seanomahoney.com/"
date: 1969-08-08 date: 9948-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 89 KiB

View file

@ -2,7 +2,7 @@
title: "shenshu.fun" title: "shenshu.fun"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://shenshu.fun/" externalUrl: "https://shenshu.fun/"
date: 1979-08-08 date: 9958-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 58 KiB

View file

@ -2,7 +2,7 @@
title: "spelucin.me" title: "spelucin.me"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://spelucin.me" externalUrl: "https://spelucin.me"
date: 2003-08-08 date: 9981-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "tabletopflore.com" title: "tabletopflore.com"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://www.tabletopflore.com" externalUrl: "https://www.tabletopflore.com"
date: 2005-08-08 date: 9983-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

View file

@ -2,7 +2,7 @@
title: "talkdimsum.com" title: "talkdimsum.com"
tags: [App site] tags: [App site]
externalUrl: "https://talkdimsum.com/" externalUrl: "https://talkdimsum.com/"
date: 1983-08-08 date: 9961-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View file

@ -2,7 +2,7 @@
title: "technicat.com" title: "technicat.com"
tags: [Company site] tags: [Company site]
externalUrl: "https://technicat.com/" externalUrl: "https://technicat.com/"
date: 1986-08-08 date: 9964-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

View file

@ -1,282 +1,395 @@
[ [
{ {
"title": "nunocoracao.com", "title": "nunocoracao.com",
"url": "https://nunocoracao.com", "url": "https://nunocoracao.com",
"tags": [ "tags": [
"Personal site", "Personal site",
"Theme author" "Theme author"
] ]
}, },
{ {
"title": "madoke.org", "title": "madoke.org",
"url": "https://madoke.org/", "url": "https://madoke.org/",
"tags": [ "tags": [
"Personal site" "Personal site"
] ]
}, },
{ {
"title": "code-chimp.com", "title": "code-chimp.com",
"url": "https://code-chimp.com", "url": "https://code-chimp.com",
"tags": ["Personal site"] "tags": [
}, "Personal site"
{ ]
"title": "mucahitkurtlar.github.io", },
"url": "https://mucahitkurtlar.github.io", {
"tags": ["Personal site"] "title": "mucahitkurtlar.github.io",
}, "url": "https://mucahitkurtlar.github.io",
{ "tags": [
"title": "brendanwallace.github.io", "Personal site"
"url": "https://brendanwallace.github.io", ]
"tags": ["Personal site"] },
}, {
{ "title": "brendanwallace.github.io",
"title": "fedeizzo.dev", "url": "https://brendanwallace.github.io",
"url": "https://fedeizzo.dev", "tags": [
"tags": ["Personal site"] "Personal site"
}, ]
{ },
"title": "cuttontail.blog", {
"url": "https://cuttontail.blog", "title": "fedeizzo.dev",
"tags": ["Personal site"] "url": "https://fedeizzo.dev",
}, "tags": [
{ "Personal site"
"title": "pmnxis.github.io", ]
"url": "https://pmnxis.github.io", },
"tags": ["Personal site"] {
}, "title": "cuttontail.blog",
{ "url": "https://cuttontail.blog",
"title": "ciicadalab.github.io", "tags": [
"url": "https://ciicadalab.github.io", "Personal site"
"tags": ["Organization site"] ]
}, },
{ {
"title": "georgiancodeclub.github.io", "title": "pmnxis.github.io",
"url": "https://georgiancodeclub.github.io", "url": "https://pmnxis.github.io",
"tags": ["College club site"] "tags": [
}, "Personal site"
{ ]
"title": "albertolvera.com", },
"url": "https://albertolvera.com", {
"tags": ["Personal site"] "title": "ciicadalab.github.io",
}, "url": "https://ciicadalab.github.io",
{ "tags": [
"title": "chris.banes.dev", "Organization site"
"url": "https://chris.banes.dev", ]
"tags": ["Personal site"] },
}, {
{ "title": "georgiancodeclub.github.io",
"title": "fahru.my.id", "url": "https://georgiancodeclub.github.io",
"url": "https://www.fahru.my.id", "tags": [
"tags": ["Personal site"] "College club site"
}, ]
{ },
"title": "jeknom.github.io", {
"url": "https://jeknom.github.io", "title": "albertolvera.com",
"tags": ["Personal site"] "url": "https://albertolvera.com",
}, "tags": [
{ "Personal site"
"title": "blog.watchstep.me", ]
"url": "https://blog.watchstep.me", },
"tags": ["Personal site"] {
}, "title": "chris.banes.dev",
{ "url": "https://chris.banes.dev",
"title": "overdevelop.io", "tags": [
"url": "https://overdevelop.io", "Personal site"
"tags": ["Personal site"] ]
}, },
{ {
"title": "loisvelasco.is-a.dev", "title": "fahru.my.id",
"url": "https://loisvelasco.is-a.dev", "url": "https://www.fahru.my.id",
"tags": ["Personal site"] "tags": [
}, "Personal site"
{ ]
"title": "tabletopflore.com", },
"url": "https://www.tabletopflore.com", {
"tags": ["Personal site"] "title": "jeknom.github.io",
}, "url": "https://jeknom.github.io",
{ "tags": [
"title": "omarohn.de", "Personal site"
"url": "https://omarohn.de", ]
"tags": ["Personal site"] },
}, {
{ "title": "overdevelop.io",
"title": "spelucin.me", "url": "https://overdevelop.io",
"url": "https://spelucin.me", "tags": [
"tags": ["Personal site"] "Personal site"
}, ]
{ },
"title": "insidemordecai.com", {
"url": "https://insidemordecai.com", "title": "loisvelasco.is-a.dev",
"tags": ["Personal site"] "url": "https://loisvelasco.is-a.dev",
}, "tags": [
{ "Personal site"
"title": "jamesdixon.dev", ]
"url": "https://jamesdixon.dev", },
"tags": ["Personal site"] {
}, "title": "tabletopflore.com",
{ "url": "https://www.tabletopflore.com",
"title": "blastomussa.dev", "tags": [
"url": "https://blastomussa.dev", "Personal site"
"tags": ["Personal site"] ]
}, },
{ {
"title": "cdell.io", "title": "omarohn.de",
"url": "https://cdell.io", "url": "https://omarohn.de",
"tags": ["Personal site"] "tags": [
}, "Personal site"
{ ]
"title": "jam.dsg.li", },
"url": "https://jam.dsg.li", {
"tags": ["Organization site"] "title": "spelucin.me",
}, "url": "https://spelucin.me",
{ "tags": [
"title": "priyakdey.com", "Personal site"
"url": "https://priyakdey.com", ]
"tags": ["Personal site"] },
}, {
{ "title": "insidemordecai.com",
"title": "sdehm.dev", "url": "https://insidemordecai.com",
"url": "https://sdehm.dev", "tags": [
"tags": ["Personal site"] "Personal site"
}, ]
{ },
"title": "dizzytech.de", {
"url": "https://dizzytech.de", "title": "jamesdixon.dev",
"tags": ["Personal site"] "url": "https://jamesdixon.dev",
}, "tags": [
{ "Personal site"
"title": "alejandro-ao.com", ]
"url": "https://alejandro-ao.com/", },
"tags": ["Personal site"] {
}, "title": "blastomussa.dev",
{ "url": "https://blastomussa.dev",
"title": "adir1.com", "tags": [
"url": "https://adir1.com/", "Personal site"
"tags": ["Personal site"] ]
}, },
{ {
"title": "niklas-hartmann-dev.de", "title": "cdell.io",
"url": "https://niklas-hartmann-dev.de/", "url": "https://cdell.io",
"tags": ["Personal site"] "tags": [
}, "Personal site"
{ ]
"title": "blog.muffn.io", },
"url": "https://blog.muffn.io/", {
"tags": ["Personal site"] "title": "jam.dsg.li",
}, "url": "https://jam.dsg.li",
{ "tags": [
"title": "nick.bouwhuis.net", "Organization site"
"url": "https://nick.bouwhuis.net", ]
"tags": ["Personal site"] },
}, {
{ "title": "priyakdey.com",
"title": "vividscc.com", "url": "https://priyakdey.com",
"url": "https://vividscc.com/", "tags": [
"tags": ["Business site"] "Personal site"
}, ]
{ },
"title": "muhalvin.github.io", {
"url": "https://muhalvin.github.io/", "title": "sdehm.dev",
"tags": ["Personal site"] "url": "https://sdehm.dev",
}, "tags": [
{ "Personal site"
"title": "mariuskimmina.com", ]
"url": "https://mariuskimmina.com/", },
"tags": ["Personal site"] {
}, "title": "dizzytech.de",
{ "url": "https://dizzytech.de",
"title": "technicat.com", "tags": [
"url": "https://technicat.com/", "Personal site"
"tags": ["Company site"] ]
}, },
{ {
"title": "fugugames.com", "title": "alejandro-ao.com",
"url": "https://fugugames.com/", "url": "https://alejandro-ao.com/",
"tags": ["Games site"] "tags": [
}, "Personal site"
{ ]
"title": "hyperbowl3d.com", },
"url": "https://hyperbowl3d.com/", {
"tags": ["Game site"] "title": "adir1.com",
}, "url": "https://adir1.com/",
{ "tags": [
"title": "talkdimsum.com", "Personal site"
"url": "https://talkdimsum.com/", ]
"tags": ["App site"] },
}, {
{ "title": "niklas-hartmann-dev.de",
"title": "alanctanner.com", "url": "https://niklas-hartmann-dev.de/",
"url": "https://alanctanner.com/", "tags": [
"tags": ["Personal site"] "Personal site"
}, ]
{ },
"title": "rdgo.dev", {
"url": "https://rdgo.dev/", "title": "blog.muffn.io",
"tags": ["Personal site"] "url": "https://blog.muffn.io/",
}, "tags": [
{ "Personal site"
"title": "terraformbuch.de", ]
"url": "https://terraformbuch.de/", },
"tags": ["Book site"] {
}, "title": "nick.bouwhuis.net",
{ "url": "https://nick.bouwhuis.net",
"title": "shenshu.fun", "tags": [
"url": "https://shenshu.fun/", "Personal site"
"tags": ["Personal site"] ]
}, },
{ {
"title": "hellstabber.github.io", "title": "vividscc.com",
"url": "https://hellstabber.github.io/", "url": "https://vividscc.com/",
"tags": ["Personal site"] "tags": [
}, "Business site"
{ ]
"title": "clemsau.com", },
"url": "https://clemsau.com/", {
"tags": ["Personal site"] "title": "muhalvin.github.io",
}, "url": "https://muhalvin.github.io/",
{ "tags": [
"title": "lelouvincx.github.io", "Personal site"
"url": "https://lelouvincx.github.io/", ]
"tags": ["Personal site"] },
}, {
{ "title": "mariuskimmina.com",
"title": "weaxsey.org", "url": "https://mariuskimmina.com/",
"url": "https://weaxsey.org/", "tags": [
"tags": ["Personal site"] "Personal site"
}, ]
{ },
"title": "nikarashihatsu.github.io", {
"url": "https://nikarashihatsu.github.io/", "title": "technicat.com",
"tags": ["Personal site"] "url": "https://technicat.com/",
}, "tags": [
{ "Company site"
"title": "blog.enmanuelmoreira.com", ]
"url": "https://blog.enmanuelmoreira.com", },
"tags": ["Personal site"] {
}, "title": "fugugames.com",
{ "url": "https://fugugames.com/",
"title": "halcyonstraits.com", "tags": [
"url": "https://www.halcyonstraits.com/", "Games site"
"tags": ["Doll photography"] ]
}, },
{ {
"title": "50-nuances-octets.fr", "title": "hyperbowl3d.com",
"url": "https://www.50-nuances-octets.fr/", "url": "https://hyperbowl3d.com/",
"tags": ["Organization site"] "tags": [
}, "Game site"
{ ]
"title": "marupanda.art/marucomics", },
"url": "https://marupanda.art/marucomics/", {
"tags": ["Comics site"] "title": "talkdimsum.com",
}, "url": "https://talkdimsum.com/",
{ "tags": [
"title": "seanomahoney.com", "App site"
"url": "https://seanomahoney.com/", ]
"tags": ["Personal site"] },
}, {
{ "title": "alanctanner.com",
"title": "pacochan.net", "url": "https://alanctanner.com/",
"url": "https://pacochan.net", "tags": [
"tags": ["Personal site"] "Personal site"
} ]
},
{
"title": "rdgo.dev",
"url": "https://rdgo.dev/",
"tags": [
"Personal site"
]
},
{
"title": "shenshu.fun",
"url": "https://shenshu.fun/",
"tags": [
"Personal site"
]
},
{
"title": "hellstabber.github.io",
"url": "https://hellstabber.github.io/",
"tags": [
"Personal site"
]
},
{
"title": "clemsau.com",
"url": "https://clemsau.com/",
"tags": [
"Personal site"
]
},
{
"title": "lelouvincx.github.io",
"url": "https://lelouvincx.github.io/",
"tags": [
"Personal site"
]
},
{
"title": "weaxsey.org",
"url": "https://weaxsey.org/",
"tags": [
"Personal site"
]
},
{
"title": "nikarashihatsu.github.io",
"url": "https://nikarashihatsu.github.io/",
"tags": [
"Personal site"
]
},
{
"title": "blog.enmanuelmoreira.com",
"url": "https://blog.enmanuelmoreira.com",
"tags": [
"Personal site"
]
},
{
"title": "halcyonstraits.com",
"url": "https://www.halcyonstraits.com/",
"tags": [
"Doll photography"
]
},
{
"title": "50-nuances-octets.fr",
"url": "https://www.50-nuances-octets.fr/",
"tags": [
"Organization site"
]
},
{
"title": "marupanda.art/marucomics",
"url": "https://marupanda.art/marucomics/",
"tags": [
"Comics site"
]
},
{
"title": "seanomahoney.com",
"url": "https://seanomahoney.com/",
"tags": [
"Personal site"
]
},
{
"title": "m3upt.com",
"url": "https://m3upt.com",
"tags": [
"Project site"
]
},
{
"title": "pacochan.net",
"url": "https://pacochan.net",
"tags": [
"Personal site"
]
},
{
"title": "jahsehj.github.io",
"url": "https://jahsehj.github.io/",
"tags": [
"Personal site mainly in Chinese"
]
},
{
"title": "jundimubarok.com",
"url": "https://jundimubarok.com/",
"tags": [
"Personal site"
]
}
] ]

View file

@ -2,7 +2,7 @@
title: "vividscc.com" title: "vividscc.com"
tags: [Business site] tags: [Business site]
externalUrl: "https://vividscc.com/" externalUrl: "https://vividscc.com/"
date: 1989-08-08 date: 9967-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View file

@ -2,7 +2,7 @@
title: "weaxsey.org" title: "weaxsey.org"
tags: [Personal site] tags: [Personal site]
externalUrl: "https://weaxsey.org/" externalUrl: "https://weaxsey.org/"
date: 1975-08-08 date: 9954-08-08
showDate: false showDate: false
showAuthor: false showAuthor: false
showReadingTime: false showReadingTime: false

Some files were not shown because too many files have changed in this diff Show more