Explore >> Select a destination


You are here

roneo.org
| | yasha.solutions
8.0 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.
| | 4bes.nl
8.7 parsecs away

Travel
| | This step-by-step guide will walk you through an example to learn how to create a free website with Hugo and GitHub Pages
| | michaelneuper.com
8.2 parsecs away

Travel
| | Setting up your own static website can be a great way to showcase your personal brand, portfolio, or business online. In this post, we'll walk through the process of setting up a static website using Hugo as the static site generator and Netlify as the hosting service. Building The Site First, let's talk about what a static website is and why it's a good choice for many people. A static website is a website that is built using only HTML, CSS, and JavaScript files. These files are served to the user's web browser as-is, without the need for any server-side processing. This makes static websites fast, secure, and easy to maintain.
| | roneo.org
69.4 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: