From nobody Tue Oct 26 18:15:43 2021 X-Original-To: dev-commits-doc-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E893D182B24B for ; Tue, 26 Oct 2021 18:15:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hf0PC6FwXz4S9v; Tue, 26 Oct 2021 18:15:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B2E842158B; Tue, 26 Oct 2021 18:15:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19QIFhJq091746; Tue, 26 Oct 2021 18:15:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19QIFhTG091745; Tue, 26 Oct 2021 18:15:43 GMT (envelope-from git) Date: Tue, 26 Oct 2021 18:15:43 GMT Message-Id: <202110261815.19QIFhTG091745@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Sergio Carlavilla Delgado Subject: git: 74db9f515f - main - Generate twitter card for SEO in website and add logo 164px for docu List-Id: Commit messages for all branches of the doc repository List-Archive: https://lists.freebsd.org/archives/dev-commits-doc-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-doc-all@freebsd.org X-BeenThere: dev-commits-doc-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: carlavilla X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 74db9f515f6a7f17d3a1b50dd9f850c2fa7089f3 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=74db9f515f6a7f17d3a1b50dd9f850c2fa7089f3 commit 74db9f515f6a7f17d3a1b50dd9f850c2fa7089f3 Author: Alan Hicks AuthorDate: 2021-10-26 18:13:19 +0000 Commit: Sergio Carlavilla Delgado CommitDate: 2021-10-26 18:13:19 +0000 Generate twitter card for SEO in website and add logo 164px for docu Obtained from: Github --- .../themes/beastie/layouts/articles/baseof.html | 2 +- documentation/themes/beastie/layouts/books/baseof.html | 2 +- .../themes/beastie/layouts/partials/site-head.html | 4 ++-- .../themes/beastie/static/images/logo-164x164.png | Bin 0 -> 27808 bytes website/themes/beastie/layouts/partials/site-head.html | 15 ++++++++++++++- website/themes/beastie/static/images/logo-164x164.png | Bin 0 -> 27808 bytes .../beastie/static/images/logo-thepowertoserve.png | Bin 0 -> 265593 bytes 7 files changed, 18 insertions(+), 5 deletions(-) diff --git a/documentation/themes/beastie/layouts/articles/baseof.html b/documentation/themes/beastie/layouts/articles/baseof.html index 80bebc87f0..e9d5f835ec 100644 --- a/documentation/themes/beastie/layouts/articles/baseof.html +++ b/documentation/themes/beastie/layouts/articles/baseof.html @@ -27,7 +27,7 @@ - + diff --git a/documentation/themes/beastie/layouts/books/baseof.html b/documentation/themes/beastie/layouts/books/baseof.html index 50e97a6ea3..ccaa8b56a2 100644 --- a/documentation/themes/beastie/layouts/books/baseof.html +++ b/documentation/themes/beastie/layouts/books/baseof.html @@ -27,7 +27,7 @@ - + diff --git a/documentation/themes/beastie/layouts/partials/site-head.html b/documentation/themes/beastie/layouts/partials/site-head.html index 41d83c1544..dca0017bfa 100644 --- a/documentation/themes/beastie/layouts/partials/site-head.html +++ b/documentation/themes/beastie/layouts/partials/site-head.html @@ -23,8 +23,8 @@ - - + + diff --git a/documentation/themes/beastie/static/images/logo-164x164.png b/documentation/themes/beastie/static/images/logo-164x164.png new file mode 100644 index 0000000000..c6868c397f Binary files /dev/null and b/documentation/themes/beastie/static/images/logo-164x164.png differ diff --git a/website/themes/beastie/layouts/partials/site-head.html b/website/themes/beastie/layouts/partials/site-head.html index 934dafe12d..6977fd6fcf 100644 --- a/website/themes/beastie/layouts/partials/site-head.html +++ b/website/themes/beastie/layouts/partials/site-head.html @@ -3,7 +3,7 @@ - + {{ with .Params.Title }}{{ . }} | {{ end }} {{ block "title" . }}{{ .Site.Title }}{{ end }} @@ -17,5 +17,18 @@ + + + + + + + + + + + + + diff --git a/website/themes/beastie/static/images/logo-164x164.png b/website/themes/beastie/static/images/logo-164x164.png new file mode 100644 index 0000000000..c6868c397f Binary files /dev/null and b/website/themes/beastie/static/images/logo-164x164.png differ diff --git a/website/themes/beastie/static/images/logo-thepowertoserve.png b/website/themes/beastie/static/images/logo-thepowertoserve.png new file mode 100644 index 0000000000..2dc1a89518 Binary files /dev/null and b/website/themes/beastie/static/images/logo-thepowertoserve.png differ