Merge branch 'main' of https://github.com/nunocoracao/blowfish
2
.github/workflows/pages.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
run: |
|
||||
hugo --minify -s exampleSite --themesDir ../.. -d ../docs --baseURL https://nunocoracao.github.io/blowfish/
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
path: ./docs
|
||||
|
||||
|
|
2
FUNDING.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
github: [nunocoracao]
|
||||
custom: ["https://www.paypal.me/nunocoracao", "https://www.buymeacoffee.com/nunocoracao"]
|
|
@ -1,6 +1,6 @@
|
|||
/*! 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)
|
||||
|
@ -191,6 +191,10 @@ select,
|
|||
textarea {
|
||||
font-family: inherit;
|
||||
/* 1 */
|
||||
font-feature-settings: inherit;
|
||||
/* 1 */
|
||||
font-variation-settings: inherit;
|
||||
/* 1 */
|
||||
font-size: 100%;
|
||||
/* 1 */
|
||||
font-weight: inherit;
|
||||
|
@ -341,6 +345,14 @@ menu {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
Reset default styling for dialogs.
|
||||
*/
|
||||
|
||||
dialog {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
Prevent resizing textareas horizontally by default.
|
||||
*/
|
||||
|
@ -422,7 +434,7 @@ video {
|
|||
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;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
|
@ -439,7 +451,7 @@ video {
|
|||
--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-offset: 2px;
|
||||
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
||||
|
@ -485,7 +497,7 @@ select {
|
|||
print-color-adjust: exact;
|
||||
}
|
||||
|
||||
[multiple] {
|
||||
[multiple],[size]:where(select:not([size="1"])) {
|
||||
background-image: initial;
|
||||
background-position: initial;
|
||||
background-repeat: unset;
|
||||
|
|
6
assets/lib/chart/chart.min.js
vendored
4
assets/lib/jquery/jquery.slim.min.js
vendored
|
@ -2,4 +2,4 @@
|
|||
[module.hugoVersion]
|
||||
extended = true
|
||||
min = "0.87.0"
|
||||
max = "0.115.3"
|
||||
max = "0.115.4"
|
|
@ -15,22 +15,29 @@
|
|||
pageRef = "docs"
|
||||
weight = 10
|
||||
|
||||
#[[main]]
|
||||
# name = "Examples"
|
||||
# weight = 20
|
||||
[[main]]
|
||||
name = "Shortcodes"
|
||||
pageRef = "docs/shortcodes"
|
||||
weight = 15
|
||||
|
||||
[[main]]
|
||||
name = "Samples"
|
||||
pageRef = "samples"
|
||||
weight = 16
|
||||
|
||||
[[main]]
|
||||
name = "Examples"
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Showcase"
|
||||
parent = "Examples"
|
||||
pageRef = "examples"
|
||||
weight = 30
|
||||
|
||||
[[main]]
|
||||
name = "Recipes"
|
||||
parent = "Examples"
|
||||
pageRef = "guides"
|
||||
weight = 40
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "50-nuances-octets.fr"
|
||||
tags: [Organization site]
|
||||
externalUrl: "https://www.50-nuances-octets.fr/"
|
||||
date: 1971-08-08
|
||||
date: 9950-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "adir1.com"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://adir1.com/"
|
||||
date: 1993-08-08
|
||||
date: 9971-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "alanctanner.com"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://alanctanner.com/"
|
||||
date: 1982-08-08
|
||||
date: 9960-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "albertolvera.com"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://albertolvera.com"
|
||||
date: 2012-08-08
|
||||
date: 9989-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "alejandro-ao.com"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://alejandro-ao.com/"
|
||||
date: 1994-08-08
|
||||
date: 9972-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "blastomussa.dev"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://blastomussa.dev"
|
||||
date: 2000-08-08
|
||||
date: 9978-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 82 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "blog.enmanuelmoreira.com"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://blog.enmanuelmoreira.com"
|
||||
date: 1973-08-08
|
||||
date: 9952-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 166 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "blog.muffn.io"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://blog.muffn.io/"
|
||||
date: 1991-08-08
|
||||
date: 9969-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 34 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "brendanwallace.github.io"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://brendanwallace.github.io"
|
||||
date: 2018-08-08
|
||||
date: 9995-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "cdell.io"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://cdell.io"
|
||||
date: 1999-08-08
|
||||
date: 9977-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "chris.banes.dev"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://chris.banes.dev"
|
||||
date: 2011-08-08
|
||||
date: 9988-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "ciicadalab.github.io"
|
||||
tags: [Organization site]
|
||||
externalUrl: "https://ciicadalab.github.io"
|
||||
date: 2014-08-08
|
||||
date: 9991-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "clemsau.com"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://clemsau.com/"
|
||||
date: 1977-08-08
|
||||
date: 9956-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 89 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "code-chimp.com"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://code-chimp.com"
|
||||
date: 2020-08-08
|
||||
date: 9997-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "cuttontail.blog"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://cuttontail.blog"
|
||||
date: 2016-08-08
|
||||
date: 9993-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "dizzytech.de"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://dizzytech.de"
|
||||
date: 1995-08-08
|
||||
date: 9973-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "fahru.my.id"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://www.fahru.my.id"
|
||||
date: 2010-08-08
|
||||
date: 9987-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "fedeizzo.dev"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://fedeizzo.dev"
|
||||
date: 2017-08-08
|
||||
date: 9994-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "fugugames.com"
|
||||
tags: [Games site]
|
||||
externalUrl: "https://fugugames.com/"
|
||||
date: 1985-08-08
|
||||
date: 9963-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "georgiancodeclub.github.io"
|
||||
tags: [College club site]
|
||||
externalUrl: "https://georgiancodeclub.github.io"
|
||||
date: 2013-08-08
|
||||
date: 9990-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "halcyonstraits.com"
|
||||
tags: [Doll photography]
|
||||
externalUrl: "https://www.halcyonstraits.com/"
|
||||
date: 1972-08-08
|
||||
date: 9951-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "hellstabber.github.io"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://hellstabber.github.io/"
|
||||
date: 1978-08-08
|
||||
date: 9957-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "hyperbowl3d.com"
|
||||
tags: [Game site]
|
||||
externalUrl: "https://hyperbowl3d.com/"
|
||||
date: 1984-08-08
|
||||
date: 9962-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 104 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "insidemordecai.com"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://insidemordecai.com"
|
||||
date: 2002-08-08
|
||||
date: 9980-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
BIN
exampleSite/content/users/jahsehj.github.io/feature.jpg
Normal file
After Width: | Height: | Size: 55 KiB |
13
exampleSite/content/users/jahsehj.github.io/index.md
Normal 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
|
||||
---
|
|
@ -2,7 +2,7 @@
|
|||
title: "jam.dsg.li"
|
||||
tags: [Organization site]
|
||||
externalUrl: "https://jam.dsg.li"
|
||||
date: 1998-08-08
|
||||
date: 9976-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "jamesdixon.dev"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://jamesdixon.dev"
|
||||
date: 2001-08-08
|
||||
date: 9979-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "jeknom.github.io"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://jeknom.github.io"
|
||||
date: 2009-08-08
|
||||
date: 9986-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
BIN
exampleSite/content/users/jundimubarok.com/feature.jpg
Normal file
After Width: | Height: | Size: 53 KiB |
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: "blog.watchstep.me"
|
||||
title: "jundimubarok.com"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://blog.watchstep.me"
|
||||
date: 2008-08-08
|
||||
externalUrl: "https://jundimubarok.com/"
|
||||
date: 9944-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
|
@ -2,7 +2,7 @@
|
|||
title: "lelouvincx.github.io"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://lelouvincx.github.io/"
|
||||
date: 1976-08-08
|
||||
date: 9955-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "loisvelasco.is-a.dev"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://loisvelasco.is-a.dev"
|
||||
date: 2006-08-08
|
||||
date: 9984-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
BIN
exampleSite/content/users/m3upt.com/feature.jpg
Normal file
After Width: | Height: | Size: 101 KiB |
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
title: "terraformbuch.de"
|
||||
tags: [Book site]
|
||||
externalUrl: "https://terraformbuch.de/"
|
||||
date: 1980-08-08
|
||||
title: "m3upt.com"
|
||||
tags: [Project site]
|
||||
externalUrl: "https://m3upt.com"
|
||||
date: 9947-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
|
@ -2,7 +2,7 @@
|
|||
title: "madoke.org"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://madoke.org/"
|
||||
date: 2021-08-08
|
||||
date: 9998-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "mariuskimmina.com"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://mariuskimmina.com/"
|
||||
date: 1987-08-08
|
||||
date: 9965-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "marupanda.art/marucomics"
|
||||
tags: [Comics site]
|
||||
externalUrl: "https://marupanda.art/marucomics/"
|
||||
date: 1970-08-08
|
||||
date: 9949-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "mucahitkurtlar.github.io"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://mucahitkurtlar.github.io"
|
||||
date: 2019-08-08
|
||||
date: 9996-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "muhalvin.github.io"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://muhalvin.github.io/"
|
||||
date: 1988-08-08
|
||||
date: 9966-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "nick.bouwhuis.net"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://nick.bouwhuis.net"
|
||||
date: 1990-08-08
|
||||
date: 9968-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "nikarashihatsu.github.io"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://nikarashihatsu.github.io/"
|
||||
date: 1974-08-08
|
||||
date: 9953-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 88 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "niklas-hartmann-dev.de"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://niklas-hartmann-dev.de/"
|
||||
date: 1992-08-08
|
||||
date: 9970-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 76 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "nunocoracao.com"
|
||||
tags: [Personal site,Theme author]
|
||||
externalUrl: "https://nunocoracao.com"
|
||||
date: 2022-08-08
|
||||
date: 9999-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "omarohn.de"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://omarohn.de"
|
||||
date: 2004-08-08
|
||||
date: 9982-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "overdevelop.io"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://overdevelop.io"
|
||||
date: 2007-08-08
|
||||
date: 9985-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "pacochan.net"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://pacochan.net"
|
||||
date: 1968-08-08
|
||||
date: 9946-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "pmnxis.github.io"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://pmnxis.github.io"
|
||||
date: 2015-08-08
|
||||
date: 9992-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "priyakdey.com"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://priyakdey.com"
|
||||
date: 1997-08-08
|
||||
date: 9975-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "rdgo.dev"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://rdgo.dev/"
|
||||
date: 1981-08-08
|
||||
date: 9959-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "sdehm.dev"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://sdehm.dev"
|
||||
date: 1996-08-08
|
||||
date: 9974-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "seanomahoney.com"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://seanomahoney.com/"
|
||||
date: 1969-08-08
|
||||
date: 9948-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 89 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "shenshu.fun"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://shenshu.fun/"
|
||||
date: 1979-08-08
|
||||
date: 9958-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 58 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "spelucin.me"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://spelucin.me"
|
||||
date: 2003-08-08
|
||||
date: 9981-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "tabletopflore.com"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://www.tabletopflore.com"
|
||||
date: 2005-08-08
|
||||
date: 9983-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "talkdimsum.com"
|
||||
tags: [App site]
|
||||
externalUrl: "https://talkdimsum.com/"
|
||||
date: 1983-08-08
|
||||
date: 9961-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 70 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "technicat.com"
|
||||
tags: [Company site]
|
||||
externalUrl: "https://technicat.com/"
|
||||
date: 1986-08-08
|
||||
date: 9964-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 48 KiB |
|
@ -17,266 +17,379 @@
|
|||
{
|
||||
"title": "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"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "brendanwallace.github.io",
|
||||
"url": "https://brendanwallace.github.io",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "fedeizzo.dev",
|
||||
"url": "https://fedeizzo.dev",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "cuttontail.blog",
|
||||
"url": "https://cuttontail.blog",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "pmnxis.github.io",
|
||||
"url": "https://pmnxis.github.io",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "ciicadalab.github.io",
|
||||
"url": "https://ciicadalab.github.io",
|
||||
"tags": ["Organization site"]
|
||||
"tags": [
|
||||
"Organization site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "georgiancodeclub.github.io",
|
||||
"url": "https://georgiancodeclub.github.io",
|
||||
"tags": ["College club site"]
|
||||
"tags": [
|
||||
"College club site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "albertolvera.com",
|
||||
"url": "https://albertolvera.com",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "chris.banes.dev",
|
||||
"url": "https://chris.banes.dev",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "fahru.my.id",
|
||||
"url": "https://www.fahru.my.id",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "jeknom.github.io",
|
||||
"url": "https://jeknom.github.io",
|
||||
"tags": ["Personal site"]
|
||||
},
|
||||
{
|
||||
"title": "blog.watchstep.me",
|
||||
"url": "https://blog.watchstep.me",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "overdevelop.io",
|
||||
"url": "https://overdevelop.io",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "loisvelasco.is-a.dev",
|
||||
"url": "https://loisvelasco.is-a.dev",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "tabletopflore.com",
|
||||
"url": "https://www.tabletopflore.com",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "omarohn.de",
|
||||
"url": "https://omarohn.de",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "spelucin.me",
|
||||
"url": "https://spelucin.me",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "insidemordecai.com",
|
||||
"url": "https://insidemordecai.com",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "jamesdixon.dev",
|
||||
"url": "https://jamesdixon.dev",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "blastomussa.dev",
|
||||
"url": "https://blastomussa.dev",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "cdell.io",
|
||||
"url": "https://cdell.io",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "jam.dsg.li",
|
||||
"url": "https://jam.dsg.li",
|
||||
"tags": ["Organization site"]
|
||||
"tags": [
|
||||
"Organization site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "priyakdey.com",
|
||||
"url": "https://priyakdey.com",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "sdehm.dev",
|
||||
"url": "https://sdehm.dev",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "dizzytech.de",
|
||||
"url": "https://dizzytech.de",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "alejandro-ao.com",
|
||||
"url": "https://alejandro-ao.com/",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "adir1.com",
|
||||
"url": "https://adir1.com/",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "niklas-hartmann-dev.de",
|
||||
"url": "https://niklas-hartmann-dev.de/",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "blog.muffn.io",
|
||||
"url": "https://blog.muffn.io/",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "nick.bouwhuis.net",
|
||||
"url": "https://nick.bouwhuis.net",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "vividscc.com",
|
||||
"url": "https://vividscc.com/",
|
||||
"tags": ["Business site"]
|
||||
"tags": [
|
||||
"Business site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "muhalvin.github.io",
|
||||
"url": "https://muhalvin.github.io/",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "mariuskimmina.com",
|
||||
"url": "https://mariuskimmina.com/",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "technicat.com",
|
||||
"url": "https://technicat.com/",
|
||||
"tags": ["Company site"]
|
||||
"tags": [
|
||||
"Company site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "fugugames.com",
|
||||
"url": "https://fugugames.com/",
|
||||
"tags": ["Games site"]
|
||||
"tags": [
|
||||
"Games site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "hyperbowl3d.com",
|
||||
"url": "https://hyperbowl3d.com/",
|
||||
"tags": ["Game site"]
|
||||
"tags": [
|
||||
"Game site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "talkdimsum.com",
|
||||
"url": "https://talkdimsum.com/",
|
||||
"tags": ["App site"]
|
||||
"tags": [
|
||||
"App site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "alanctanner.com",
|
||||
"url": "https://alanctanner.com/",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "rdgo.dev",
|
||||
"url": "https://rdgo.dev/",
|
||||
"tags": ["Personal site"]
|
||||
},
|
||||
{
|
||||
"title": "terraformbuch.de",
|
||||
"url": "https://terraformbuch.de/",
|
||||
"tags": ["Book site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "shenshu.fun",
|
||||
"url": "https://shenshu.fun/",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "hellstabber.github.io",
|
||||
"url": "https://hellstabber.github.io/",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "clemsau.com",
|
||||
"url": "https://clemsau.com/",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "lelouvincx.github.io",
|
||||
"url": "https://lelouvincx.github.io/",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "weaxsey.org",
|
||||
"url": "https://weaxsey.org/",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "nikarashihatsu.github.io",
|
||||
"url": "https://nikarashihatsu.github.io/",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "blog.enmanuelmoreira.com",
|
||||
"url": "https://blog.enmanuelmoreira.com",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "halcyonstraits.com",
|
||||
"url": "https://www.halcyonstraits.com/",
|
||||
"tags": ["Doll photography"]
|
||||
"tags": [
|
||||
"Doll photography"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "50-nuances-octets.fr",
|
||||
"url": "https://www.50-nuances-octets.fr/",
|
||||
"tags": ["Organization site"]
|
||||
"tags": [
|
||||
"Organization site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "marupanda.art/marucomics",
|
||||
"url": "https://marupanda.art/marucomics/",
|
||||
"tags": ["Comics site"]
|
||||
"tags": [
|
||||
"Comics site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "seanomahoney.com",
|
||||
"url": "https://seanomahoney.com/",
|
||||
"tags": ["Personal site"]
|
||||
"tags": [
|
||||
"Personal site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "m3upt.com",
|
||||
"url": "https://m3upt.com",
|
||||
"tags": [
|
||||
"Project site"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "pacochan.net",
|
||||
"url": "https://pacochan.net",
|
||||
"tags": ["Personal site"]
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
|
@ -2,7 +2,7 @@
|
|||
title: "vividscc.com"
|
||||
tags: [Business site]
|
||||
externalUrl: "https://vividscc.com/"
|
||||
date: 1989-08-08
|
||||
date: 9967-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 77 KiB |
|
@ -2,7 +2,7 @@
|
|||
title: "weaxsey.org"
|
||||
tags: [Personal site]
|
||||
externalUrl: "https://weaxsey.org/"
|
||||
date: 1975-08-08
|
||||
date: 9954-08-08
|
||||
showDate: false
|
||||
showAuthor: false
|
||||
showReadingTime: false
|
||||
|
|
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 58 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 58 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 59 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 67 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 61 KiB |