mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Change default syntax highlight to false #10
This commit is contained in:
parent
fa5f7d9f18
commit
b0beb8d11e
1 changed files with 2 additions and 3 deletions
|
@ -3,8 +3,8 @@ title = "Site Title"
|
|||
theme = "pulp"
|
||||
canonifyurls = true
|
||||
hasCJKLanguage = true
|
||||
pygmentsCodefences = true
|
||||
pygmentsUseClasses = true
|
||||
pygmentsCodefences = false
|
||||
pygmentsUseClasses = false
|
||||
# googleAnalytics = "{your tracking code}"
|
||||
|
||||
[params]
|
||||
|
@ -39,4 +39,3 @@ pygmentsUseClasses = true
|
|||
[[menu.main]]
|
||||
name = "Email"
|
||||
url = "mailto:username@example.com"
|
||||
|
||||
|
|
Loading…
Reference in a new issue