Compare commits

...

11 Commits

Author SHA1 Message Date
Nuno Coração d62cf93865 Merge pull request #299 from nunocoracao/dev
Release v2.17.1
2022-12-12 21:40:57 +00:00
Nuno Coração c2f5d25c4f updated theme version 2022-12-12 21:39:34 +00:00
Nuno Coração 2bc2c8c78c Merge pull request #298 from nunocoracao/297-prev-next-article-links-in-mobile-something-get-stuck-together
💄 add margin to article pagination links
2022-12-12 21:37:57 +00:00
Nuno Coração 738f8ee4cc added margin to article pagination links 2022-12-12 21:36:54 +00:00
Nuno Coração e275c96fd2 Merge pull request #296 from krishna-santosh/main
💄 add margin-bottom to 'the-top' element
2022-12-12 21:24:01 +00:00
Krishna Santosh 16bc8cf841 fix: moved Tags Authors to left in mobile view 2022-12-12 22:04:33 +05:30
Krishna Santosh 2f053a7279 fix: add margin-bottom to 'the-top' element 2022-12-11 18:52:41 +05:30
Krishna Santosh 38bcea0e0a fix: add margin-bottom to the-top element 2022-12-11 18:28:14 +05:30
Nuno Coração 6c0d09ae8c Merge pull request #290 from mztiq/patch-1
Update index.md
2022-12-11 11:14:09 +00:00
mztiq c246397a21 Update index.md 2022-12-10 02:21:04 +01:00
Nuno Coração 74be52e151 small fix in users page 2022-12-09 11:12:50 +00:00
6 changed files with 23 additions and 9 deletions
+4
View File
@@ -1306,6 +1306,10 @@ select {
margin-bottom: 3rem; margin-bottom: 3rem;
} }
.mb-16 {
margin-bottom: 4rem;
}
.mt-5 { .mt-5 {
margin-top: 1.25rem; margin-top: 1.25rem;
} }
@@ -9,8 +9,9 @@ showDate: false
showAuthor: true showAuthor: true
showReadingTime: false showReadingTime: false
showEdit: false showEdit: false
layoutBackgroundHeaderSpace: false
--- ---
{{< lead >}} {{< lead >}}
Real websites that are built with Blowfish. Real websites that are built with Blowfish.
@@ -45,9 +46,18 @@ Real websites that are built with Blowfish.
| [insidemordecai.com](https://insidemordecai.com) | Personal site | | [insidemordecai.com](https://insidemordecai.com) | Personal site |
| [sajayprakash.com](https://sajayprakash.com) | Personal site | | [sajayprakash.com](https://sajayprakash.com) | Personal site |
| [jamesdixon.dev](https://jamesdixon.dev) | 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 |
{{< alert >}} {{< alert >}}
**Blowfish user?** To add your site to this list, [submit a pull request](https://github.com/nunocoracao/blowfish/blob/main/exampleSite/content/users.md). **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 >}} {{</ alert >}}
+2 -2
View File
@@ -28,7 +28,7 @@
{{ if and (.Site.Params.footer.showScrollToTop | default true) (gt .WordCount 200) }} {{ if and (.Site.Params.footer.showScrollToTop | default true) (gt .WordCount 200) }}
<div class="pointer-events-none absolute top-[100vh] bottom-0 w-12 ltr:right-0 rtl:left-0"> <div class="pointer-events-none absolute top-[100vh] bottom-0 w-12 ltr:right-0 rtl:left-0">
<a href="#the-top" <a href="#the-top"
class="pointer-events-auto sticky top-[calc(100vh-5.5rem)] flex h-12 w-12 items-center justify-center rounded-full bg-neutral/50 text-xl text-neutral-700 backdrop-blur hover:text-primary-600 dark:bg-neutral-800/50 dark:text-neutral dark:hover:text-primary-400" class="pointer-events-auto sticky top-[calc(100vh-5.5rem)] flex h-12 w-12 mb-16 items-center justify-center rounded-full bg-neutral/50 text-xl text-neutral-700 backdrop-blur hover:text-primary-600 dark:bg-neutral-800/50 dark:text-neutral dark:hover:text-primary-400"
aria-label="{{ i18n " nav.scroll_to_top_title" }}" title="{{ i18n " nav.scroll_to_top_title" }}"> aria-label="{{ i18n " nav.scroll_to_top_title" }}" title="{{ i18n " nav.scroll_to_top_title" }}">
&uarr; &uarr;
</a> </a>
@@ -46,4 +46,4 @@
data-id="{{ .Site.Params.buymeacoffee.identifier }}" data-description="Support me on Buy me a coffee!" data-message="{{ .Site.Params.buymeacoffee.globalWidgetMessage | default "" }}" data-id="{{ .Site.Params.buymeacoffee.identifier }}" data-description="Support me on Buy me a coffee!" data-message="{{ .Site.Params.buymeacoffee.globalWidgetMessage | default "" }}"
data-color="{{ .Site.Params.buymeacoffee.globalWidgetColor | default "#FFDD00" }}" data-position="{{ .Site.Params.buymeacoffee.globalWidgetPosition | default "Left" }}" data-x_margin="18" data-y_margin="18"></script> data-color="{{ .Site.Params.buymeacoffee.globalWidgetColor | default "#FFDD00" }}" data-position="{{ .Site.Params.buymeacoffee.globalWidgetPosition | default "Left" }}" data-x_margin="18" data-y_margin="18"></script>
{{ end }} {{ end }}
</html> </html>
+2 -2
View File
@@ -11,7 +11,7 @@
<div class="flex justify-between pt-3"> <div class="flex justify-between pt-3">
<span> <span>
{{ if $prev }} {{ if $prev }}
<a class="flex group" href="{{ $prev.RelPermalink }}"> <a class="flex group mr-3" href="{{ $prev.RelPermalink }}">
<span <span
class="mr-3 text-neutral-700 group-hover:text-primary-600 ltr:inline rtl:hidden dark:text-neutral dark:group-hover:text-primary-400" class="mr-3 text-neutral-700 group-hover:text-primary-600 ltr:inline rtl:hidden dark:text-neutral dark:group-hover:text-primary-400"
>&larr;</span >&larr;</span
@@ -36,7 +36,7 @@
</span> </span>
<span> <span>
{{ if $next }} {{ if $next }}
<a class="flex text-right group" href="{{ $next.RelPermalink }}"> <a class="flex text-right group ml-3" href="{{ $next.RelPermalink }}">
<span class="flex flex-col"> <span class="flex flex-col">
<span <span
class="mt-[0.1rem] leading-6 group-hover:underline group-hover:decoration-primary-500" class="mt-[0.1rem] leading-6 group-hover:underline group-hover:decoration-primary-500"
+2 -2
View File
@@ -2,10 +2,10 @@
{{/* Footer menu */}} {{/* Footer menu */}}
{{ if .Site.Params.footer.showMenu | default true }} {{ if .Site.Params.footer.showMenu | default true }}
{{ if .Site.Menus.footer }} {{ if .Site.Menus.footer }}
<nav class="pb-4 text-base font-medium text-neutral-500 dark:text-neutral-400"> <nav class="flex flex-row pb-4 text-base font-medium text-neutral-500 dark:text-neutral-400">
<ul class="flex flex-col list-none sm:flex-row"> <ul class="flex flex-col list-none sm:flex-row">
{{ range .Site.Menus.footer }} {{ range .Site.Menus.footer }}
<li class="mb-1 ltr:text-right rtl:text-left sm:mb-0 ltr:sm:mr-7 ltr:sm:last:mr-0 rtl:sm:ml-7 rtl:sm:last:ml-0"> <li class="flex mb-1 ltr:text-right rtl:text-left sm:mb-0 ltr:sm:mr-7 ltr:sm:last:mr-0 rtl:sm:ml-7 rtl:sm:last:ml-0">
<a class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2" href="{{ .URL }}" <a class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2" href="{{ .URL }}"
title="{{ .Title }}">{{ .Name | markdownify | emojify }}</a> title="{{ .Title }}">{{ .Name | markdownify | emojify }}</a>
</li> </li>
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "hugo-blowfish-theme", "name": "hugo-blowfish-theme",
"version": "2.17.0", "version": "2.17.1",
"description": "Blowfish theme for Hugo", "description": "Blowfish theme for Hugo",
"scripts": { "scripts": {
"fullinstall": "npm run preinstall && npm install && npm run postinstall", "fullinstall": "npm run preinstall && npm install && npm run postinstall",