Revert "Update Meta Info"

This commit is contained in:
Thomas Smith 2023-03-28 18:19:34 -04:00 committed by GitHub
parent 7be583039a
commit 82aba8aaf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 24 deletions

View file

@ -18,11 +18,10 @@ for row in $(jq -r '.[] | @base64' < "$1"); do
touch "$2"/"+$full_name".md
content="---
type: page
title: \"Install $(_jq '.name')\"
title: \"$(_jq '.name')\"
maintainer: \"$(_jq '.maintainer')\"
Description: \"$(_jq '.desc' | tr '\"' "'")\"
og_image: \"$(_jq '.thumb_image_url')\"
layout: \"package-detail\"
---"
echo "$content" > "$2"/"+$full_name".md
done
done

View file

@ -5,14 +5,6 @@ title = 'Equitable Open-Source for Web3'
# menu links via config file
[menu]
[[menu.main]]
identifier = 'home'
name = 'Home'
title = 'home'
url = '/'
weight = 1
[[menu.main]]
identifier = 'docs'
name = 'Docs'

View file

@ -1,6 +1,7 @@
---
title: "Install tea"
title: "Home"
Description: "the next-generation, crossplatform package manager"
layout: "index"
og_image: "https://s3.amazonaws.com/www.tea.xyz/cover.png"
menu: main
weight: 1
---

View file

@ -1,5 +1,5 @@
---
title: "tea Careers"
title: "Careers"
Description: "We're Hiring! Apply Today!"
layout: "careers"
---

View file

@ -1,6 +1,6 @@
---
title: "tea Pantry"
Description: "Browse and Install Open-Source Software"
title: "Pantry"
Description: "Browse our packages"
layout: "packages"
menu: main
weight: 1

View file

@ -81,21 +81,21 @@
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@700&display=swap" rel="stylesheet">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="sh &lt;(curl tea.xyz)">
<meta name="twitter:title" content="{{ .Params.title }}">
<meta name="twitter:title" content="tea.">
<meta name="twitter:site" content="@teaxyz_">
<meta name="twitter:image" content="{{ .Params.og_image }}">
<meta name="twitter:description" content="{{ .Params.Description }}">
<meta name="twitter:image" content="http://www.tea.xyz.s3-website-us-east-1.amazonaws.com/cover.png">
<meta name="twitter:description" content="the next-generation, crossplatform package manager">
<meta name="twitter:creator" content="@mxcl">
<meta property="og:url" content="http://tea.xyz" />
<meta property="og:type" content="website" />
<meta property="og:title" content="{{ .Params.title }}" />
<meta property="og:description" content="{{ .Params.Description }}" />
<meta property="og:image" content="{{ .Params.og_image }}" />
<meta property="og:title" content="tea.xyz" />
<meta property="og:description" content="the next-generation, crossplatform package manager" />
<meta property="og:image" content="http://www.tea.xyz.s3-website-us-east-1.amazonaws.com/cover.png" />
<meta property="og:image:alt" content="sh &lt;(curl tea.xyz)" />
<meta property="og:site_name" content="tea.xyz">
<meta property="og:site_name" content="Tea, Inc.">
<meta name="facebook-domain-verification" content="0fsbdl7joh0gha23zbhtovtpn0z0cl" />
<meta name="description" content="Install tea: the next-generation, crossplatform package manager">
<meta name="description" content="The tools that build the internet have steeped too long. For the past two decades, big tech has made trillions off the generosity of visionary developers and web pioneers… never thanking, never mentioning, and certainly never paying. At tea, were brewing something to change that by enabling developers (you) to continue doing what you love, while earning what you deserve.">
<!-- Hotjar Tracking Code for https://tea.xyz -->
<script>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 318 KiB