Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-11-02 11:01:26 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-11-02 11:01:26 +0300
commitf503b6395707f8e576af734efab83092d62fae37 (patch)
treea857ddbb7c87526aa9ed308b86b497accc67c9a3 /docs
parent30aba7fb099678363b0a4828936ed28e740e00e2 (diff)
docs: Regen CLI docs
Diffstat (limited to 'docs')
-rw-r--r--docs/content/en/commands/hugo_gen_chromastyles.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/en/commands/hugo_gen_chromastyles.md b/docs/content/en/commands/hugo_gen_chromastyles.md
index e7b58bf03..2c24abca7 100644
--- a/docs/content/en/commands/hugo_gen_chromastyles.md
+++ b/docs/content/en/commands/hugo_gen_chromastyles.md
@@ -9,9 +9,9 @@ Generate CSS stylesheet for the Chroma code highlighter
### Synopsis
-Generate CSS stylesheet for the Chroma code highlighter for a given style. This stylesheet is needed if pygmentsUseClasses is enabled in config.
+Generate CSS stylesheet for the Chroma code highlighter for a given style. This stylesheet is needed if markup.highlight.noClasses is disabled in config.
-See https://help.farbox.com/pygments.html for preview of available styles
+See https://xyproto.github.io/splash/docs/all.html for a preview of the available styles
```
hugo gen chromastyles [flags]
@@ -23,7 +23,7 @@ hugo gen chromastyles [flags]
-h, --help help for chromastyles
--highlightStyle string style used for highlighting lines (see https://github.com/alecthomas/chroma) (default "bg:#ffffcc")
--linesStyle string style used for line numbers (see https://github.com/alecthomas/chroma)
- --style string highlighter style (see https://help.farbox.com/pygments.html) (default "friendly")
+ --style string highlighter style (see https://xyproto.github.io/splash/docs/) (default "friendly")
```
### Options inherited from parent commands