Explore >> Select a destination


You are here

misha.brukman.net
| | prefetch.eu
11.2 parsecs away

Travel
| |
| | yasha.solutions
9.3 parsecs away

Travel
| | So, i had this planned for a while to add some more math content to this blog. Mostly for the content I do in french, where I do a lot of school related content for the kids but also for here, in english, where I will likely need it later when adding content about recommender system and other ML topics. Anyway, figured out that Latex is the way to go usually when you want to do some maths in a paper, and well, turns out there is a library for this name Katex and it's super simple to integrate in Hugo.
| | ionathan.ch
10.0 parsecs away

Travel
| |
| | roneo.org
73.3 parsecs away

Travel
| 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: ![Image description](/images/portfolio/theme-screenshot.jpg) {.custom-css-class} Add multiples classes: ![Image description](/images/portfolio/theme-screenshot.jpg) {.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: