]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
Squashed 'docs/' changes from 30f32a624..e5aa641a6
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 28 Jun 2022 18:51:33 +0000 (20:51 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 28 Jun 2022 18:51:33 +0000 (20:51 +0200)
e5aa641a6 remove erroneous foo
8307b474e Add hl_inline to highlight function documentation
8517b02d9 update GitHub 404 docs URL to prevent redirect
5c52c2715 remove aerobatic.com
3eb179558 Update syntax-highlighting.md
00cbe3f2f Check for nil Chroma .Aliases
45416515e netlify: Hugo 0.101.0
d5dcd1581 docs: Regen docshelper
4785e99b1 common: Add hugo.GoVersion
e679f1b7e resources/page: Add :slugorfilename attribute
f2cc72a1f Update spellcheck.yml (#1755)

git-subtree-dir: docs
git-subtree-split: e5aa641a629ce70de609a006fb9a57ee422922f5

.github/workflows/spellcheck.yml
content/en/about/what-is-hugo.md
content/en/content-management/syntax-highlighting.md
content/en/content-management/urls.md
content/en/documentation.md
content/en/functions/highlight.md
content/en/functions/hugo.md
content/en/templates/404.md
data/docs.json
layouts/shortcodes/chroma-lexers.html
netlify.toml

index 0129bbb278b8696e8a2509c04f153a0cd0a283be..6f68fee18ebebdebf8de10ed068a4a672efa71c8 100644 (file)
@@ -5,12 +5,15 @@ on: # rebuild any PRs and main branch changes
       - "dependabot/**"
   pull_request:
 
+permissions:
+  contents: read
+
 jobs:
   spellcheck:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2
-      - uses: streetsidesoftware/cspell-action@3bc52c39528d0214a947ff7f8b5c23ad3273435b
+      - uses: actions/checkout@v3
+      - uses: streetsidesoftware/cspell-action@v2
         with:
           inline: warning
           strict: false
index b84f61f1008aeade542fcb6567f09bae2dcb2f47..69ca1fddb9dd6fbb6ecb506f960de2955986a32b 100644 (file)
@@ -19,7 +19,7 @@ toc: true
 
 Hugo is a general-purpose website framework. Technically speaking, Hugo is a [static site generator][]. Unlike systems that dynamically build a page with each visitor request, Hugo builds pages when you create or update your content. Since websites are viewed far more often than they are edited, Hugo is designed to provide an optimal viewing experience for your website's end users and an ideal writing experience for website authors.
 
-Websites built with Hugo are extremely fast and secure. Hugo sites can be hosted anywhere, including [Netlify][], [Heroku][], [GoDaddy][], [DreamHost][], [GitHub Pages][], [GitLab Pages][], [Surge][], [Aerobatic][], [Firebase][], [Google Cloud Storage][], [Amazon S3][], [Rackspace][], [Azure][], and [CloudFront][] and work well with CDNs. Hugo sites run without the need for a database or dependencies on expensive runtimes like Ruby, Python, or PHP.
+Websites built with Hugo are extremely fast and secure. Hugo sites can be hosted anywhere, including [Netlify][], [Heroku][], [GoDaddy][], [DreamHost][], [GitHub Pages][], [GitLab Pages][], [Surge][], [Firebase][], [Google Cloud Storage][], [Amazon S3][], [Rackspace][], [Azure][], and [CloudFront][] and work well with CDNs. Hugo sites run without the need for a database or dependencies on expensive runtimes like Ruby, Python, or PHP.
 
 We think of Hugo as the ideal website creation tool with nearly instant build times, able to rebuild whenever a change is made.
 
@@ -40,7 +40,6 @@ Hugo is for people who want to hand code their own website without worrying abou
 Hugo is for people building a blog, a company site, a portfolio site, documentation, a single landing page, or a website with thousands of pages.
 
 [@spf13]: https://twitter.com/spf13
-[Aerobatic]: https://www.aerobatic.com/
 [Amazon S3]: https://aws.amazon.com/s3/
 [Azure]: https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website
 [CloudFront]: https://aws.amazon.com/cloudfront/ "Amazon CloudFront"
index 31f12f7d32b6c6a7d8a57c3f8dc2cce74c067d65..8ff270c54d3acac3e7875d2c061a136ac575808c 100644 (file)
@@ -45,6 +45,7 @@ Options:
 * `linenostart=199`: starts the line number count from 199.
 * `anchorlinenos`: Configure anchors on line numbers. Valid values are `true` or `false`;
 * `lineanchors`: Configure a prefix for the anchors on line numbers. Will be suffixed with `-`, so linking to the line number 1 with the option `lineanchors=prefix` adds the anchor `prefix-1` to the page.  
+* `hl_inline`  Highlight inside a `<code>` (inline HTML element) tag. Valid values are `true` or `false`. The `code` tag will get a class with name `code-inline`. {{< new-in "0.101.0" >}}
 
 ### Example: Highlight Shortcode
 
index f498d02ea51b0418d2d3a896521a8f35bc566094..774bd9a58522c5e3d288175d34f9e93d3e37b0e4 100644 (file)
@@ -91,6 +91,9 @@ The following is a list of values that can be used in a `permalink` definition i
 `:slug`
 : the content's slug (or title if no slug is provided in the front matter)
 
+`:slugorfilename`
+: the content's slug (or filename if no slug is provided in the front matter)
+
 `:filename`
 : the content's filename (without extension)
 
index 8364a42bbbcb5a5e576693e6d6898eb7c295f451..77cf283faaf00e446731e63cfc381ef643b67d3f 100644 (file)
@@ -19,4 +19,3 @@ layout: documentation-home
 Hugo is the **world's fastest static website engine.** It's written in Go (aka Golang) and developed by [bep](https://github.com/bep), [spf13](https://github.com/spf13) and [friends](https://github.com/gohugoio/hugo/graphs/contributors).
 
 Below you will find some of the most common and helpful pages from our documentation.
-foo
index 1643fe075ed8521f44062383d180207df203494b..40f3a78de175b0a266b818e18f93cd869e3c6edc 100644 (file)
@@ -54,6 +54,10 @@ hl_Lines
 : String. Default is `""`.\
 A space-separated list of lines to emphasize within the highlighted code. To emphasize lines 2, 3, 4, and 7, set this value to `2-4 7`. This option is independent of the `lineNoStart` option.
 
+hl_inline
+: Boolean. Default is `false`.\
+Render the highlighted code without a wrapping container.
+
 style
 : String. Default is `monokai`.\
 The CSS styles to apply to the highlighted code. See the [style gallery] for examples. Case-sensitive.
index a495eae0ad56a57a816678ba8fe7e593cdf4fdea..1792f5a8d764827d02517cb7866b76863cba1b14 100644 (file)
@@ -27,8 +27,8 @@ hugo.Generator
 hugo.Version
 : the current version of the Hugo binary you are using e.g. `0.63.2`
 
-
-`hugo` returns an instance that contains the following functions:
+hugo.GoVersion
+: returns the version of Go that the Hugo binary was built with. {{< new-in "0.101.0" >}}
 
 hugo.Environment
 : the current running environment as defined through the `--environment` cli tag
@@ -52,7 +52,6 @@ We highly recommend using `hugo.Generator` in your website's `<head>`. `hugo.Gen
 hugo.Deps
 : See [hugo.Deps](#hugodeps)
 
-
 ## hugo.Deps
 
 {{< new-in "0.92.0" >}}
@@ -112,4 +111,4 @@ An example table listing the dependencies:
     {{ end }}
   </tbody>
 </table>
-```
\ No newline at end of file
+```
index c638d89faed1262412ee567a5c18f4aceded7c86..87bbe1d36f3b70fd0a8d234b1ba44adc9abfc92c 100644 (file)
@@ -17,7 +17,7 @@ aliases: []
 toc: false
 ---
 
-When using Hugo with [GitHub Pages](https://pages.github.com/), you can provide your own template for a [custom 404 error page](https://help.github.com/articles/custom-404-pages/) by creating a 404.html template file in your `/layouts` folder. When Hugo generates your site, the `404.html` file will be placed in the root.
+When using Hugo with [GitHub Pages](https://pages.github.com/), you can provide your own template for a [custom 404 error page](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site) by creating a 404.html template file in your `/layouts` folder. When Hugo generates your site, the `404.html` file will be placed in the root.
 
 404 pages will have all the regular [page variables][pagevars] available to use in the templates.
 
index 7fc8e2f0bfe8864ccc6ba354c782d2ed48727044..fe4efeb22e8249a8502caaa418b18507d1ddee0f 100644 (file)
@@ -4,7 +4,6 @@
       {
         "Name": "ABAP",
         "Aliases": [
-          "ABAP",
           "abap"
         ]
       },
       {
         "Name": "ActionScript",
         "Aliases": [
-          "actionscript",
-          "as"
+          "as",
+          "actionscript"
         ]
       },
       {
         "Name": "ActionScript 3",
         "Aliases": [
-          "actionscript3",
-          "as",
-          "as3"
+          "as3",
+          "actionscript3"
         ]
       },
       {
         "Name": "Ada",
         "Aliases": [
           "ada",
-          "ada2005",
           "ada95",
-          "adb",
-          "ads"
+          "ada2005"
         ]
       },
       {
         "Name": "AL",
         "Aliases": [
-          "al",
-          "dal"
+          "al"
         ]
       },
       {
       {
         "Name": "ApacheConf",
         "Aliases": [
-          "aconf",
-          "apache",
           "apacheconf",
-          "conf",
-          "htaccess"
+          "aconf",
+          "apache"
         ]
       },
       {
       {
         "Name": "Arduino",
         "Aliases": [
-          "arduino",
-          "ino"
+          "arduino"
         ]
       },
       {
         "Name": "ArmAsm",
         "Aliases": [
-          "S",
-          "armasm",
-          "s"
+          "armasm"
         ]
       },
       {
       {
         "Name": "Ballerina",
         "Aliases": [
-          "bal",
           "ballerina"
         ]
       },
       {
         "Name": "Base Makefile",
         "Aliases": [
-          "*",
-          "bsdmake",
-          "mak",
           "make",
           "makefile",
           "mf",
-          "mk"
+          "bsdmake"
         ]
       },
       {
         "Name": "Bash",
         "Aliases": [
           "bash",
-          "bash_*",
-          "bashrc",
-          "ebuild",
-          "eclass",
-          "env",
-          "exheres-0",
-          "exlib",
-          "ksh",
           "sh",
-          "shell",
+          "ksh",
           "zsh",
-          "zshrc"
+          "shell"
         ]
       },
       {
         "Aliases": [
           "bash-session",
           "console",
-          "sh-session",
           "shell-session"
         ]
       },
         "Aliases": [
           "bat",
           "batch",
-          "cmd",
           "dosbatch",
           "winbatch"
         ]
       {
         "Name": "BlitzBasic",
         "Aliases": [
-          "b3d",
-          "bb",
           "blitzbasic",
-          "bplus",
-          "decls"
+          "b3d",
+          "bplus"
         ]
       },
       {
       {
         "Name": "Brainfuck",
         "Aliases": [
-          "b",
-          "bf",
-          "brainfuck"
+          "brainfuck",
+          "bf"
         ]
       },
       {
         "Name": "C",
         "Aliases": [
-          "c",
-          "h",
-          "idc",
-          "x[bp]m"
+          "c"
         ]
       },
       {
         "Name": "C#",
         "Aliases": [
-          "c#",
-          "cs",
-          "csharp"
+          "csharp",
+          "c#"
         ]
       },
       {
         "Name": "C++",
         "Aliases": [
-          "C",
-          "CPP",
-          "H",
-          "c++",
-          "cc",
-          "cp",
           "cpp",
-          "cxx",
-          "h++",
-          "hh",
-          "hpp",
-          "hxx"
+          "c++"
         ]
       },
       {
         "Name": "Caddyfile",
         "Aliases": [
-          "caddy",
-          "caddyfile"
+          "caddyfile",
+          "caddy"
         ]
       },
       {
         "Name": "Caddyfile Directives",
         "Aliases": [
-          "caddy-d",
+          "caddyfile-directives",
           "caddyfile-d",
-          "caddyfile-directives"
+          "caddy-d"
         ]
       },
       {
       {
         "Name": "CFEngine3",
         "Aliases": [
-          "cf",
-          "cf3",
-          "cfengine3"
+          "cfengine3",
+          "cf3"
         ]
       },
       {
         "Name": "Cheetah",
         "Aliases": [
           "cheetah",
-          "spitfire",
-          "spt",
-          "tmpl"
+          "spitfire"
         ]
       },
       {
         "Name": "Clojure",
         "Aliases": [
-          "clj",
-          "clojure"
+          "clojure",
+          "clj"
         ]
       },
       {
         "Name": "CMake",
         "Aliases": [
-          "cmake",
-          "txt"
+          "cmake"
         ]
       },
       {
         "Name": "COBOL",
         "Aliases": [
-          "COB",
-          "CPY",
-          "cob",
-          "cobol",
-          "cpy"
+          "cobol"
         ]
       },
       {
         "Name": "CoffeeScript",
         "Aliases": [
-          "coffee",
           "coffee-script",
-          "coffeescript"
+          "coffeescript",
+          "coffee"
         ]
       },
       {
         "Name": "Common Lisp",
         "Aliases": [
+          "common-lisp",
           "cl",
+          "lisp"
+        ]
+      },
+      {
+        "Name": "Common Lisp",
+        "Aliases": [
           "common-lisp",
+          "cl",
           "lisp"
         ]
       },
       {
         "Name": "Coq",
         "Aliases": [
-          "coq",
-          "v"
+          "coq"
         ]
       },
       {
         "Name": "Cython",
         "Aliases": [
           "cython",
-          "pxd",
-          "pxi",
-          "pyrex",
-          "pyx"
+          "pyx",
+          "pyrex"
         ]
       },
       {
         "Name": "D",
         "Aliases": [
-          "d",
-          "di"
+          "d"
         ]
       },
       {
         "Name": "Diff",
         "Aliases": [
           "diff",
-          "patch",
           "udiff"
         ]
       },
       {
         "Name": "Dylan",
         "Aliases": [
-          "dyl",
-          "dylan",
-          "intr"
+          "dylan"
         ]
       },
       {
       {
         "Name": "EmacsLisp",
         "Aliases": [
-          "el",
+          "emacs",
           "elisp",
+          "emacs-lisp"
+        ]
+      },
+      {
+        "Name": "EmacsLisp",
+        "Aliases": [
           "emacs",
+          "elisp",
           "emacs-lisp"
         ]
       },
       {
         "Name": "Erlang",
         "Aliases": [
-          "erl",
-          "erlang",
-          "es",
-          "escript",
-          "hrl"
+          "erlang"
         ]
       },
       {
         "Name": "Fish",
         "Aliases": [
           "fish",
-          "fishshell",
-          "load"
+          "fishshell"
         ]
       },
       {
         "Name": "Forth",
         "Aliases": [
-          "forth",
-          "frt",
-          "fs",
-          "fth"
+          "forth"
         ]
       },
       {
         "Name": "Fortran",
         "Aliases": [
-          "F03",
-          "F90",
-          "f03",
-          "f90",
           "fortran"
         ]
       },
       {
         "Name": "FortranFixed",
         "Aliases": [
-          "F",
-          "f",
           "fortranfixed"
         ]
       },
       {
         "Name": "FSharp",
         "Aliases": [
-          "fs",
-          "fsharp",
-          "fsi"
+          "fsharp"
         ]
       },
       {
         "Name": "GAS",
         "Aliases": [
-          "S",
-          "asm",
           "gas",
-          "s"
+          "asm"
         ]
       },
       {
         "Name": "GDScript",
         "Aliases": [
-          "gd",
-          "gdscript"
+          "gdscript",
+          "gd"
         ]
       },
       {
       {
         "Name": "Gherkin",
         "Aliases": [
-          "Cucumber",
-          "FEATURE",
-          "Gherkin",
           "cucumber",
-          "feature",
-          "gherkin"
+          "Cucumber",
+          "gherkin",
+          "Gherkin"
         ]
       },
       {
         "Name": "GLSL",
         "Aliases": [
-          "frag",
-          "geo",
-          "glsl",
-          "vert"
+          "glsl"
         ]
       },
       {
         "Name": "Gnuplot",
         "Aliases": [
-          "gnuplot",
-          "plot",
-          "plt"
+          "gnuplot"
         ]
       },
       {
           "go-html-template"
         ]
       },
+      {
+        "Name": "Go HTML Template",
+        "Aliases": [
+          "go-html-template"
+        ]
+      },
       {
         "Name": "Go Text Template",
         "Aliases": [
       {
         "Name": "GraphQL",
         "Aliases": [
-          "gql",
           "graphql",
-          "graphqls"
+          "graphqls",
+          "gql"
         ]
       },
       {
         "Name": "Groff",
         "Aliases": [
-          "1p",
-          "3pm",
-          "[1-9]",
           "groff",
-          "man",
-          "nroff"
+          "nroff",
+          "man"
         ]
       },
       {
         "Name": "Groovy",
         "Aliases": [
-          "gradle",
           "groovy"
         ]
       },
       {
         "Name": "Haxe",
         "Aliases": [
-          "haxe",
           "hx",
+          "haxe",
           "hxsl"
         ]
       },
       {
         "Name": "HTML",
         "Aliases": [
-          "htm",
-          "html",
-          "xhtml",
-          "xslt"
+          "html"
         ]
       },
       {
       {
         "Name": "Hy",
         "Aliases": [
-          "hy",
           "hylang"
         ]
       },
       {
         "Name": "Idris",
         "Aliases": [
-          "idr",
-          "idris"
+          "idris",
+          "idr"
         ]
       },
       {
         "Name": "Igor",
         "Aliases": [
           "igor",
-          "igorpro",
-          "ipf"
+          "igorpro"
         ]
       },
       {
         "Name": "INI",
         "Aliases": [
+          "ini",
           "cfg",
-          "dosini",
-          "editorconfig",
-          "gitconfig",
-          "inf",
-          "ini"
+          "dosini"
         ]
       },
       {
       {
         "Name": "J",
         "Aliases": [
-          "ijs",
           "j"
         ]
       },
       {
         "Name": "JavaScript",
         "Aliases": [
-          "javascript",
           "js",
-          "jsm",
-          "mjs"
+          "javascript"
         ]
       },
       {
       {
         "Name": "Julia",
         "Aliases": [
-          "jl",
-          "julia"
+          "julia",
+          "jl"
         ]
       },
       {
       {
         "Name": "Kotlin",
         "Aliases": [
-          "kotlin",
-          "kt"
+          "kotlin"
         ]
       },
       {
         "Name": "Lighttpd configuration file",
         "Aliases": [
-          "lighttpd",
-          "lighty"
+          "lighty",
+          "lighttpd"
         ]
       },
       {
         "Name": "LLVM",
         "Aliases": [
-          "ll",
           "llvm"
         ]
       },
       {
         "Name": "Lua",
         "Aliases": [
-          "lua",
-          "wlua"
+          "lua"
         ]
       },
       {
         "Name": "Mako",
         "Aliases": [
-          "mako",
-          "mao"
+          "mako"
         ]
       },
       {
         "Name": "markdown",
         "Aliases": [
-          "markdown",
           "md",
           "mkd"
         ]
       {
         "Name": "Mason",
         "Aliases": [
-          "m",
-          "mason",
-          "mc",
-          "mhtml",
-          "mi"
+          "mason"
         ]
       },
       {
         "Name": "Mathematica",
         "Aliases": [
-          "cdf",
-          "ma",
           "mathematica",
           "mma",
-          "nb",
-          "nbp"
+          "nb"
         ]
       },
       {
         "Name": "Matlab",
         "Aliases": [
-          "m",
           "matlab"
         ]
       },
       {
         "Name": "Meson",
         "Aliases": [
-          "build",
           "meson",
-          "meson.build",
-          "txt"
+          "meson.build"
         ]
       },
       {
       {
         "Name": "MiniZinc",
         "Aliases": [
-          "MZN",
-          "dzn",
-          "fzn",
           "minizinc",
+          "MZN",
           "mzn"
         ]
       },
       {
         "Name": "Modula-2",
         "Aliases": [
-          "def",
-          "m2",
-          "mod",
-          "modula2"
+          "modula2",
+          "m2"
         ]
       },
       {
         "Name": "MonkeyC",
         "Aliases": [
-          "mc",
           "monkeyc"
         ]
       },
       {
         "Name": "Myghty",
         "Aliases": [
-          "myghty",
-          "myt"
+          "myghty"
         ]
       },
       {
         "Name": "MySQL",
         "Aliases": [
           "mysql",
-          "sql"
+          "mariadb"
         ]
       },
       {
         "Name": "NASM",
         "Aliases": [
-          "ASM",
-          "asm",
           "nasm"
         ]
       },
       {
         "Name": "Newspeak",
         "Aliases": [
-          "newspeak",
-          "ns2"
+          "newspeak"
         ]
       },
       {
         "Name": "Nginx configuration file",
         "Aliases": [
-          "conf",
           "nginx"
         ]
       },
       {
         "Name": "Nix",
         "Aliases": [
-          "nix",
-          "nixos"
+          "nixos",
+          "nix"
         ]
       },
       {
         "Name": "Objective-C",
         "Aliases": [
-          "h",
-          "m",
-          "obj-c",
-          "objc",
           "objective-c",
-          "objectivec"
+          "objectivec",
+          "obj-c",
+          "objc"
         ]
       },
       {
         "Name": "OCaml",
         "Aliases": [
-          "ml",
-          "mli",
-          "mll",
-          "mly",
           "ocaml"
         ]
       },
       {
         "Name": "Octave",
         "Aliases": [
-          "m",
           "octave"
         ]
       },
       {
         "Name": "OnesEnterprise",
         "Aliases": [
-          "1S",
-          "1S:Enterprise",
-          "EPF",
-          "ERF",
-          "epf",
-          "erf",
           "ones",
-          "onesenterprise"
+          "onesenterprise",
+          "1S",
+          "1S:Enterprise"
         ]
       },
       {
         "Name": "OpenEdge ABL",
         "Aliases": [
-          "abl",
-          "cls",
-          "i",
           "openedge",
-          "openedgeabl",
-          "p",
+          "abl",
           "progress",
-          "w"
+          "openedgeabl"
         ]
       },
       {
         "Name": "OpenSCAD",
         "Aliases": [
-          "openscad",
-          "scad"
+          "openscad"
         ]
       },
       {
       {
         "Name": "PacmanConf",
         "Aliases": [
-          "conf",
           "pacmanconf"
         ]
       },
         "Name": "Perl",
         "Aliases": [
           "perl",
-          "pl",
-          "pm",
-          "t"
+          "pl"
         ]
       },
       {
         "Name": "PHP",
         "Aliases": [
-          "inc",
           "php",
           "php3",
           "php4",
-          "php5",
-          "php[345]"
+          "php5"
         ]
       },
       {
         "Name": "PHTML",
         "Aliases": [
-          "inc",
-          "php",
-          "php[345]",
           "phtml"
         ]
       },
       {
         "Name": "PkgConfig",
         "Aliases": [
-          "pc",
           "pkgconfig"
         ]
       },
       {
         "Name": "plaintext",
         "Aliases": [
-          "no-highlight",
-          "plain",
           "text",
-          "txt"
+          "plain",
+          "no-highlight"
         ]
       },
       {
         "Name": "Plutus Core",
         "Aliases": [
-          "plc",
-          "plutus-core"
+          "plutus-core",
+          "plc"
         ]
       },
       {
       {
         "Name": "PostgreSQL SQL dialect",
         "Aliases": [
-          "postgres",
-          "postgresql"
+          "postgresql",
+          "postgres"
         ]
       },
       {
         "Name": "PostScript",
         "Aliases": [
-          "eps",
-          "postscr",
           "postscript",
-          "ps"
+          "postscr"
         ]
       },
       {
         "Name": "POVRay",
         "Aliases": [
-          "inc",
           "pov"
         ]
       },
       {
         "Name": "PowerShell",
         "Aliases": [
-          "posh",
           "powershell",
+          "posh",
           "ps1",
-          "psd1",
-          "psm1"
+          "psm1",
+          "psd1"
         ]
       },
       {
         "Name": "Prolog",
         "Aliases": [
-          "ecl",
-          "pl",
-          "pro",
           "prolog"
         ]
       },
       {
         "Name": "Protocol Buffer",
         "Aliases": [
-          "proto",
-          "protobuf"
+          "protobuf",
+          "proto"
         ]
       },
       {
         "Name": "Puppet",
         "Aliases": [
-          "pp",
           "puppet"
         ]
       },
       {
         "Name": "Python",
         "Aliases": [
-          "bazel",
-          "bzl",
-          "jy",
-          "py",
-          "py3",
-          "pyi",
           "python",
-          "python3",
-          "pyw",
+          "py",
           "sage",
-          "sc",
-          "tac"
+          "python3",
+          "py3"
         ]
       },
       {
         "Name": "Python 2",
         "Aliases": [
-          "py2",
-          "python2"
+          "python2",
+          "py2"
         ]
       },
       {
         "Name": "QBasic",
         "Aliases": [
-          "BAS",
-          "bas",
-          "basic",
-          "qbasic"
+          "qbasic",
+          "basic"
         ]
       },
       {
         "Name": "QML",
         "Aliases": [
-          "qbs",
-          "qml"
+          "qml",
+          "qbs"
         ]
       },
       {
         "Name": "R",
         "Aliases": [
-          "R",
-          "Renviron",
-          "Rhistory",
-          "Rprofile",
-          "S",
-          "r",
+          "splus",
           "s",
-          "splus"
+          "r"
         ]
       },
       {
         "Name": "Racket",
         "Aliases": [
           "racket",
-          "rkt",
-          "rktd",
-          "rktl"
+          "rkt"
         ]
       },
       {
       {
         "Name": "Raku",
         "Aliases": [
-          "6pl",
-          "6pm",
-          "nqp",
-          "p6",
-          "p6l",
-          "p6m",
           "perl6",
-          "pl",
           "pl6",
-          "pm",
-          "pm6",
-          "raku",
-          "rakudoc",
-          "rakumod",
-          "rakutest",
-          "t"
+          "raku"
         ]
       },
       {
       {
         "Name": "ReasonML",
         "Aliases": [
-          "re",
           "reason",
-          "reasonml",
-          "rei"
+          "reasonml"
         ]
       },
       {
         "Name": "reg",
         "Aliases": [
-          "reg",
           "registry"
         ]
       },
       {
         "Name": "reStructuredText",
         "Aliases": [
+          "rst",
           "rest",
-          "restructuredtext",
-          "rst"
+          "restructuredtext"
         ]
       },
       {
         "Name": "Rexx",
         "Aliases": [
-          "arexx",
-          "rex",
           "rexx",
-          "rx"
+          "arexx"
         ]
       },
       {
         "Name": "Ruby",
         "Aliases": [
-          "duby",
-          "gemspec",
-          "rake",
           "rb",
-          "rbw",
-          "rbx",
-          "ruby"
+          "ruby",
+          "duby"
         ]
       },
       {
         "Name": "Rust",
         "Aliases": [
-          "in",
-          "rs",
-          "rust"
+          "rust",
+          "rs"
         ]
       },
       {
         "Name": "SAS",
         "Aliases": [
-          "SAS",
           "sas"
         ]
       },
         "Name": "Scheme",
         "Aliases": [
           "scheme",
-          "scm",
-          "ss"
+          "scm"
         ]
       },
       {
         "Name": "Scilab",
         "Aliases": [
-          "sce",
-          "sci",
-          "scilab",
-          "tst"
+          "scilab"
         ]
       },
       {
       {
         "Name": "Sieve",
         "Aliases": [
-          "sieve",
-          "siv"
+          "sieve"
         ]
       },
       {
       {
         "Name": "Smarty",
         "Aliases": [
-          "smarty",
-          "tpl"
+          "smarty"
         ]
       },
       {
       {
         "Name": "SPARQL",
         "Aliases": [
-          "rq",
           "sparql"
         ]
       },
       {
         "Name": "SquidConf",
         "Aliases": [
-          "conf",
-          "squid",
+          "squidconf",
           "squid.conf",
-          "squidconf"
+          "squid"
         ]
       },
       {
         "Name": "Standard ML",
         "Aliases": [
-          "fun",
-          "sig",
           "sml"
         ]
       },
       {
         "Name": "Stylus",
         "Aliases": [
-          "styl",
           "stylus"
         ]
       },
       {
         "Name": "SYSTEMD",
         "Aliases": [
-          "automount",
-          "device",
-          "dnssd",
-          "link",
-          "mount",
-          "netdev",
-          "network",
-          "path",
-          "scope",
-          "service",
-          "slice",
-          "socket",
-          "swap",
-          "systemd",
-          "target",
-          "timer"
+          "systemd"
         ]
       },
       {
         "Name": "systemverilog",
         "Aliases": [
-          "sv",
-          "svh",
-          "systemverilog"
+          "systemverilog",
+          "sv"
         ]
       },
       {
         "Name": "TableGen",
         "Aliases": [
-          "tablegen",
-          "td"
+          "tablegen"
         ]
       },
       {
         "Name": "TASM",
         "Aliases": [
-          "ASM",
-          "asm",
           "tasm"
         ]
       },
       {
         "Name": "Tcl",
         "Aliases": [
-          "rvt",
           "tcl"
         ]
       },
       {
         "Name": "Tcsh",
         "Aliases": [
-          "csh",
-          "tcsh"
+          "tcsh",
+          "csh"
         ]
       },
       {
         "Name": "Termcap",
         "Aliases": [
-          "src",
           "termcap"
         ]
       },
       {
         "Name": "Terminfo",
         "Aliases": [
-          "src",
           "terminfo"
         ]
       },
       {
         "Name": "TeX",
         "Aliases": [
-          "aux",
-          "latex",
           "tex",
-          "toc"
+          "latex"
         ]
       },
       {
       {
         "Name": "Transact-SQL",
         "Aliases": [
-          "t-sql",
-          "tsql"
+          "tsql",
+          "t-sql"
         ]
       },
       {
         "Name": "Turing",
         "Aliases": [
-          "tu",
           "turing"
         ]
       },
       {
         "Name": "Turtle",
         "Aliases": [
-          "ttl",
           "turtle"
         ]
       },
       {
         "Name": "TypoScript",
         "Aliases": [
-          "ts",
           "typoscript"
         ]
       },
           "typoscripthtmldata"
         ]
       },
+      {
+        "Name": "V",
+        "Aliases": [
+          "v",
+          "vlang"
+        ]
+      },
+      {
+        "Name": "V shell",
+        "Aliases": [
+          "vsh",
+          "vshell"
+        ]
+      },
       {
         "Name": "VB.net",
         "Aliases": [
-          "bas",
-          "vb",
           "vb.net",
           "vbnet"
         ]
       {
         "Name": "verilog",
         "Aliases": [
-          "v",
-          "verilog"
+          "verilog",
+          "v"
         ]
       },
       {
         "Name": "VHDL",
         "Aliases": [
-          "vhd",
           "vhdl"
         ]
       },
       {
         "Name": "VimL",
         "Aliases": [
-          "exrc",
-          "gvimrc",
-          "vim",
-          "vimrc"
+          "vim"
         ]
       },
       {
       },
       {
         "Name": "WDTE",
+        "Aliases": null
+      },
+      {
+        "Name": "Whiley",
         "Aliases": [
-          "wdte"
+          "whiley"
         ]
       },
       {
         "Name": "XML",
         "Aliases": [
-          "csproj",
-          "fsproj",
-          "rss",
-          "svg",
-          "vcxproj",
-          "wsdl",
-          "wsf",
-          "xml",
-          "xsd",
-          "xsl",
-          "xslt"
+          "xml"
         ]
       },
       {
         "Name": "Xorg",
         "Aliases": [
-          "conf",
           "xorg.conf"
         ]
       },
       {
         "Name": "YAML",
         "Aliases": [
-          "yaml",
-          "yml"
+          "yaml"
         ]
       },
       {
         "lineAnchors": "",
         "lineNoStart": 1,
         "hl_Lines": "",
+        "hl_inline": false,
         "tabWidth": 4,
         "guessSyntax": false
       },
           "Aliases": null,
           "Examples": null
         },
+        "BaseName": {
+          "Description": "",
+          "Args": null,
+          "Aliases": null,
+          "Examples": null
+        },
         "Clean": {
           "Description": "",
           "Args": null,
index 0df2b868f4597dab4a48fc4bb8ea9261968d6cf2..2e10c3dee33331627c07047c5972d93da48d0d25 100644 (file)
@@ -1,6 +1,6 @@
 <dl>
-{{  range .Site.Data.docs.chroma.lexers }}
-<dt>{{ .Name }}</dt>
-<dd>{{ delimit .Aliases ", " }}</dd>
-{{ end }}
-</dl>
\ No newline at end of file
+  {{ range .Site.Data.docs.chroma.lexers }}
+    <dt>{{ .Name }}</dt>
+    <dd>{{ with .Aliases }}{{ delimit . ", " }}{{ end }}</dd>
+  {{ end }}
+</dl>
index 38a178d4cec1d8cab2bd9bf6986b4192faf79c89..ade4b9a86395deaa182d0c3fa9823a50c9ec5d04 100644 (file)
@@ -3,7 +3,7 @@ publish = "public"
 command = "hugo --gc --minify"
 
 [context.production.environment]
-HUGO_VERSION = "0.100.2"
+HUGO_VERSION = "0.101.0"
 HUGO_ENV = "production"
 HUGO_ENABLEGITINFO = "true"
 
@@ -11,20 +11,20 @@ HUGO_ENABLEGITINFO = "true"
 command = "hugo --gc --minify --enableGitInfo"
 
 [context.split1.environment]
-HUGO_VERSION = "0.100.2"
+HUGO_VERSION = "0.101.0"
 HUGO_ENV = "production"
 
 [context.deploy-preview]
 command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
 
 [context.deploy-preview.environment]
-HUGO_VERSION = "0.100.2"
+HUGO_VERSION = "0.101.0"
 
 [context.branch-deploy]
 command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
 
 [context.branch-deploy.environment]
-HUGO_VERSION = "0.100.2"
+HUGO_VERSION = "0.101.0"
 
 [context.next.environment]
 HUGO_ENABLEGITINFO = "true"