|
You are here |
discourse.gohugo.io | ||
| | | | |
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: | |
| | | | |
hjr265.me
|
|
| | | | | A few weeks ago, I came across a blog post on my RSS reader: Building a blog in Django. This simple tutorial by Simon Willison was an enjoyable read. I understand the topic is not novel, but I liked how it reminds you of the simple features that enhance the implementation of a blog. Quoting from the blog post by Simon Willison: Here are the features I consider to be essential for a blog in 2023 (though they haven't changed much in over a decade): | |
| | | | |
zola.discourse.group
|
|
| | | | | I want templates/index.html to paginate through content/blog . content ? blog 2020-09-29-rust-optimization.md 2021-01-10-dont-use-brave.md ? comments.js ? main.js sass ?... | |
| | | | |
lirantal.com
|
|
| | | Getting started with MEAN.io JavaScript & Node.js framework by keeping up with the git branch of development | ||