Skip to content

Commit

Permalink
Merge pull request #823 from nunocoracao/744-revamp-user-list
Browse files Browse the repository at this point in the history
🎨 Revamp user list
  • Loading branch information
nunocoracao authored Jul 14, 2023
2 parents 869da32 + fef151c commit 13a7ad8
Show file tree
Hide file tree
Showing 15 changed files with 1,660 additions and 49 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions exampleSite/content/users/0nunocoracao.com/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "nunocoracao.com"
slug: "users"
tags: []
externalUrl: "https://nunocoracao.com"
showDate: false
showAuthor: false
showReadingTime: false
showEdit: false
showLikes: false
showViews: false
layoutBackgroundHeaderSpace: false
---
Expand Down
Binary file added exampleSite/content/users/1madoke.org/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions exampleSite/content/users/1madoke.org/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "madoke.org"
slug: "users"
tags: []
externalUrl: "https://madoke.org/"
showDate: false
showAuthor: false
showReadingTime: false
showEdit: false
showLikes: false
showViews: false
layoutBackgroundHeaderSpace: false
---
Expand Down
27 changes: 27 additions & 0 deletions exampleSite/content/users/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
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/users.json).

{{</ alert >}}

</BR>
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@
---
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 |
Expand Down Expand Up @@ -82,10 +56,4 @@ Real websites that are built with Blowfish.
| [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 >}}
| [pacochan.net](https://pacochan.net) | Personal site |
17 changes: 17 additions & 0 deletions exampleSite/content/users/users.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"title": "nunocoracao.com",
"url": "https://nunocoracao.com",
"tags": [
"Personal site",
"Theme author"
]
},
{
"title": "madoke.org",
"url": "https://madoke.org/",
"tags": [
"Personal site"
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nyt-puppeteer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 13a7ad8

Please sign in to comment.