Posts with the tag: tag1

Configuring the theme

Read in 1 minute ·

Sharing the config.toml used in this website: # Better code higlighting # via https://discourse.gohugo.io/t/pygmentscodefences-how-to-choose-themes/3842/3 pygmentsCodefences = true pygmentsStyle = "vs" # Integrations googleAnalytics = "UA-XXXXXX-XX" disqusShortname = "your-disqus-shortname" # Hightlight theme [markup.highlight] style = "github" # Allow HTML rendering inside markdown [markup.goldmark.renderer] unsafe = true [params] # Show intro in the home page (with headline and description) intro = true headline = "This is a headline" description = "A minimalist theme for Hugo, build with Tailwind CSS.