Removed default usage of line numbers for code blocks
This commit is contained in:
@@ -7,7 +7,7 @@ theme = "even"
|
||||
title = "A random assortment of my personal projects."
|
||||
|
||||
# https://gohugo.io/content-management/syntax-highlighting/
|
||||
pygmentsOptions = "linenos=table"
|
||||
pygmentsOptions = ""
|
||||
pygmentsCodefences = true
|
||||
pygmentsUseClasses = true
|
||||
pygmentsCodefencesGuessSyntax = true
|
||||
|
||||
@@ -52,7 +52,7 @@ reading further below.
|
||||
|
||||
## Verification
|
||||
To verify and retrieve the necessary keys to do so (automatically, if possible):
|
||||
```
|
||||
```bash
|
||||
gpg --auto-key-retrieve --verify sks-keyservers.netCA.pem.asc sks-keyservers.netCA.pem
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user