You are here |
www.jayeless.net | ||
| | | |
makewithhugo.com
|
|
| | | | As with many sites these days, once they get beyond a certain size then search becomes an essential part of them. It can however, be one of the trickier parts of a statically built website because without a back-end to do the search for you, it has to be done client-side in the web browser using JavaScript. Luckily, solutions to this problem already exist and we show off one these solutions below which uses both FuseJS and MarkJS. | |
| | | |
roneo.org
|
|
| | | | Note: You need to run Hugo ? 0.81, and Hugo 0.108.0 provides interesting improvements on this topic Enable Markdown Attributes In config.toml [markup.goldmark.parser.attribute] block = true title = true or in config.yml markup: goldmark: parser: attribute: block: true title: true Usage Add a single class:  {.custom-css-class} Add multiples classes:  {.myclass class="custom-css-class1 custom-class2"} Example This picture surrounded by a frame is the result of this image together with some CSS and the following markup: | |
| | | |
roneo.org
|
|
| | | | Hugo: include/embed another file with a shortcode - Roneo.org | |
| | | |
fak3r.com
|
|
| |