Compare commits
68 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17a53b56e9 | |||
| ff2b7dfa48 | |||
| 044736208a | |||
| 5ee491bc0a | |||
| 3eb9031b84 | |||
| 045416daf1 | |||
| 1c91bb6fd5 | |||
| cd342e8674 | |||
| a5b20fff6c | |||
| bb713eaaa4 | |||
| 0e577e2d5c | |||
| a640a461d1 | |||
| bfe41ff1a9 | |||
| 22f25b912f | |||
| b97bd9a0fc | |||
| dcc8821b32 | |||
| 5206b02121 | |||
| 3c1fd22fdb | |||
| e09bb0c7ac | |||
| f86a95a189 | |||
| ada540f102 | |||
| c21aac1baa | |||
| 9d28ff57f2 | |||
| 1b5fb63275 | |||
| ad79f8f19e | |||
| e9d43b07c1 | |||
| 3fa1bcd3e4 | |||
| 7305e629da | |||
| 3c7c54e3b1 | |||
| cd28a023eb | |||
| 2edf271084 | |||
| 8936b4d0fc | |||
| 13a7ad8ec4 | |||
| fef151c3eb | |||
| ba7d7d5a6c | |||
| 869da321a6 | |||
| 02258281cf | |||
| 134d9c1179 | |||
| ada2b2c99b | |||
| 7a40cfdb11 | |||
| afd4334cf8 | |||
| 78108c70de | |||
| 6f06d8550a | |||
| 83a2471949 | |||
| ba8045651a | |||
| 93f70df482 | |||
| 43cc1c7c82 | |||
| d9530c1dda | |||
| 4798c98291 | |||
| 5330bdc0bf | |||
| 154fa8caca | |||
| 9c9cbef243 | |||
| a0dc9825dc | |||
| b51d2dd68e | |||
| 517c9d0ff2 | |||
| db3cefaacb | |||
| eae354183e | |||
| 38f7e449bb | |||
| a6e9a885ec | |||
| eda728ba1d | |||
| 7a7fa2bf24 | |||
| 85867e3f14 | |||
| 18c163c563 | |||
| 8aa33cfdd8 | |||
| 61dbc60f03 | |||
| 53bc9b922b | |||
| 8dcddb1d88 | |||
| 9ccbeb696e |
@@ -23,7 +23,7 @@ jobs:
|
|||||||
HUGO_ENVIRONMENT: production
|
HUGO_ENVIRONMENT: production
|
||||||
HUGO_ENV: production
|
HUGO_ENV: production
|
||||||
run: |
|
run: |
|
||||||
hugo --minify -s exampleSite --themesDir ../.. -d ../public --baseURL https://blowfish.page
|
hugo -E -F --minify -s exampleSite --themesDir ../.. -d ../public --baseURL https://blowfish.page
|
||||||
|
|
||||||
- name: Deploy preview
|
- name: Deploy preview
|
||||||
uses: FirebaseExtended/action-hosting-deploy@v0
|
uses: FirebaseExtended/action-hosting-deploy@v0
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
HUGO_ENVIRONMENT: production
|
HUGO_ENVIRONMENT: production
|
||||||
HUGO_ENV: production
|
HUGO_ENV: production
|
||||||
run: |
|
run: |
|
||||||
hugo --minify -s exampleSite --themesDir ../.. -d ../public --baseURL https://blowfish.page
|
hugo -E -F --minify -s exampleSite --themesDir ../.. -d ../public --baseURL https://blowfish.page
|
||||||
|
|
||||||
- name: Deploy Production
|
- name: Deploy Production
|
||||||
uses: FirebaseExtended/action-hosting-deploy@v0
|
uses: FirebaseExtended/action-hosting-deploy@v0
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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 */
|
/*! 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;
|
||||||
@@ -1609,6 +1621,10 @@ select {
|
|||||||
margin-bottom: 0.625rem;
|
margin-bottom: 0.625rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mb-20 {
|
||||||
|
margin-bottom: 5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.mb-3 {
|
.mb-3 {
|
||||||
margin-bottom: 0.75rem;
|
margin-bottom: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
[module.hugoVersion]
|
[module.hugoVersion]
|
||||||
extended = true
|
extended = true
|
||||||
min = "0.87.0"
|
min = "0.87.0"
|
||||||
max = "0.115.1"
|
max = "0.115.4"
|
||||||
@@ -9,7 +9,7 @@ defaultContentLanguage = "en"
|
|||||||
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
|
||||||
|
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
paginate = 20
|
paginate = 100
|
||||||
summaryLength = 30
|
summaryLength = 30
|
||||||
|
|
||||||
buildDrafts = false
|
buildDrafts = false
|
||||||
|
|||||||
|
After Width: | Height: | Size: 59 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "50-nuances-octets.fr"
|
||||||
|
tags: [Organization site]
|
||||||
|
externalUrl: "https://www.50-nuances-octets.fr/"
|
||||||
|
date: 9948-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
title: "Users"
|
||||||
|
date: 2020-08-14
|
||||||
|
draft: false
|
||||||
|
description: "Some real-life Blowfish examples."
|
||||||
|
slug: "users"
|
||||||
|
tags: ["users", "sample"]
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Real websites that are built with Blowfish. Check the full list in [JSON format](/users/users.json).
|
||||||
|
|
||||||
|
|
||||||
|
{{< alert >}}
|
||||||
|
|
||||||
|
**Blowfish user?** To add your site to this list, [submit a pull request](https://github.com/nunocoracao/blowfish/blob/main/exampleSite/content/users/users.json).
|
||||||
|
|
||||||
|
{{</ alert >}}
|
||||||
|
|
||||||
|
</BR>
|
||||||
|
After Width: | Height: | Size: 72 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "adir1.com"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://adir1.com/"
|
||||||
|
date: 9970-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 43 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "alanctanner.com"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://alanctanner.com/"
|
||||||
|
date: 9959-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 46 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "albertolvera.com"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://albertolvera.com"
|
||||||
|
date: 9989-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 81 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "alejandro-ao.com"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://alejandro-ao.com/"
|
||||||
|
date: 9971-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 69 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "blastomussa.dev"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://blastomussa.dev"
|
||||||
|
date: 9977-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 87 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "blog.enmanuelmoreira.com"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://blog.enmanuelmoreira.com"
|
||||||
|
date: 9950-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 165 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "blog.muffn.io"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://blog.muffn.io/"
|
||||||
|
date: 9968-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 34 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "blog.watchstep.me"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://blog.watchstep.me"
|
||||||
|
date: 9985-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 20 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "brendanwallace.github.io"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://brendanwallace.github.io"
|
||||||
|
date: 9995-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 29 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "cdell.io"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://cdell.io"
|
||||||
|
date: 9976-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 88 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "chris.banes.dev"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://chris.banes.dev"
|
||||||
|
date: 9988-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 131 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "ciicadalab.github.io"
|
||||||
|
tags: [Organization site]
|
||||||
|
externalUrl: "https://ciicadalab.github.io"
|
||||||
|
date: 9991-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 68 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "clemsau.com"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://clemsau.com/"
|
||||||
|
date: 9954-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 88 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "code-chimp.com"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://code-chimp.com"
|
||||||
|
date: 9997-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 67 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "cuttontail.blog"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://cuttontail.blog"
|
||||||
|
date: 9993-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 37 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "dizzytech.de"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://dizzytech.de"
|
||||||
|
date: 9972-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 63 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "fahru.my.id"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://www.fahru.my.id"
|
||||||
|
date: 9987-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 23 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "fedeizzo.dev"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://fedeizzo.dev"
|
||||||
|
date: 9994-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 31 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "fugugames.com"
|
||||||
|
tags: [Games site]
|
||||||
|
externalUrl: "https://fugugames.com/"
|
||||||
|
date: 9962-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 55 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "georgiancodeclub.github.io"
|
||||||
|
tags: [College club site]
|
||||||
|
externalUrl: "https://georgiancodeclub.github.io"
|
||||||
|
date: 9990-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 60 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "halcyonstraits.com"
|
||||||
|
tags: [Doll photography]
|
||||||
|
externalUrl: "https://www.halcyonstraits.com/"
|
||||||
|
date: 9949-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 82 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "hellstabber.github.io"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://hellstabber.github.io/"
|
||||||
|
date: 9955-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 99 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "hyperbowl3d.com"
|
||||||
|
tags: [Game site]
|
||||||
|
externalUrl: "https://hyperbowl3d.com/"
|
||||||
|
date: 9961-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
@@ -1,89 +0,0 @@
|
|||||||
---
|
|
||||||
title: "Users"
|
|
||||||
date: 2020-08-14
|
|
||||||
draft: false
|
|
||||||
description: "Some real-life Blowfish examples."
|
|
||||||
slug: "users"
|
|
||||||
tags: ["users", "sample"]
|
|
||||||
showDate: false
|
|
||||||
showAuthor: false
|
|
||||||
showReadingTime: false
|
|
||||||
showEdit: false
|
|
||||||
layoutBackgroundHeaderSpace: false
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
||||||
{{< lead >}}
|
|
||||||
Real websites that are built with Blowfish.
|
|
||||||
{{< /lead >}}
|
|
||||||
|
|
||||||
|
|
||||||
{{< alert >}}
|
|
||||||
|
|
||||||
**Blowfish user?** To add your site to this list, [submit a pull request](https://github.com/nunocoracao/blowfish/blob/main/exampleSite/content/users/index.md).
|
|
||||||
|
|
||||||
{{</ alert >}}
|
|
||||||
|
|
||||||
| Website | Details |
|
|
||||||
| --------------------------------------------------------------------- | ---------------------------- |
|
|
||||||
| [nunocoracao.com](https://nunocoracao.com) | Personal site - Theme author |
|
|
||||||
| [madoke.org](https://madoke.org/) | Personal site |
|
|
||||||
| [code-chimp.com](https://code-chimp.com) | Personal site |
|
|
||||||
| [mucahitkurtlar.github.io](https://mucahitkurtlar.github.io) | Personal site |
|
|
||||||
| [brendanwallace.github.io](https://brendanwallace.github.io) | Personal site |
|
|
||||||
| [fedeizzo.dev](https://fedeizzo.dev) | Personal site |
|
|
||||||
| [cuttontail.blog](https://cuttontail.blog) | Personal site |
|
|
||||||
| [pmnxis.github.io](https://pmnxis.github.io) | Personal site |
|
|
||||||
| [ciicadalab.github.io](https://ciicadalab.github.io) | Organization site |
|
|
||||||
| [georgiancodeclub.github.io](https://georgiancodeclub.github.io) | College club site |
|
|
||||||
| [albertolvera.com](https://albertolvera.com) | Personal site |
|
|
||||||
| [chris.banes.dev](https://chris.banes.dev) | Personal site |
|
|
||||||
| [fahru.my.id](https://www.fahru.my.id) | Personal site |
|
|
||||||
| [jeknom.github.io](https://jeknom.github.io) | Personal site |
|
|
||||||
| [blog.watchstep.me](https://blog.watchstep.me) | Personal site |
|
|
||||||
| [overdevelop.io](https://overdevelop.io) | Personal site |
|
|
||||||
| [loisvelasco.is-a.dev](https://loisvelasco.is-a.dev) | Personal site |
|
|
||||||
| [tabletopflore.com](https://www.tabletopflore.com) | Personal site |
|
|
||||||
| [omarohn.de](https://omarohn.de) | Personal site |
|
|
||||||
| [spelucin.me](https://spelucin.me) | Personal site |
|
|
||||||
| [insidemordecai.com](https://insidemordecai.com) | Personal site |
|
|
||||||
| [jamesdixon.dev](https://jamesdixon.dev) | Personal site |
|
|
||||||
| [blastomussa.dev](https://blastomussa.dev) | Personal site |
|
|
||||||
| [cdell.io](https://cdell.io) | Personal site |
|
|
||||||
| [jam.dsg.li](https://jam.dsg.li) | Organization site |
|
|
||||||
| [priyakdey.com](https://priyakdey.com) | Personal site |
|
|
||||||
| [sdehm.dev](https://sdehm.dev) | Personal site |
|
|
||||||
| [dizzytech.de](https://dizzytech.de) | Personal site |
|
|
||||||
| [alejandro-ao.com](https://alejandro-ao.com/) | Personal site |
|
|
||||||
| [adir1.com](https://adir1.com/) | Personal site |
|
|
||||||
| [niklas-hartmann-dev.de](https://niklas-hartmann-dev.de/) | Personal site |
|
|
||||||
| [blog.muffn.io](https://blog.muffn.io/) | Personal site |
|
|
||||||
| [nick.bouwhuis.net](https://nick.bouwhuis.net) | Personal site |
|
|
||||||
| [vividscc.com](https://vividscc.com/) | Business site |
|
|
||||||
| [muhalvin.github.io](https://muhalvin.github.io/) | Personal site |
|
|
||||||
| [mariuskimmina.com](https://mariuskimmina.com/) | Personal site |
|
|
||||||
| [ashwinbalaji.xyz](https://ashwinbalaji.xyz/) | Personal site |
|
|
||||||
| [technicat.com](https://technicat.com/) | Company site |
|
|
||||||
| [fugugames.com](https://fugugames.com/) | Games site |
|
|
||||||
| [hyperbowl3d.com](https://hyperbowl3d.com/) | Game site |
|
|
||||||
| [talkdimsum.com](https://talkdimsum.com/) | App site |
|
|
||||||
| [alanctanner.com](https://alanctanner.com/) | Personal site |
|
|
||||||
| [rdgo.dev](https://rdgo.dev/) | Personal site |
|
|
||||||
| [ripplesding.github.io](https://ripplesding.github.io/) | Personal site |
|
|
||||||
| [terraformbuch.de](https://terraformbuch.de/) | Book site |
|
|
||||||
| [shenshu.fun](https://shenshu.fun/) | Personal site |
|
|
||||||
| [hellstabber.github.io](https://hellstabber.github.io/) | Personal site |
|
|
||||||
| [clemsau.com](https://clemsau.com/) | Personal site |
|
|
||||||
| [lelouvincx.github.io](https://lelouvincx.github.io/) | Personal site |
|
|
||||||
| [weaxsey.org](https://weaxsey.org/) | Personal site |
|
|
||||||
| [nikarashihatsu.github.io](https://nikarashihatsu.github.io/) | Personal site |
|
|
||||||
| [blog.enmanuelmoreira.com](https://blog.enmanuelmoreira.com) | Personal site |
|
|
||||||
| [halcyonstraits.com](https://www.halcyonstraits.com/) | Doll photography |
|
|
||||||
| [50-nuances-octets.fr](https://www.50-nuances-octets.fr/) | Organization site |
|
|
||||||
| [marupanda.art/marucomics](https://marupanda.art/marucomics/) | Comics site |
|
|
||||||
|
|
||||||
{{< alert >}}
|
|
||||||
|
|
||||||
**Blowfish user?** To add your site to this list, [submit a pull request](https://github.com/nunocoracao/blowfish/blob/main/exampleSite/content/users/index.md).
|
|
||||||
|
|
||||||
{{</ alert >}}
|
|
||||||
|
After Width: | Height: | Size: 105 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "insidemordecai.com"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://insidemordecai.com"
|
||||||
|
date: 9979-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 56 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "jam.dsg.li"
|
||||||
|
tags: [Organization site]
|
||||||
|
externalUrl: "https://jam.dsg.li"
|
||||||
|
date: 9975-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 56 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "jamesdixon.dev"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://jamesdixon.dev"
|
||||||
|
date: 9978-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 84 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "jeknom.github.io"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://jeknom.github.io"
|
||||||
|
date: 9986-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 117 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "lelouvincx.github.io"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://lelouvincx.github.io/"
|
||||||
|
date: 9953-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 45 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "loisvelasco.is-a.dev"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://loisvelasco.is-a.dev"
|
||||||
|
date: 9983-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 101 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "m3upt.com"
|
||||||
|
tags: [Project site]
|
||||||
|
externalUrl: "https://m3upt.com"
|
||||||
|
date: 9945-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 23 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "madoke.org"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://madoke.org/"
|
||||||
|
date: 9998-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 32 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "mariuskimmina.com"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://mariuskimmina.com/"
|
||||||
|
date: 9964-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 85 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "marupanda.art/marucomics"
|
||||||
|
tags: [Comics site]
|
||||||
|
externalUrl: "https://marupanda.art/marucomics/"
|
||||||
|
date: 9947-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 31 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "mucahitkurtlar.github.io"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://mucahitkurtlar.github.io"
|
||||||
|
date: 9996-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 22 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "muhalvin.github.io"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://muhalvin.github.io/"
|
||||||
|
date: 9965-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 78 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "nick.bouwhuis.net"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://nick.bouwhuis.net"
|
||||||
|
date: 9967-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 67 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "nikarashihatsu.github.io"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://nikarashihatsu.github.io/"
|
||||||
|
date: 9951-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 88 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "niklas-hartmann-dev.de"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://niklas-hartmann-dev.de/"
|
||||||
|
date: 9969-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 76 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "nunocoracao.com"
|
||||||
|
tags: [Personal site,Theme author]
|
||||||
|
externalUrl: "https://nunocoracao.com"
|
||||||
|
date: 9999-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 27 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "omarohn.de"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://omarohn.de"
|
||||||
|
date: 9981-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 27 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "overdevelop.io"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://overdevelop.io"
|
||||||
|
date: 9984-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 78 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "pacochan.net"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://pacochan.net"
|
||||||
|
date: 9945-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 93 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "pmnxis.github.io"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://pmnxis.github.io"
|
||||||
|
date: 9992-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 30 KiB |
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: "priyakdey.com"
|
||||||
|
tags: [Personal site]
|
||||||
|
externalUrl: "https://priyakdey.com"
|
||||||
|
date: 9974-08-08
|
||||||
|
showDate: false
|
||||||
|
showAuthor: false
|
||||||
|
showReadingTime: false
|
||||||
|
showEdit: false
|
||||||
|
showLikes: false
|
||||||
|
showViews: false
|
||||||
|
layoutBackgroundHeaderSpace: false
|
||||||
|
---
|
||||||