Morandyt Demo

Usage of code block style in markdown

How to change code block style in morandyt theme?

Table of Contents

inline table of content only on mobile

Folder

Head into your /assests/ folder

Command

Run:

1
hugo gen chromastyles --style=github > assets/css/chroma-light.css

&

1
hugo gen chromastyles --style=github-dark > assets/css/chroma-dark.css

Change `github` & `github-dark` to any style you like!

Style

Style reference: https://gohugo.io/content-management/syntax-highlighting/#style

pen

All Categories