Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

Live Coding Working On My Hugo Website

`youtube: https://www.youtube.com/watch?v=T25kxdY7Qwo`

### Overview

I use a modified version of the Tale](https://themes.gohugo.io/tale-hugo/) theme by [Emiel Hollander](https://www.emielhollander.nl) for my [Hugo website. In this stream, I make some modifications to it to hightlight draft headlines so they are easier to see. I also make some adjustments to the pagination of the site and then figure out how to change the syntax highlighting.

The code I used to highlight the drafts in my posts is:

Code

{{ if eq .Draft true }}DRAFT: {{ end }}

Highlighting is done pretty much straight from the example code with:

Code

{{</* highlight python "linenos=table" */>}}
/* code goes here */
{{</* / highlight */>}}

To use my own highlights, I ran this command inside my

### Useful Links

https://help.farbox.com/pygments.html - colorful

note that code highligthing should be done with the pygments thing in the config file at the root of the hugo site.

https://gohugo.io/getting-started/configuration-markup/

https://github.com/yuin/goldmark/#built-in-extensions

TODO: Look at this: https://raw.githubusercontent.com/it-gro/hugo-theme-w3css-basic/master/exampleSite/config.toml

TODO: Look at: https://invent.kde.org/websites/kate-editor-org/tree/master/themes/beautifulhugo