mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 19:00:34 -05:00
Merge pull request #11 from koirand/syntax-highlight
Change default syntax highlight to false Close #11
This commit is contained in:
commit
cf1592ff03
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