-
Notifications
You must be signed in to change notification settings - Fork 78
Questions about your theme #5
Comments
For the order, I guess it could be because of this code into colums.html : It seems coherent with my reports, as the higher weights seem to be displayed fisrt. It seems in contradiction with the docs page of hugo :
|
As I understand, random ordering for content with same weight can't be displayed randomly because of Hugo is static site generator. I can deal with this. But do you know if all the contents are loaded even if I don't scroll the page ? If yes, what do you think about a pagination to have a maximum content loaded in the first page ?
|
Lazy Load is implemented. So, only visible (a bit more) content will be loaded. You can test it by checking network page in your browser. |
I disagree. If we use "asc", it will be harder for long-term theme usage. Let's say you have 10 posts, they have weights and you want to add a new post and make it most important post; in case we use "asc", you need to update other posts' weights too. In case we use "desc", you can just use higher value for the weight. |
As you can use negative weights, it's not really true that we are "blocked" by using "asc" because in your example you could easily go to both directions. But I understand your point of view. |
Checked and yes, I saw that some images are only loaded after the scroll. Thanks for the clarification about this ! |
The theme supports using multiple pictures. Example without |
Yes I think using |
I guess this change will lead to a responsive issue.
Great! It's good to see you use the theme. As I see there are some responsive issues on mobile, I guess it's not caused by the theme, maybe some overwrite-changes?
Hmm, I don't understand this. So it randomly loads your custom or default 404 page?
I think no need to add this information to Slider. I think it's obvious they're clickable. |
There's no a limit. But like I said, #5 (comment) |
Random is not supported. You can use Hugo's sorting methods https://github.com/boratanrikulu/eternity/blob/main/doc/posts.md#usage-of-posts |
I guess I answered all questions. I'll check later for these;
|
Thanks for your replies. Yes I need to check it again because I'm surely doing wrong job when trying to customize your theme. I've find best theme and yours is the only one adapt to a photos' portfolio so hoping you could improve it even if it's already a very good theme for photographer. |
Via 1.3.7 version
":date_long" is used as time format
|
Thanks for this update.
|
Hi @boratanrikulu sorry if it's not the good place (it's not really an issue) but I thought that other people could have the same questions.
I've developped a personnal website with Hugo and your theme. This is the first "initial" deploy of it : https://cys-photographie.netlify.app/
Modifications
First of all, I will tell you the modifications I've made from your theme. Maybe it could give you ideas for improvements :
I've tried to localize perfectly to french "conventions" with this template code but never success.
If I just change
2 January 2006
with:date_full
it will literally write ":date_full" on the page.If I try to use the complete template
{{ .Date | time.Format ":date_full" }}
or{{ .ctx.Page..Date | time.Format ":date_full" }}
it will break all the website.Questions
Now my questions :
does the website loads indefinitively the pictures, for example into the /work page or can we add a maximum pictures loaded ?
how are displayed the pictures ? I've loaded several times and I've done a full reload, but it seems to have always the same order, and the posts with the smallest weight (1 in my case) are not even loaded into the first place on my /work page.
I was hoping the smalles weight will be displayed first, and randomly.
where do you think it's the best place to store the pictures ?
In my case, I've added folders into the "asset" folder and call them from the page with something like this :
I've tried to add them into static or ressources but without success or not also easy than this "asset" method.
multipleColumn: true
all pictures wil be aligned only on one line even if they are 6 or more pictures into the post. I could addmultipleColumn: true
but I don't find very attractive.I don't know if we can add a viewer which let use configure the number of max columns et let us navigate to the "album" post with left and right arrows.
Sorry for this long post, but hoping we can discuss about it.
Regards.
The text was updated successfully, but these errors were encountered: