mirror of
https://github.com/ivabus/www
synced 2024-11-10 06:05:15 +03:00
commit
7be583039a
5
.github/build-package-pages.sh
vendored
5
.github/build-package-pages.sh
vendored
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: "Home"
|
||||
title: "Install tea"
|
||||
Description: "the next-generation, cross‐platform package manager"
|
||||
layout: "index"
|
||||
menu: main
|
||||
weight: 1
|
||||
og_image: "https://s3.amazonaws.com/www.tea.xyz/cover.png"
|
||||
---
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Careers"
|
||||
title: "tea Careers"
|
||||
Description: "We're Hiring! Apply Today!"
|
||||
layout: "careers"
|
||||
---
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 <(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, cross‐platform 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, cross‐platform 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 <(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, we’re 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, cross‐platform package manager">
|
||||
|
||||
<!-- Hotjar Tracking Code for https://tea.xyz -->
|
||||
<script>
|
||||
|
|
BIN
src/static/cover-v3.png
Normal file
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 |
Loading…
Reference in a new issue