diff --git a/.gitignore b/.gitignore index bad85a18903..4164d21f8d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ /.idea +/.vscode /public node_modules nohup.out .DS_Store trace.out .hugo_build.lock +resources/_gen/images/ \ No newline at end of file diff --git a/.markdownlint.yaml b/.markdownlint.yaml new file mode 100644 index 00000000000..1b76d280eca --- /dev/null +++ b/.markdownlint.yaml @@ -0,0 +1,4 @@ +# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md + +MD013: false # Line length +MD033: false # Inline HTML diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/assets/opengraph/gohugoio-card-base-1.png b/_vendor/github.com/gohugoio/gohugoioTheme/assets/opengraph/gohugoio-card-base-1.png new file mode 100644 index 00000000000..65555845bf5 Binary files /dev/null and b/_vendor/github.com/gohugoio/gohugoioTheme/assets/opengraph/gohugoio-card-base-1.png differ diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/assets/opengraph/mulish-black.ttf b/_vendor/github.com/gohugoio/gohugoioTheme/assets/opengraph/mulish-black.ttf new file mode 100644 index 00000000000..db680a088a1 Binary files /dev/null and b/_vendor/github.com/gohugoio/gohugoioTheme/assets/opengraph/mulish-black.ttf differ diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html index 0de21a255e0..47019072c2d 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html +++ b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html @@ -47,9 +47,9 @@ {{ end }} {{ partial "site-manifest.html" . }} {{- partial "head-additions.html" . -}} - {{- template "_internal/opengraph.html" . -}} + {{- partial "opengraph/opengraph.html" . -}} {{- template "_internal/schema.html" . -}} - {{- template "_internal/twitter_cards.html" . -}} + {{- partial "opengraph/twitter_cards.html" . -}} {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} {{ partial "gtag" . }} diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/docs/page-meta-data.html b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/docs/page-meta-data.html index 8b3fbbafc33..dc8ddd01e09 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/docs/page-meta-data.html +++ b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/docs/page-meta-data.html @@ -1,6 +1,3 @@ -
{{ .description | plainify | htmlUnescape }}
+ {{ $link := .link | plainify | htmlUnescape }} + {{ $link }}