Dude, you are insane teacher. I mean it. i mean, after this point in hugo, I was actually able to build my own SSG website. Thanks to you man. Keep up the good work dude. You are a terrific teacher, not going way to basic and being at perfect pace.. kudos man !!! thanks a lot
If you got an ERROR clicking on "tag3" following here @4:58 ( link error to ..../tag3 without backslash?), try restarting your hugo server - fixed it for me. If you are wondering how "moods" displayed, it was specifically output in his layout - just wasn't set as a taxonomy (to create the taxonomy page) until config was changed.
7:18 If you were to use any name other than "moods", you need to modify themes\ga-hugo-theme\layouts\_default\list.html by adding a new line for that name. Otherwise, it will not be shown.
Your tutorials are verry good. Information is built up well and easy to understand. Plus the template really helps to see how the list stuff works. Thanks a lot.
Why aren't my websites saving on the same website? I have to manually place the file in the url to find my progress.. also the program i downloaded doesnt have a taxonomy option
Hello! Help plesase, where can i find how to show tags or categories in some another themes where it's impossible to see tags or categories or any front matter variables by default in that theme?
Before downloading it, read the Github ReadMe file for it and go through config.toml to get a better idea. People have explained the basics of their templates on the README.md
Hi Mike! For some reason, once I got my tags working to create their own list pages, the page doesn't filter. E.g. on tag page labelled "a" it will show all the pages, regardless of if they have "a" as a tag or not (I've tried several variations). Is this a theme issue?
Hi Mike, thanks for all these priceless lectures. I'm having a problem with non-Latin characters in permalinks. My blog is going to be in Turkish, so I want my tag and category names to be rendered on the page with Turkish characters properly, but in the permalinks, these words (taxonomies) must be converted to the proper Latin characters. For example, I have a category name "Sağlık" and I want it to be rendered as it is on the page, but as "saglik" in the permalinks. Is there a way to do it?
I think I’ve hit a wall with taxonomies and multilingual sites. On a taxonomy page, my other language is undefined. I think this makes sense since there is no way for Hugo to determine which taxonomy term in English correlated to the French term. So a page like “/category/apples” can’t automatically map to “/category/pommes”. I haven’t figured out if this is even possible.
Hi :), using taxonomies I want to extend {{.Template}} Template - {{.Kind}} with the current taxonomy and the value, e.g. tags/tag1. How can I do this? Is there a way to get the possible hugo variables displayed? Like code completion? Or the whole tree of variables? Cheers, Stefan
I also followed your example, created a new taxonomy called `moods` in config file and add moods for some posts. But it does not show up, I can only see categories and tags but I can access to /moods/happy for example. /moods does not show anything. I use hugo-future-imperfect theme Can a theme be configured to show only cats and tags in the post? if so how can modify its setting to show more customized taxonomies?
What happens if we create `content/moods/happy.md` ? What happens if we create `content/moods/_index.md`? What happens if we create `content/moods.md`?
I am glad you never show the connection between your content and your theme. So you learn absolutely nothing here unless you download your theme and look into it. Which is btw NOT linked in the description altough you keep saying that in every video.
I think, using themes in the tutorials makes it more difficult to understand how the the connection works rather than starting from scratch. After finishing this tutorial-videos I was not able to start on my own. Though I was following on every single step.
Dude, you are insane teacher. I mean it. i mean, after this point in hugo, I was actually able to build my own SSG website. Thanks to you man. Keep up the good work dude. You are a terrific teacher, not going way to basic and being at perfect pace.. kudos man !!! thanks a lot
agreed. build off my experience with MVC and now I love Hugo.
If you got an ERROR clicking on "tag3" following here @4:58 ( link error to ..../tag3 without backslash?), try restarting your hugo server - fixed it for me.
If you are wondering how "moods" displayed, it was specifically output in his layout - just wasn't set as a taxonomy (to create the taxonomy page) until config was changed.
Thanks! Solved it for me. I was getting 404 for tags and categories, until I restarted the server.
Thanks!!!
Great tip, Tim! Thanks
Finally, I can understand what taxonomy is. Thanks
7:18 If you were to use any name other than "moods", you need to modify themes\ga-hugo-theme\layouts\_default\list.html by adding a new line for that name. Otherwise, it will not be shown.
Thanks for the tip
Your tutorials are verry good. Information is built up well and easy to understand. Plus the template really helps to see how the list stuff works. Thanks a lot.
This is a great series tutorial. Everything was tackled one by one. I think this works for me because I won't be watching long straight videos.
Your such a great teacher massive respect! You should try making more tutorials
Why aren't my websites saving on the same website? I have to manually place the file in the url to find my progress.. also the program i downloaded doesnt have a taxonomy option
Hello! Help plesase, where can i find how to show tags or categories in some another themes where it's impossible to see tags or categories or any front matter variables by default in that theme?
Before downloading it, read the Github ReadMe file for it and go through config.toml to get a better idea. People have explained the basics of their templates on the README.md
Hi Mike! For some reason, once I got my tags working to create their own list pages, the page doesn't filter. E.g. on tag page labelled "a" it will show all the pages, regardless of if they have "a" as a tag or not (I've tried several variations). Is this a theme issue?
Hi Mike, thanks for all these priceless lectures. I'm having a problem with non-Latin characters in permalinks. My blog is going to be in Turkish, so I want my tag and category names to be rendered on the page with Turkish characters properly, but in the permalinks, these words (taxonomies) must be converted to the proper Latin characters. For example, I have a category name "Sağlık" and I want it to be rendered as it is on the page, but as "saglik" in the permalinks. Is there a way to do it?
Can you create custom list pages for taxonomies like you did for the specific content directories?
I think I’ve hit a wall with taxonomies and multilingual sites. On a taxonomy page, my other language is undefined. I think this makes sense since there is no way for Hugo to determine which taxonomy term in English correlated to the French term. So a page like “/category/apples” can’t automatically map to “/category/pommes”.
I haven’t figured out if this is even possible.
Is it possible to add a search based on tags or word matching in the title of the post in hugo?
What is the "functional" difference between tags and categories then?
there is none. just different names for different taxonomies.
Dude, did you drop a fart at 9:34?
Just a joke. I love your content. Speedy and to the point. Thanks
Hahaha, it was either a fart, me readjusting, or a little of both, I must have missed that in editing! Hope you enjoy the rest of the course : )
Amazing content! Thanks so much!!!
I changed "mood" to "author", and no author pages were generated. Is "author" a special keyword?
I did the same thing only changed the word to audience. Did you ever figure out where this is configured?
it's configured in '_default/list.html', on line 19.
Hi :),
using taxonomies I want to extend
{{.Template}} Template - {{.Kind}}
with the current taxonomy and the value, e.g. tags/tag1.
How can I do this?
Is there a way to get the possible hugo variables displayed? Like code completion? Or the whole tree of variables?
Cheers, Stefan
link to your theme is missing in the description :)
github.com/giraffeacademy/ga-hugo-theme
I'd like to know how you display the Taxonomies in the Content files. Can you do a video explaining how your theme is put together?
What about a custom template for the "mood" category list page?
10/10 teacher.
Love this series.
I also followed your example, created a new taxonomy called `moods` in config file and add moods for some posts.
But it does not show up, I can only see categories and tags but I can access to /moods/happy for example.
/moods does not show anything.
I use hugo-future-imperfect theme
Can a theme be configured to show only cats and tags in the post? if so how can modify its setting to show more customized taxonomies?
Thanks for the good tutorial.
Can we put a tag in other language? How?
What happens if we create `content/moods/happy.md` ? What happens if we create `content/moods/_index.md`? What happens if we create `content/moods.md`?
Thank you Mike
Who needs this way of generating websites?
I am glad you never show the connection between your content and your theme. So you learn absolutely nothing here unless you download your theme and look into it. Which is btw NOT linked in the description altough you keep saying that in every video.
I think, using themes in the tutorials makes it more difficult to understand how the the connection works rather than starting from scratch. After finishing this tutorial-videos I was not able to start on my own. Though I was following on every single step.
Great vibes, you must be a great person to be with
ok. like