diff --git a/docs/.gitignore b/docs/.gitignore index bad85a189..4164d21f8 100644 --- a/docs/.gitignore +++ b/docs/.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/docs/.markdownlint.yaml b/docs/.markdownlint.yaml new file mode 100644 index 000000000..1b76d280e --- /dev/null +++ b/docs/.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/docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/opengraph/gohugoio-card-base-1.png b/docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/opengraph/gohugoio-card-base-1.png new file mode 100644 index 000000000..65555845b Binary files /dev/null and b/docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/opengraph/gohugoio-card-base-1.png differ diff --git a/docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/opengraph/mulish-black.ttf b/docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/opengraph/mulish-black.ttf new file mode 100644 index 000000000..db680a088 Binary files /dev/null and b/docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/opengraph/mulish-black.ttf differ diff --git a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html index 0de21a255..47019072c 100644 --- a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html +++ b/docs/_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/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/docs/page-meta-data.html b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/docs/page-meta-data.html index 8b3fbbafc..dc8ddd01e 100644 --- a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/docs/page-meta-data.html +++ b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/docs/page-meta-data.html @@ -1,6 +1,3 @@ -
- - {{ partial "svg/link-permalink.svg" (dict "size" "14px") }} - “{{ .Title }}” - was last updated: {{ .Lastmod.Format "January 2, 2006" }}{{ with .GitInfo }}: {{ .Subject }} ({{ .AbbreviatedHash }}){{end }} +
+ Last updated: {{ .Lastmod.Format "January 2, 2006" }}{{ with .GitInfo }}: {{ .Subject }} ({{ .AbbreviatedHash }}){{end }}
diff --git a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/nav-links-docs-mobile.html b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/nav-links-docs-mobile.html index ad9d535b4..a8fc27e21 100644 --- a/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/nav-links-docs-mobile.html +++ b/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/nav-links-docs-mobile.html @@ -1,6 +1,6 @@ {{ $currentPage := . }} {{ $menu := .Site.Menus.docs.ByWeight }} -