Image and Emoji support + "Link 1" issue
paddy-exe opened this issue ยท 10 comments
Hey there, I have been using your template for my blog website: https://paddy-exe.github.io
Thank you for creating this :D
I have found several issues:
enableEmoji: true
in the md header does NOT actually activate Emoji support. Not really sure why- I have no idea where I can put images to embed into the .md files. I have tried
static
, a post package folder with animg
subfolder and none worked - In the template, there is no way to change the "Link 1" and "Link 2" links except to go into the template itself and change it. Is this intended?
Hi Patrick.
I have been using your template for my blog website: https://paddy-exe.github.io/
I'm glad to know that my theme has been useful to you. Thanks for choosing this theme.
Thank you for creating this :D
You're welcome Patrick.
I have found several issues
Thanks for identifying these issues. Here is what I have to say as of now:
- Emoji issue - I am able to reproduce this. I will implement a fix.
- Putting images - I have not yet used images in the example or sample posts (in the
exampleSite
folder). I will update you when I do this. - No way to change the links except to go into the template - no Patrick, it's not intended to be that way. I will implement a more elegant solution where links can be managed in the
config.toml
file.
- Emoji issue - I am able to reproduce this. will implement a fix.
- Putting images - I have not yet used images in the example or sample posts (in the
exampleSite
folder. I will update you when I do this.- No way to change the links except to go into the template - no Patrick, it's not intended to be that way. I will implement a more elegant solution where links can be managed in the
config.toml
file.
Thanks for the quick reply! Looking forward to the fixes!
- Emoji issue
- Image usage illustration
- Better way to manage footer links
Hi Patrick.
-
The emoji issue has been solved.
-
The links in the footer can now be managed using
config.toml
.Here is a sample configuration:
hugo-blog-awesome/exampleSite/config.toml
Lines 49 to 59 in b9fbdad
You can see the result of this below.
I feel, this is an elegant solution to manage links in the footer. What do you say ?
Hi Patrick.
- The emoji issue has been solved.
- The links in the footer can now be managed using
config.toml
.
Here is a sample configuration:
I feel, this is an elegant solution to manage links in the footer. What do you say ?
This is a very elegant solution! Thank you :D Btw where does this retrieve the icons from? Would be good to refer to the source of the icons (if they are not made by you) so ppl can check if another name like e.g. Mastodon or Ko-Fi is supported
Never mind, I found it out xD
This is a very elegant solution! Thank you :D
You are welcome Patrick.
You are correct regarding names of icons. How does someone figure out the icons that they can use ?
I made it clear by adding documentation here.
I have modified the exampleSite/content
folder to make it more suitable to include images. You can check it out in this post.
I have modified the
exampleSite/content
folder to make it more suitable to include images. You can check it out in this post.
Amazing work! Thank you very much :D I assume this also means that gifs are also supported? Also, do the files inside the folders have to be named index.md
or is that irrelevant?
Amazing work! Thank you very much :D
You are welcome Patrick. Thanks for pointing out the issues.
I assume this also means that gifs are also supported?
Yes, you are correct.
Also, do the files inside the folders have to be named index.md or is that irrelevant?
The markdown file has to be named index.md
. For more information you can read about leaf bundles on the Hugo documentation website here. There is no restriction on naming of other files or resources.
Perfect. Since all the issues are solved now, I will close this issue here now.