|
You are here |
sam.hooke.me | ||
| | | | |
www.justinvollmer.com
|
|
| | | | | Justin Vollmer's personal website | |
| | | | |
www.berkhanberkdemir.com
|
|
| | | | | [AI summary] The author discusses their experience migrating their blog from GitHub Pages to Hugo, highlighting reasons such as ease of use, package availability, and gradual content migration. | |
| | | | |
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: | |
| | | | |
www.simpleprimate.com
|
|
| | | Jekyll bills itself as "a simple, blog-aware, static site generator." It takes source files like templates, stylesheets, includes, and posts and uses them to generate a website that can then be hosted on your server of choice. This means that the entire website is generated at once, and visitors are simply served static files. | ||