|
You are here |
www.markusdosch.com | ||
| | | | |
egghead.io
|
|
| | | | | VSCode Themes are a quick way to update the color scheme and syntax highlighting of your code, but you might find your favorite theme isn't quite perfec... | |
| | | | |
roneo.org
|
|
| | | | | Setup your terminal text editor for syntax highlighting, git integration and more | |
| | | | |
logr.cogley.info
|
|
| | | | | Was pleasantly suprised at how easy it is to get syntax highlighting going in Hugo, since its inclusion of the fast Golang-based «Chroma» library, and even making it backward compatible with most pygments settings. My config.toml contains the following: 1 2 3 4 pygmentsOptions = "linenos=table" pygmentsCodeFences = "true" pygmentsCodefencesGuessSyntax = "true" pygmentsStyle = "tango" ... and to get it to work you just use a code fence (three backticks) specifying the language like: | |
| | | | |
gitea.treehouse.systems
|
|
| | | Gitea (Git with a cup of tea) is a painless self-hosted Git service written in Go | ||