Removed default usage of line numbers for code blocks

This commit is contained in:
Bastian de Byl
2019-02-25 21:51:46 -05:00
parent dacef525e0
commit 922d09a3ee
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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
```