Merge pull request #306 from teaxyz/update-meta

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

View file

@ -18,10 +18,11 @@ for row in $(jq -r '.[] | @base64' < "$1"); do
touch "$2"/"+$full_name".md
content="---
type: page
title: \"$(_jq '.name')\"
title: \"Install $(_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,6 +5,14 @@ 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,7 +1,6 @@
---
title: "Home"
title: "Install tea"
Description: "the next-generation, crossplatform package manager"
layout: "index"
menu: main
weight: 1
og_image: "https://s3.amazonaws.com/www.tea.xyz/cover.png"
---

View file

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

View file

@ -1,6 +1,6 @@
---
title: "Pantry"
Description: "Browse our packages"
title: "tea Pantry"
Description: "Browse and Install Open-Source Software"
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="tea.">
<meta name="twitter:title" content="{{ .Params.title }}">
<meta name="twitter:site" content="@teaxyz_">
<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:image" content="{{ .Params.og_image }}">
<meta name="twitter:description" content="{{ .Params.Description }}">
<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="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:title" content="{{ .Params.title }}" />
<meta property="og:description" content="{{ .Params.Description }}" />
<meta property="og:image" content="{{ .Params.og_image }}" />
<meta property="og:image:alt" content="sh &lt;(curl tea.xyz)" />
<meta property="og:site_name" content="Tea, Inc.">
<meta property="og:site_name" content="tea.xyz">
<meta name="facebook-domain-verification" content="0fsbdl7joh0gha23zbhtovtpn0z0cl" />
<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.">
<meta name="description" content="Install tea: the next-generation, crossplatform package manager">
<!-- Hotjar Tracking Code for https://tea.xyz -->
<script>

BIN
src/static/cover-v3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 KiB

After

Width:  |  Height:  |  Size: 65 KiB