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."
|
title = "A random assortment of my personal projects."
|
||||||
|
|
||||||
# https://gohugo.io/content-management/syntax-highlighting/
|
# https://gohugo.io/content-management/syntax-highlighting/
|
||||||
pygmentsOptions = "linenos=table"
|
pygmentsOptions = ""
|
||||||
pygmentsCodefences = true
|
pygmentsCodefences = true
|
||||||
pygmentsUseClasses = true
|
pygmentsUseClasses = true
|
||||||
pygmentsCodefencesGuessSyntax = true
|
pygmentsCodefencesGuessSyntax = true
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ reading further below.
|
|||||||
|
|
||||||
## Verification
|
## Verification
|
||||||
To verify and retrieve the necessary keys to do so (automatically, if possible):
|
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
|
gpg --auto-key-retrieve --verify sks-keyservers.netCA.pem.asc sks-keyservers.netCA.pem
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user