]> git.maquefel.me Git - brevno-suite/hugo/commit
Squashed 'docs/' changes from 5c085a37b..a9584e3d1
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 7 Feb 2024 19:46:41 +0000 (20:46 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 7 Feb 2024 19:46:41 +0000 (20:46 +0100)
commit6efb279bfacbd7304cef994be8181c6f804e7dd4
tree69a5547ad3598650a08d828e1dce64171dd5ea29
parent9b0050e9aabe4be65c78ccf292a348f309d50ccd
Squashed 'docs/' changes from 5c085a37b..a9584e3d1

a9584e3d1 ci: bump GitHub workflow actions to latest versions
f37ee374d Fix methods related to time.After
a49214057 Correct heading render hook example
4b696f936 Update README.md
b5a6e4039 Clean up the contributing section
a5d79ed19 Fixed typo: instea → instead
6150a60e3 Remove the "local file templates" page
9395743dc Update/vendor theme
33d8c10cc Remove output format "name" parameter
7200ad97d Add security section to resources.GetRemote page
3f1e056b2 Remove erroneous front matter field
07c9a7e42 Add alpha index to glossary
6619c8aa0 Fix Page.Params example
145a92359 Simplify string concat example in math.Add
42488bb09 Add string concat example to math.Add
eb20521a2 Fix flash of unstyled content with mathematical markup
74603bebe Fix typo in 'typesetting'

git-subtree-dir: docs
git-subtree-split: a9584e3d146c4a194d937a4dc8a37cde5ba1c618
29 files changed:
.cspell.json
.github/workflows/codeql-analysis.yml
.github/workflows/super-linter.yml
README.md
_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html
_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/components/author-github-data-card.html
_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/components/author-github-data.html
_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/maintenance-pages-table.html
_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/math.html
_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/page-edit.html
_vendor/modules.txt
content/en/content-management/front-matter.md
content/en/content-management/mathematics.md
content/en/contribute/development.md
content/en/contribute/documentation.md
content/en/functions/math/Add.md
content/en/functions/os/ReadDir.md
content/en/functions/os/ReadFile.md
content/en/functions/resources/GetRemote.md
content/en/getting-started/glossary.md
content/en/methods/page/Params.md
content/en/methods/time/After.md
content/en/templates/files.md [deleted file]
content/en/templates/output-formats.md
content/en/templates/render-hooks.md
go.mod
go.sum
layouts/_default/baseof.html [new file with mode: 0644]
layouts/partials/math.html [new file with mode: 0644]