Pretty Icons with Fork Awesome
Fork Awesome is a fully open source fork of font awesome.
Check out the icons and get started.
I simply added
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
into the head-section of /themes/m10c/layouts/_default/baseof.html and was nearly ready to start .
One thing left to do is to enable rendering of plain html from within the markdown files. To do this add the following to your projects config.toml:
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true # Enable rendering of plain html from within markdown files
Cheers .