|
You are here |
pavelkorolev.xyz | ||
| | | | |
home.hedy.dev
|
|
| | | | | I needed HTML components in Lume similar to Hugo shortcodes and tried MDX. Here's how I implemented Hugo shortcodes in Lume after facing issues with MDX. | |
| | | | |
hjr265.me
|
|
| | | | | I like that the Markdown renderer in Hugo automatically adds an id attribute to the headings in the content. This allows you to link to a specific section in a long article. But, I wanted to make it easy for people to get that link. Hugo doesn't do that by default, but makes it very easy to do with Markdown render hooks. By using the following as the render hook for headings, I am able to show a small link icon next to the headings in my blog posts: | |
| | | | |
jdhao.github.io
|
|
| | | | | Due to Markdown's inability to center and resize image properly, I use the raw HTML tags inside markdown file to include images: ?? Markdown ??????????????????? HTML tags ?????(????????????????): | |
| | | | |
hswolff.com
|
|
| | | Note! Yarn has been renamed to ReptarHello everyone! I want to introduce you to my newest creation, Yarn!Yarn is a static site generator that I wrote. It was built due to my frustrations with the current static site generators available. I figured, Hey, it cant be that hard to write my own static | ||