From 66f8b565b3c2cabe2c03c9ca9fb76a2a5b267a1b Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Tue, 15 Jan 2019 15:01:23 -0600 Subject: Add link to chroma style gallery --- exampleSite/config.toml | 1 + exampleSite/config.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 14a4858..1df45c9 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -7,6 +7,7 @@ googleAnalytics = "UA-123456789-1" # Uncomment below to enable syntax highlighting # pygmentsCodefences = true # pygmentsCodefencesGuessSyntax = true +# See https://xyproto.github.io/splash/docs/all.html for more styles # pygmentsStyle = "pygments" [taxonomies] diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index cb4edcd..38a9c77 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -7,6 +7,7 @@ googleAnalytics: UA-123456789-1 # Uncomment below to enable syntax highlighting # pygmentsCodefences: true # pygmentsCodefencesGuessSyntax: true +# See https://xyproto.github.io/splash/docs/all.html for more styles # pygmentsStyle: pygments taxonomies: -- cgit v1.2.3