diff --git a/README.md b/README.md index dd32e628..627cf157 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Blowfish + + + [![Blowfish Docs Deploy](https://github.com/nunocoracao/blowfish/actions/workflows/pages.yml/badge.svg)](https://github.com/nunocoracao/blowfish/actions/workflows/pages.yml) [![Minimum Hugo Version](https://img.shields.io/static/v1?label=min-HUGO-version&message=0.87.0&color=blue&logo=hugo)](https://github.com/gohugoio/hugo/releases/tag/v0.87.0) [![GitHub](https://img.shields.io/github/license/nunocoracao/blowfish)](https://github.com/nunocoracao/blowfish/blob/main/LICENSE) @@ -11,6 +14,7 @@ Blowfish is designed to be a powerful, lightweight theme for [Hugo](https://gohu 🌏 [Demo site](https://nunocoracao.github.io/blowfish/) 📑 [Theme documentation](https://nunocoracao.github.io/blowfish/docs/) +💎 [Merch Store](http://tee.pub/lic/qwSlWVBL5zc) 🐛 [Bug reports & issues](https://github.com/nunocoracao/blowfish/issues) 💡 [Questions & feature requests](https://github.com/nunocoracao/blowfish/discussions) diff --git a/blowfish_logo.png b/blowfish_logo.png new file mode 100644 index 00000000..667a56ce Binary files /dev/null and b/blowfish_logo.png differ diff --git a/exampleSite/config/_default/menus.en.toml b/exampleSite/config/_default/menus.en.toml index 18d4bc52..d0e408de 100644 --- a/exampleSite/config/_default/menus.en.toml +++ b/exampleSite/config/_default/menus.en.toml @@ -30,17 +30,22 @@ pageRef = "users" weight = 40 +[[main]] + name = "Merch" + url = "http://tee.pub/lic/qwSlWVBL5zc" + weight = 50 + [[main]] identifier = "github" pre = "github" url = "https://github.com/nunocoracao/blowfish" - weight = 50 + weight = 60 [[main]] identifier = "twitter" pre = "twitter" url = "https://twitter.com/burufugu" - weight = 60 + weight = 70 # -- Footer Menu -- diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index 46fc8aea..9253db24 100755 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -3,6 +3,12 @@ title: "Welcome to Blowfish! :tada:" description: "This is a demo of the Blowfish theme for Hugo." --- +
+ + + +
+ This is a demo site built entirely using Blowfish. It also contains a complete set of [theme documentation]({{< ref "docs" >}}). Blowfish is flexible and is great for both static page-based content (like this demo) or a traditional blog with a feed of recent posts.
@@ -20,4 +26,4 @@ This is a demo site built entirely using Blowfish. It also contains a complete s
-Explore the [sample pages]({{< ref "samples" >}}) to get a feel for what Blowfish can do. If you like what you see, check out the project on Github or read the [Installation guide]({{< ref "docs/installation" >}}) to get started. \ No newline at end of file +Explore the [sample pages]({{< ref "samples" >}}) to get a feel for what Blowfish can do. If you like what you see, check out the project on Github or read the [Installation guide]({{< ref "docs/installation" >}}) to get started. diff --git a/exampleSite/resources/_gen/images/blowfish_logo_transparent_hucbf0d022b5bd24a87b6b624a89292c1a_180422_192x192_fill_box_smart1_3.png b/exampleSite/resources/_gen/images/blowfish_logo_transparent_hucbf0d022b5bd24a87b6b624a89292c1a_180422_192x192_fill_box_smart1_3.png new file mode 100644 index 00000000..9d20c15a Binary files /dev/null and b/exampleSite/resources/_gen/images/blowfish_logo_transparent_hucbf0d022b5bd24a87b6b624a89292c1a_180422_192x192_fill_box_smart1_3.png differ