Replies: 5 comments 5 replies
-
Hello @ooexiaoo take a look at these docs: https://nunocoracao.github.io/blowfish/docs/thumbnails/ https://nunocoracao.github.io/blowfish/samples/thumbnail_sample/ It should help |
Beta Was this translation helpful? Give feedback.
4 replies
-
Hello,
Thank you. I did but initially didn't fully understand! Now I have tried
more times. It was so simple I just didn't pick up that the feature image
would also work for list pages (duh!)
After trying so many themes yours was the only one that had all the
facilities I needed.
Just a loose question: if I wanted a "topic" system just like the series
system would this work:
1. create the taxonomy "Topics"
2. duplicate series.html and series_order.html and rename to topic.html and
topic_order.html
Would that be enough or is there code elsewhere to manipulate?
Thank you
Dan
…On Tue, 28 Feb 2023 at 17:37, Nuno Coração ***@***.***> wrote:
They do exist and you need to create specific folders to place the images.
Check Blowfish repo for examples and read Hugo's docs.
—
Reply to this email directly, view it on GitHub
<#292 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOR7BHWCU3IUEIAXEFDND3WZWTH5ANCNFSM6AAAAAAS2EP7EA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello Nuno,
Thank you, I will.
…On Fri, 3 Mar 2023 at 08:39, Nuno Coração ***@***.***> wrote:
@danraymond <https://github.com/danraymond> check in blowfish how I
created the taxonomy authors. Also check Hugo's docs for the details on how
to do it.
—
Reply to this email directly, view it on GitHub
<#292 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOR7BAUCFWUBU3VKJ43XSDW2EOQNANCNFSM6AAAAAAS2EP7EA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
HI Nuno,
I have nearly nailed the topics functionality similar to the "series"
function in Blowfish. A small question: Where does the statement text "This
article is part of a series" come from in the code? I can see this: {{
index .Params.topics 0 }} - {{ i18n "article.part_of_series" }} but
where does .part_of_series get the text string "This article is part of a
series"
Thank you
Dan
…On Fri, 3 Mar 2023 at 08:39, Nuno Coração ***@***.***> wrote:
@danraymond <https://github.com/danraymond> check in blowfish how I
created the taxonomy authors. Also check Hugo's docs for the details on how
to do it.
—
Reply to this email directly, view it on GitHub
<#292 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOR7BAUCFWUBU3VKJ43XSDW2EOQNANCNFSM6AAAAAAS2EP7EA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I finally sorted it!
Now to see if I can do a hierarchy of series within a topic!!
Thank you for your help.
Regards
Dan
…On Fri, 3 Mar 2023 at 08:39, Nuno Coração ***@***.***> wrote:
@danraymond <https://github.com/danraymond> check in blowfish how I
created the taxonomy authors. Also check Hugo's docs for the details on how
to do it.
—
Reply to this email directly, view it on GitHub
<#292 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOR7BAUCFWUBU3VKJ43XSDW2EOQNANCNFSM6AAAAAAS2EP7EA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm confused about how to add images to pages other than the homepage and I'm not talking about blog posts here.
I'm talking about category pages or any other page I've created for example a page with all my art blog posts under that page "ART".
I see background images for different pages on the demo blog of blowfish, but I can't seem to find the settings as to how to achieve it by myself.
Beta Was this translation helpful? Give feedback.
All reactions