Hugo tips and tricks
This page describes my experiences with the static web site publishing tool Hugo. Open link in new tab There is a discussion which describes How to open links in a new tab. ...
This page describes my experiences with the static web site publishing tool Hugo. Open link in new tab There is a discussion which describes How to open links in a new tab. ...
Mermaid is a JavaScript based diagramming and charting tool that renders Markdown-inspired text definitions to create and modify diagrams dynamically. ...
This is a list of reminders and open questions I still wanted to look at in more detail. CSV conversion Next to FSharp.Data there is CSVHelper. However, it does not support FSharp types intrinsically. A stackoverflow article describes the details. ...
Helping out a friend to get a Matura thesis completed, I stumbled onto the topics of citations and bibliographies. In the end, I wanted to get a handle on bibliographies using dotnet code. ...
This post covers some more Jekyll tips and tricks like searching a web page. Searching a Jekyll page Web pages based on databases such as WordPress search the data in the underlying database. Static web sites based on Jekyll however don’t have this database but only files. ...
Mathematical formulas While working on post Mathe Uffzig, I stumbled upon the problem of displaying mathematical formulas in the Jekyll markdown templating engine Liquid. ...
You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated. ...