Compare commits
35 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 |
2
.github/workflows/firebase-preview.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
HUGO_ENVIRONMENT: production
|
||||
HUGO_ENV: production
|
||||
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
|
||||
uses: FirebaseExtended/action-hosting-deploy@v0
|
||||
|
||||
2
.github/workflows/firebase-production.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
HUGO_ENVIRONMENT: production
|
||||
HUGO_ENV: production
|
||||
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
|
||||
uses: FirebaseExtended/action-hosting-deploy@v0
|
||||
|
||||
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;
|
||||
|
||||
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"
|
||||
@@ -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
|
||||
|
||||
enableRobotsTXT = true
|
||||
paginate = 20
|
||||
paginate = 100
|
||||
summaryLength = 30
|
||||
|
||||
buildDrafts = false
|
||||
|
||||
BIN
exampleSite/content/users/50-nuances-octets.fr/feature.jpg
Normal file
|
After Width: | Height: | Size: 59 KiB |
13
exampleSite/content/users/50-nuances-octets.fr/index.md
Normal file
@@ -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
|
||||
|
||||
26
exampleSite/content/users/_index.md
Normal file
@@ -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>
|
||||
BIN
exampleSite/content/users/adir1.com/feature.jpg
Normal file
|
After Width: | Height: | Size: 72 KiB |
13
exampleSite/content/users/adir1.com/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/alanctanner.com/feature.jpg
Normal file
|
After Width: | Height: | Size: 43 KiB |
13
exampleSite/content/users/alanctanner.com/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/albertolvera.com/feature.jpg
Normal file
|
After Width: | Height: | Size: 46 KiB |
13
exampleSite/content/users/albertolvera.com/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/alejandro-ao.com/feature.jpg
Normal file
|
After Width: | Height: | Size: 81 KiB |
13
exampleSite/content/users/alejandro-ao.com/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/blastomussa.dev/feature.jpg
Normal file
|
After Width: | Height: | Size: 69 KiB |
13
exampleSite/content/users/blastomussa.dev/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/blog.enmanuelmoreira.com/feature.jpg
Normal file
|
After Width: | Height: | Size: 87 KiB |
13
exampleSite/content/users/blog.enmanuelmoreira.com/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/blog.muffn.io/feature.jpg
Normal file
|
After Width: | Height: | Size: 165 KiB |
13
exampleSite/content/users/blog.muffn.io/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/blog.watchstep.me/feature.jpg
Normal file
|
After Width: | Height: | Size: 34 KiB |
13
exampleSite/content/users/blog.watchstep.me/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/brendanwallace.github.io/feature.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
13
exampleSite/content/users/brendanwallace.github.io/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/cdell.io/feature.jpg
Normal file
|
After Width: | Height: | Size: 29 KiB |
13
exampleSite/content/users/cdell.io/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/chris.banes.dev/feature.jpg
Normal file
|
After Width: | Height: | Size: 88 KiB |
13
exampleSite/content/users/chris.banes.dev/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/ciicadalab.github.io/feature.jpg
Normal file
|
After Width: | Height: | Size: 131 KiB |
13
exampleSite/content/users/ciicadalab.github.io/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/clemsau.com/feature.jpg
Normal file
|
After Width: | Height: | Size: 68 KiB |
13
exampleSite/content/users/clemsau.com/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/code-chimp.com/feature.jpg
Normal file
|
After Width: | Height: | Size: 88 KiB |
13
exampleSite/content/users/code-chimp.com/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/cuttontail.blog/feature.jpg
Normal file
|
After Width: | Height: | Size: 67 KiB |
13
exampleSite/content/users/cuttontail.blog/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/dizzytech.de/feature.jpg
Normal file
|
After Width: | Height: | Size: 37 KiB |
13
exampleSite/content/users/dizzytech.de/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/fahru.my.id/feature.jpg
Normal file
|
After Width: | Height: | Size: 63 KiB |
13
exampleSite/content/users/fahru.my.id/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/fedeizzo.dev/feature.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
13
exampleSite/content/users/fedeizzo.dev/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/fugugames.com/feature.jpg
Normal file
|
After Width: | Height: | Size: 31 KiB |
13
exampleSite/content/users/fugugames.com/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/georgiancodeclub.github.io/feature.jpg
Normal file
|
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
|
||||
|
||||
BIN
exampleSite/content/users/halcyonstraits.com/feature.jpg
Normal file
|
After Width: | Height: | Size: 60 KiB |
13
exampleSite/content/users/halcyonstraits.com/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/hellstabber.github.io/feature.jpg
Normal file
|
After Width: | Height: | Size: 82 KiB |
13
exampleSite/content/users/hellstabber.github.io/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/hyperbowl3d.com/feature.jpg
Normal file
|
After Width: | Height: | Size: 99 KiB |
13
exampleSite/content/users/hyperbowl3d.com/index.md
Normal file
@@ -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,91 +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 |
|
||||
| [seanomahoney.com](https://seanomahoney.com/) | Personal site |
|
||||
| [pacochan.net](https://pacochan.net) | Personal 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 >}}
|
||||
BIN
exampleSite/content/users/insidemordecai.com/feature.jpg
Normal file
|
After Width: | Height: | Size: 105 KiB |
13
exampleSite/content/users/insidemordecai.com/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/jam.dsg.li/feature.jpg
Normal file
|
After Width: | Height: | Size: 56 KiB |
13
exampleSite/content/users/jam.dsg.li/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/jamesdixon.dev/feature.jpg
Normal file
|
After Width: | Height: | Size: 56 KiB |
13
exampleSite/content/users/jamesdixon.dev/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/jeknom.github.io/feature.jpg
Normal file
|
After Width: | Height: | Size: 84 KiB |
13
exampleSite/content/users/jeknom.github.io/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/lelouvincx.github.io/feature.jpg
Normal file
|
After Width: | Height: | Size: 117 KiB |
13
exampleSite/content/users/lelouvincx.github.io/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/loisvelasco.is-a.dev/feature.jpg
Normal file
|
After Width: | Height: | Size: 45 KiB |
13
exampleSite/content/users/loisvelasco.is-a.dev/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/m3upt.com/feature.jpg
Normal file
|
After Width: | Height: | Size: 101 KiB |
13
exampleSite/content/users/m3upt.com/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/madoke.org/feature.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
13
exampleSite/content/users/madoke.org/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/mariuskimmina.com/feature.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
13
exampleSite/content/users/mariuskimmina.com/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/marupanda.art-marucomics/feature.jpg
Normal file
|
After Width: | Height: | Size: 85 KiB |
13
exampleSite/content/users/marupanda.art-marucomics/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/mucahitkurtlar.github.io/feature.jpg
Normal file
|
After Width: | Height: | Size: 31 KiB |
13
exampleSite/content/users/mucahitkurtlar.github.io/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/muhalvin.github.io/feature.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |
13
exampleSite/content/users/muhalvin.github.io/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/nick.bouwhuis.net/feature.jpg
Normal file
|
After Width: | Height: | Size: 78 KiB |
13
exampleSite/content/users/nick.bouwhuis.net/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/nikarashihatsu.github.io/feature.jpg
Normal file
|
After Width: | Height: | Size: 67 KiB |
13
exampleSite/content/users/nikarashihatsu.github.io/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/niklas-hartmann-dev.de/feature.jpg
Normal file
|
After Width: | Height: | Size: 88 KiB |
13
exampleSite/content/users/niklas-hartmann-dev.de/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/nunocoracao.com/feature.jpg
Normal file
|
After Width: | Height: | Size: 76 KiB |
13
exampleSite/content/users/nunocoracao.com/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/omarohn.de/feature.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
13
exampleSite/content/users/omarohn.de/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/overdevelop.io/feature.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
13
exampleSite/content/users/overdevelop.io/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/pacochan.net/feature.jpg
Normal file
|
After Width: | Height: | Size: 78 KiB |
13
exampleSite/content/users/pacochan.net/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/pmnxis.github.io/feature.jpg
Normal file
|
After Width: | Height: | Size: 93 KiB |
13
exampleSite/content/users/pmnxis.github.io/index.md
Normal file
@@ -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
|
||||
|
||||
BIN
exampleSite/content/users/priyakdey.com/feature.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
13
exampleSite/content/users/priyakdey.com/index.md
Normal file
@@ -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
|
||||
|
||||