Merge branch 'main' of github.com:teaxyz/www into v0-adoption-test

This commit is contained in:
neil molina 2023-06-08 07:22:38 +08:00
commit 1522198ca7
No known key found for this signature in database
GPG key ID: 52D69BF1F02F4267
22 changed files with 681 additions and 98 deletions

View file

@ -12,13 +12,10 @@ title = 'Equitable Open-Source for Web3'
url = 'https://docs.tea.xyz'
weight = 3
[[menu.main]]
identifier = 'product hunt'
name = 'Product Hunt'
title = 'product hunt'
url = 'https://www.producthunt.com/posts/tea?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tea'
weight = 2
[security]
[security.exec]
allow = ['^go$', '^postcss$', '^npx$', '^babel$']
[taxonomies]
category = "categories"
tags = "tags"

View file

@ -0,0 +1,7 @@
---
title: "blog"
description: "All things open-source."
date: 2023-03-27
menu: "main"
weight: 5
---

View file

@ -0,0 +1,29 @@
---
title: "Adding Some Flavor to Your Cup of tea"
date: 2023-05-02
categories: [gui, package management]
tags: [homebrew, gui, package management]
draft: false
featured_image: "/Images/blog/add-some-flavor.jpg"
---
_A year ago, we brewed the first cup of tea. Now, its time to add some honey to the mix._
Introducing [teas Graphical User Interface (GUI)](https://www.producthunt.com/products/tea) — the latest addition to the revolutionary tea package management system developed by the creator of Homebrew. The tea GUI is set to change the way developers approach package management by making it more accessible, secure, and intuitive.
Package managers are the backbone of every tech stack, yet they havent evolved in decades. tea is here to change that. With the introduction of the tea GUI, developers can now visually browse a package manager through a front-end, and install packages without navigating the CLI. They will soon be able to review packages for the first time, as well. Developers can also brand their creations through the tea GUI, adding to their packages visibility.
**So what is tea, and why is the tea GUI necessary?** Tea is a next-generation package manager that provides developers with intuitive solutions to optimize their output while saving them time and effort. Tea automatically identifies and changes the versions necessary for different projects, cutting down on manual input previously required from developers. Furthermore, tea automatically manages dependencies, removing burdensome mapping requirements from contributors.
![](https://miro.medium.com/v2/resize:fit:1400/1*aaEevilbfR8SLyfJVZqbRQ.jpeg)
The tea GUI is necessary for two main reasons: _security_ and _user experience_. There are many security vulnerabilities when installing and running new packages due to a lack of infrastructure around the building and maintenance of open-source software. For example, a newer package might not have been sufficiently tested, and it might make whatever is built on top of it vulnerable to malicious attacks. With the tea GUI, users can test and review packages, ensuring that they can trust the packages they are installing into their computers.
![](https://miro.medium.com/v2/resize:fit:1400/1*j13M0DLkCi30mGTpB2MKgA.jpeg)
Experienced developers may be familiar with installing dependencies, changing versions, and dealing with prerequisites for building software. However, those who dont code regularly may find these requirements complex and difficult to navigate, which can make the development process less equitable (and pleasant). With the tea GUI, the complexities of package management are significantly decreased, making it more accessible to developers of all skill levels.
![](https://miro.medium.com/v2/resize:fit:1400/1*74epoL7ePXz8FtuHEaGP8Q.jpeg)
The tea GUI is set to revolutionize the way developers approach package management. From the creator of Homebrew, tea is bringing a new horizon to open-source development: one that is equitable, intuitive, and magical. Add some flavor to your cup of tea and try out the tea GUI today.
Check out tea on [Product Hunt](https://www.producthunt.com/posts/tea) to leave us a review, and connect with our team on [Twitter](https://twitter.com/teaxyz) and [Discord](https://discord.gg/tea-906608167901876256)! Download the [tea CLI](https://tea.xyz/) directly from our website.

View file

@ -0,0 +1,57 @@
---
title: "dev.diary—Finding the Fun"
date: 2023-01-23
categories: [dev.diaries, open-source]
tags: [open-source, homebrew, programming]
draft: false
featured_image: "/Images/blog/finding-the-fun.jpg"
---
When building any kind of product it takes a little time before you figure out its shape. Famous games developer Sid Meier described this process as “finding the fun”. He would iterate compulsively on his ideas until those little changes in the little details would uncover something sufficiently new and engaging that he had the basis for a new game.
![](https://miro.medium.com/v2/resize:fit:1024/1*Y25rtCmwlRMmcRlef-mlFA.png)
This is the approach I take with my products. From my childhood writing toys in BBC Basic, to working on the amaroK music player for KDE in the early 2000s, to making the Android version of TweetDeck in 2010, to how I approached making Homebrew and now with its spiritual successor: `tea`.
We released [tea/cli](https://github.com/teaxyz/cli) a couple months ago. At that point I felt the product was “ready enough” for general consumption. We had a number of compelling features coupled with a good mission statement and together to me that seemed enough to present it to the community and start gathering wider ideas and interest.
Which is a key differentiator between developing most products and developing open source: you bring your userbase in **_before_** youve “found the fun”.
Before launch I jokingly would say that _tea was not a package manager_. I was being flippant. But also I wasn't being flippant. Package Managers as a class of tool havent evolved since their inception in the 90s. They are very much in the what I call “egotistical tool” category: that being: you \*_will_\* learn how it works thank you very much because the package manager is a **very important tool** and you are lucky to have it. Ive not a fan of this attitude.
I believe tools are a special class of utility. A well written tool completely eradicates entire classes of tedium enabling its users to reach new heights in productivity. A well written tool enables functionality that before was either too tricky to accomplish or completely impossible.
At launch we said `tea` was a universal interpreter, a universal environment manager, a unified dependency manager and it could run executable markdown.
[Changelog rightly called me out on this](https://changelog.com/news/491E), saying “might Max and the team be thinking _too_ big this time around?”
The truth is we hadnt yet _quite_ found the fun.
Two months of passionate early adopter usage later and a few things were becoming apparent. teas real super powers were the underlying rethinking about the nature of package management, specifically that with tea the package manager disappeared. So I decided to experiment with doubling down on that.
At launch you could type `tea -X npm start`and tea would look for `npm` and run `start` , but if it didnt find `npm` it would fetch it first. This was in fact a very near launch addition by me but it was a truly wonderful reduction in friction for using the open source ecosystem. And fundamentally what this feature said was: **the package manager needs to get out the way.**
> tea doesnt _install packages_—at least not in a conventional sense. In the above example `npm` is not available unless you type `tea -X npm` otherwise it is “stowed” in `~/.tea` . This is important since I want using tea to complement your system. tea is not an operating system, it is a complement to whatever system (Mac, Linux, Windows, etc.) you are using.
Soon after a passionate early adopter of tea suggested that symlinks to tea should behave as though `tea -X foo bar` was called. So we implemented that and immediately it was apparent that this was a seriously cool feature. I used this to create a symlink from `tea` to `bpb` (a tool that makes signing your git commits _trivially easy_) and immediately knew that forever more I would not have to piss about for an hour getting my git-signing set up whenever it stopped working or a had to set myself up on a new machine, remote server or when clean installing my OS.
A developer at tea realized that you could make the shells command-not-found handler call `tea -X` . Command not found handlers have been used by the package manager before. For example, Ubuntu uses it to suggest packages that may satisfy whatever you typed. The idea made me laugh because it seemed so ill-advised! But we added it to the `README` as a hack that users may want to try out—_for fun_.
But I got to wondering… _had we in fact_ **_found the fun_**? I decided to add the command-not-found handler to my shell and see how I liked it.
After a few days I stopped laughing. I started getting excited. This hack wasnt a hack. _It was awesome_. It completely delivered on teas promise and significantly simplified our narrative.
How do you use tea? You dont. You use the tools that the open source ecosystem provides. If you read a blog post about a new tool then just type the commands you read into your Terminal and try it out. Theres no “figure out the package name and then install it step”. Theres no “will installing this break other stuff on my system” concerns. If you dont like it then dont worry about it—its already gone.
```
# want to see if bun will run your node project?$ bun run starttea: stowing bun^0.4bun: start$ which bunbun not found# ^^ its not in your PATH!$ bun --version0.4.0# ^^ but tea surfaces it for you
```
tea still is a “universal interpreter” but that just falls under the general banner; we dont have to explicitly name this feature; tea just knows how to make what you throw at it work. Be that a command or a script, tea makes it possible for you to get on with what matters: making your app.
And so I dropped executable markdown completely. Part of the reason I added exe/md was the desire for tea to be a tool that makes development a dream. And we have achieved this because now if you want to use executable markdown to run the script `build` you just type `xc build` and tea installs [xc](https://github.com/joerdav/xc) transparently. Whatever “task runner” your project needs is transparently available. Having this feature in tea itself no longer made sense.
When it comes to making great products you need to be able to drop entire features without ego or the sunk-cost fallacy holding you back. What matters is the entire product vision no matter how cool you think something is. I still think exe/md is a cool idea, and didnt know about `xc` before writing it. Im very glad someone else thought the same and built it. UNIX tools should do one thing and one thing well.
**tea 0.19** lives up to the UNIX philosophy and thanks to Changelog for reminding me about that. I revisited every part of the CLI and retooled it towards this purpose. Check out the new README for the deets, the caveats and what comes next:
[https://github.com/teaxyz/cli](https://github.com/teaxyz/cli)

View file

@ -0,0 +1,98 @@
---
title: "dev.diary—tea is env++"
date: 2023-01-31
categories: [dev.diaries, programming]
draft: false
featured_image: "/Images/blog/tea-is-env.jpg"
---
A few aspects of the shape of teas CLI have been bothering me.
While building out the pre-release tea began to take shape as a “universal interpreter”. I have long thought package managers were depressingly basic in operation, a strange thing for such a (potentially) powerful part of the stack. It seemed somehow backwards that if I obtain a script, I first must figure out what package runs it, and then possibly even install a bunch of dependencies in order for it to run. Why cant the package manager figure this stuff out for you? And thus `tea script.ext` did just that.
![](https://miro.medium.com/v2/resize:fit:1000/1*7F_695_rMJ8JNn7Sa_pR9g.jpeg)
want [https://charm.sh](https://charm.sh/)s amazing vhs terminal recorder? Just type \`vhs\`
While iterating around this I realized that it wasnt laziness that was holding me back from implementing `tea install` , it was a desire to find something _better;_ a better paradigm for using open source; a better paradigm than _managing it_. So I held off. My coworkers complained that they still needed `brew` even though we were building its spiritual successor.
Yet I held off because I know that if I make parts of my workflow tedious, I will come up with a solution. I suffer a little now to reap the rewards later.
I would joke with people that “tea wasnt a package manager”. This was tongue in cheek—of course tea was and is a package manager. But it didnt seem much like one. I wanted people to stop thinking about the package manager altogether. I wanted to make something where managing packages stops being a part of your workflow at all. You have apps to build, and I want you to build them with tools like mine getting out of your way entirely.
In pursuit of being a universal interpreter without installing packages one must build environments that create a kind of container for the software. It seemed useful to make those environments available more generally.
With `tea` you build an environment by _adding packages_ with `+pkg.com` syntax. With the environment assembled you then execute a command. Plus package syntax was a wonderful discovery allowing entirely new categories of workflows.
What was tea? It seemed to have become a tool for assembling environments of open source software which you then apply to other tooling. If we can figure out those environments for you, we do, if we cannot we need you to tell us.
_tea was a_ _universal interpreter_. So I looked to other interpreters to see if the similarities should go further.
Its typical with interpreters for just typing them to start a REPL (a [read eval print loop](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop)). You exchange your Bash prompt for a Python, Ruby, etc. prompt. Should tea do this? We tried it, so `tea +deno.land` would start a new shell with `deno` available. It was somewhat a good feature and it was idiomatic with the concept that tea was a kind of interpreter.
But something about it irked me.
tea described itself as a unified package manager, a universal interpreter, a universal environment manager. It was all these things, but you cant sell a product if you cant put your finger on what the product _\*is\*_.
[Last week](https://medium.com/teaxyz/dev-diary-finding-the-fun-1b351431fcac) I talked about how we resolved the messaging by more clearly seeing what tea was. tea is a magical package manager, its _invisible and powerful_. Stop thinking about installing stuff—get on with your work instead. If you dont need to even think about managing packages entirely you can use new tools and workflows effortlessly, but also other people who make tools, scripts or workflows can know you, the end user for their efforts, have the entire open source ecosystem at your fingertips too. They dont need to tell you how to install a bunch of stuff, with a bunch of different versions, for a bunch of different platforms in their README—you have tea.
This week I realized that during the history of UNIX there was another innovation in this area. As developers for UNIX like systems exploded, new tools began to appear all over. Each UNIX had different conventions and preferences for where such tools may be installed. This would be problematic for the **_shebang_**.
## Shebangs
Perl was one of the first interpreted languages. It grabbed the minds of all UNIX users since it was fast to dev like shell scripting but powerful like “proper” languages (eg. C). It supported being “shebanged”, the `#!` at the front of a text file that told your shell who interprets the file you want it to run:
```
#!/usr/bin/perl
```
The problem is: perl was new and not POSIX with an associated “this is where it should be installed” path. It might be installed anywhere! Shebangs were not designed to search `PATH` (for security reasons presumably) but this impeded the possibility of distributing a perl script to other communities.
So`/usr/bin/env` was built. It was designed to construct environments† and then execute commands inside those environments searching the specified `PATH` for the command to run. POSIX declared its path to be `/usr/bin/env` so now shebangs could be:
```
#!/usr/bin/env perl
```
Thus alleviating the location problem.
However the user still needed to install `perl` themselves.
> † though not commonly used `env FOO=bar baz` and other environment management features are a primary part of `env`s CLI.
## tea is env++
```
#!/usr/bin/env -S tea perl## see `man env` to understand the `-S`
```
Like `env` we construct an environment for `perl` and run it, but as supplemental functionality we install `perl` and its dependencies first.
One day perhaps well be POSIX and we can reduce this to:
```
#!/usr/bin/tea perl
```
One can only dream…
## Adapting tea/cli Based on this Realization
tea is a more capable `env`. Should this be something we document? Should this adapt how we introduce it and talk about it? I began exploring that.
Firstly, our REPL like feature `tea +rust-lang.org` starts a new shell that contains the environment for rust. Should instead we output the environment like `env` does?
I tried it and it felt right. We already use this functionality for teas magic, so now instead of that being a special mode it was a idiomatic use of `tea` as a CLI.
However the REPL functionality is neat, so do we really dare lose it?
Fortuantely an idiomatic way to do the REPL presented itself to me, simply append `sh`, eg. `tea +rust-lang.org sh`. This is all our REPL was doing underneath anyway. Now tea doesnt have any special modes, we are communicating to the user intuitively that tea installs packages, creates environments and executes commands within them. To see the environment that will be created, stop typing (eg `tea +rust-lang.org`). To use the environment, add commands.
Typing `tea` by itself dumps the current supplemented environment. If you have our magic installed then inside a developer environment you can see what tea did to create that environment.
Im super happy with these changes as now I feel tea is close to being very well scoped, intuitive to understand, composable, flexible and useful to many different tasks along the lines of its utility proposition. _We are both more powerful than all other package managers while also being more intuitive._
I foresee a v1 in the near future.
## Breaking Change
This is a breaking change, but we are pre v1. After v1 we will not break the CLI API unless we bump the major version.

View file

@ -0,0 +1,91 @@
---
title: "Something New is Brewing"
date: 2022-03-23
categories: [open-source, programming]
tags: [programming, homebrew, install tea]
draft: false
featured_image: "/Images/blog/something-new-is-brewing.jpg"
---
I created Homebrew nearly 13 years ago out of sheer necessity. I found the tooling available to developers at the time haphazard and difficult to tease into shape. After complaining about it at the pub one evening, I was met with an exasperated “Max, quit whining and do something about it”. So I did. (Thanks Jono).
From the start, I designed it to be delightful where other tools were not. I have always firmly believed when building anything, especially open source, that the tooling should get out of your way because you have much more important work to be doing.
I also intentionally designed it to _go viral_. I was lazy, you see, in the way all the best developers are. I needed you — _all of you_ — to help me build it. I did this so well that Homebrew became one of the biggest open source projects of all time.
Not long after starting, I quit my job to work on this project I felt I was put on the world to make. However… within a few months, the task was long from complete, and I found myself skint. I still remember going to the bank and asking what would happen if I overdrew the next day to pay for rent. They didnt care much.
Thus began a steady rotation between jobs and open source. I wanted to work on open source full time, believing it would help the world become a better place. But that remained an elusive dream.
Eventually I burned out and quit maintaining Homebrew. I handed the reins to the community that had emerged from the trail I had laid out. Im proud to say the project has done very well without me.
A few times a year someone would ask me if I would make a brew2. I always said no. What would be the point? brew is good, and Im not going to reinvent the wheel.
## A Wild Timothy Appears
I met Timothy in Chicago in late 2013. We clicked and worked together on many projects. We were both passionate about what people can build in open environments that encourage and incentivize contribution. Eventually I moved away but the friendship stuck. Timothy caught the wave of crypto while I moved on to become a top mobile developer.
Every year or so hed hit me up and talk to me about what was new in crypto, trying to get me to bite. I always declined. I admired the bitcoin white paper but I felt crypto was just money and, for me, money was the least interesting consequence of work.
## A Change of Heart
My partner and I were trying for a baby last year and in September, she showed me the positive test. We were overjoyed, but the next morning I woke up in a cold sweat. How was I going to provide for my family? _Open source was not paying the bills._
I went back over all my old ideas looking for a startup idea I could turn into a business. Eventually I came back to my ream of notes about “brew2”. Despite previously snubbing the idea of making another, I am an obsessive note taker and had been recording my thoughts as they came to me for years.
I moved on, at the time still convinced open source could not pay the bills.
Timothy phoned me to catch up and once more pointed me to what he was now calling “web3”.
I sniffed around the top of the rabbit hole.
While learning about web3 I bought and sold a few NFTs. The process was mostly uninteresting except for when I sold one and saw the automated, unavoidable 10% royalty enforced by a digital contract (with no need for a legal structure) that compensated the original creator for secondary sales_._ I felt the sting of inspiration.
_web3 enables indirect compensation._
I wondered if we could apply this concept to helping distribute value to open source.
I dove down the rabbit hole.
## The Nebraska Problem
Its a well-known problem. Developers make fundamental improvements to the nature of the Internet. Their contributions are grabbed by the community with both hands and inserted into the tower:
![](https://miro.medium.com/v2/resize:fit:770/0*TTqemZPUKyxK8mgo)
[https://xkcd.com/2347/](https://xkcd.com/2347/)
Once a block is placed its rarely removed. The maintainers become charitable volunteers.
Solutions like sponsorship and bounties exist. Both unfortunately reward only the top of the tower, the visible packages. Beneath them lie tens of thousands of vital packages that most people dont even know exist.
Recently Log4J [hit the news](https://www.cnet.com/news/privacy/log4j-software-bug-cisa-issues-emergency-directive-to-federal-agencies/) with a zero day that impacted most of the Internet. They fixed the bug and endured abuse while pointing out that they receive no funding from the myriad of unicorns that use them. They probably still dont. Most of these hyper profitable corporations didnt even know that Log4J was a vital brick in their tower of open source built by people they dont even know and have never even paid.
CoreJS is another famous example, downloaded 30 million times a week. Their [README](https://github.com/zloirock/core-js/blob/master/README.md) is depressingly laced with _genuine need_ for funding to help them keep every Node.js application that exists afloat.
## Lets Brew a Fresh Pot
Tools like Homebrew lie beneath all development tools, assisting developers to actually get development done. We know the graph of all open source, which means were uniquely placed to innovate in interesting and exciting ways. This is exactly what [tea](https://tea.xyz/) will do. Were taking our knowledge of how to make development more efficient and throwing innovations nobody has ever really considered before. Package managers havent been sexy. Until now.
Most importantly, were moving the package registry on-chain (relax, well use a low-energy proof of stake chain). This has numerous benefits due to the inherent benefits of blockchain technology:
- Packages will be immutable (no more [left-pad incidents](https://www.theregister.com/2016/03/23/npm_left_pad_chaos/))
- Packages will always be available (well use decentralized storage)
- Releases will be signed by the maintainers themselves (rather than a middleman you are told you can trust)
- Tools can be built to fundamentally verify the integrity of your apps open source constitution
- Token can flow through the graph
Token flowing is where things get _really_ interesting, but first lets set things straight: were not changing the nature of open source. Its still free. web3 has enabled novel new ways to distribute value, and with our system people who care about the health of the open source ecosystem buy some token and stake it. Periodically, we reward this staking because it is securing our token network. We give a portion of these rewards to the staker and a portion to packages of their choice _along with all the dependencies of those packages_.
Note that no portion goes to _us_. Were not like the other app stores.
## What is tea?
Founded by Max Howell, the creator of Homebrew and Timothy Lewis, famous web3 evangelist:
**tea** is a delightful product suite that you will adore.
**tea** is the home to a DAO that will ensure the open source maintainers that keep the Internet running are rewarded as they deserve.
**tea** is our revolution against a failing system.
Stay in touch: [https://tea.xyz](https://tea.xyz/) & [https://linktr.ee/teaxyz](https://linktr.ee/teaxyz)

View file

@ -0,0 +1,3 @@
---
title: Categories
---

View file

@ -0,0 +1,3 @@
---
title: Tags
---

View file

@ -0,0 +1,150 @@
<!DOCTYPE html>
<html lang="en">
{{ partial "head.html" . }}
{{ partial "header.html" . }}
<body>
{{ partial "navbar.html" . }}
<main>
<section class="teal-bg">
<div class="container one-box">
<div class="col text-center">
<h1 class="black display-1">{{ .Title }}</h1>
<p class="black lead">Welcome to the tea party. This is where we talk about everything from open-source to the future of AI and web3. Follow our dev.diary series to get insight from our brighest devs, and learn what they're doing to make the internet a better place.</p>
</div>
</div>
</section>
<hr>
<div class="container">
<div class="row">
<div class="col-md-9 pe-xl-4 pe-lg-4 pe-md-4 pe-sm-3 pe-3 pt-5 pb-5 blog-list">
<div class="row content-area">
{{ range .Pages }}
<div class="blog-col col-xl-4 col-lg-4 col-md-6 col-sm-12 mb-4">
<a href="{{ .RelPermalink }}">
<div class="blog-listing">
{{ if .Params.featured_image }}
<div class="featured-image" style="background-image: url('{{ .Params.featured_image }}');"></div>
{{ end }}
<div class="p-4 pb-5">
<h3 style="text-transform:lowercase;">{{ .Title }}</h3>
<span class="grid-gray small">Published: {{ .Date.Format "02/01/2006" }}</span><br>
<span class="grid-gray small">Categories: {{ range .Params.categories }}<span class="grid-gray cat-link">{{ . }}</span>, {{ end }}</span>
<span class="preview-content small mt-2">{{ trim .Summary 5 | plainify }}</span>
</div>
</div>
</a>
</div>
{{ end }}
</div>
</div>
{{ partial "sidebar" . }}
</div>
</div>
</main>
<footer>
{{- partial "footer-content.html" . -}}
{{- partial "footer.html" . -}}
</footer>
</body>
<style>
.preview-content {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
color: #fff;
}
.featured-image {
width: 100%;
height: 100px;
background-size: cover;
background-position: center;
}
.content-area {
display: flex;
flex-wrap: wrap;
align-items: stretch; /* Make the children stretch to fill the container */
}
.blog-listing {
border: 1px solid #949494;
transition: 0.2s ease-in-out;
display: flex;
flex-direction: column;
height: 100%; /* Added this line */
width:100%;
}
.content-wrapper {
flex-grow: 1;
}
.blog-col {
display: flex;
}
.blog-listing:hover {
background-color: #252525 !important;
}
h3 {
font-size: 28px;
line-height: 34px;
}
p {
font-size: 14px;
line-height: 22px;
}
.lead{
font-size: 18px;
line-height: 26px;
}
.read-more {
display: block;
margin-top: 10px;
font-size: 14px;
color: #00ffd0;
text-align: left;
}
.read-more:hover{
color: #e1e1e1;
}
.sidebar {
flex: 0 0 30%;
max-width: 20%;
border-left: 1px solid #949494;
}
.sidebar ul {
list-style: none;
padding-left: 0;
}
.sidebar ul li {
padding: 0.5em 0;
}
.cat-link:hover{
color: #00ffd0;
}
</style>
</html>

View file

@ -0,0 +1,99 @@
<!DOCTYPE html>
<html lang="en">
<head>
{{ partial "head.html" . }}
{{ partial "header.html" . }}
</head>
<body>
{{ partial "navbar.html" . }}
<main>
<div class="container">
<div class="row">
<div class="col-md-9 pe-xl-5 pe-lg-5 pe-md-5 pe-sm-2 pe-2">
<div class="one-box">
<h1 style="text-transform:lowercase;">{{ .Title }}</h1>
<p>Published: {{ .Date.Format "02/01/2006" }}</p>
{{ .Content }}
<a href="{{ "blog" | relURL }}">Back to blog</a>
</div>
</div>
{{ partial "sidebar" . }}
<div class="share-links">
<a href="https://www.facebook.com/sharer/sharer.php?u={{ .Permalink }}" target="_blank" rel="noopener"><i class="icon-facebook"></i></a>
<a href="https://twitter.com/intent/tweet?url={{ .Permalink }}&amp;text=Check out {{ .Title }} from @teaxyz" target="_blank" rel="noopener"><i class="icon-twitter"></i></a>
<a href="https://www.linkedin.com/shareArticle?url={{ .Permalink }}" target="_blank" rel="noopener"><i class="icon-linkedin"></i></a>
</div>
</div>
</div>
</main>
<footer>
{{- partial "footer-content.html" . -}}
{{- partial "footer.html" . -}}
</footer>
</body>
</html>
<style>
.sidebar {
flex: 0 0 30%;
max-width: 20%;
border-left: 1px solid #949494;
}
.sidebar ul {
list-style: none;
padding-left: 0;
}
.sidebar ul li {
padding: 0.5em 0;
}
.share-links {
position: fixed;
left: -15px;
top: 50%;
transform: translateY(-50%);
display: flex;
flex-direction: column;
align-items: flex-start;
z-index: 100;
}
.share-links a {
margin-bottom: 2px;
border: 1px solid #949494;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background-color: #1a1a1a;
}
.share-links a:hover {
color: #1a1a1a;
background-color: #00ffd0;
}
.share-links a i {
display: inline-block;
vertical-align: middle;
}
img{
max-width: 100%;
}
code{
color: #ff7ba7;
}
h1, h2, h3, h4, h5, h6{
text-transform: lowercase;
}
</style>

View file

@ -0,0 +1,8 @@
<h1>{{ .Page.Title }}</h1>
<ul>
{{ range .Data.Pages }}
<li>
<a href="{{ .Permalink }}">{{ .Title }}</a>
</li>
{{ end }}
</ul>

View file

@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
{{ partial "head.html" . }}
{{ partial "header.html" . }}
<body>
{{ partial "navbar.html" . }}
<main>
<div class="container">
<h1>Category: {{ .Title }}</h1>
<ul>
{{ range .Site.RegularPages }}
{{ if in .Params.categories .Title }}
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
{{ end }}
{{ end }}
</ul>
</div>
</main>
<footer>
{{ partial "footer-content.html" . }}
{{ partial "footer.html" . }}
</footer>
</body>
</html>

View file

@ -1,5 +1,5 @@
<script>
<script>
// Add a 400px tall placeholder
$('#count').html('<div style="height: 400px"></div>');
$('#count1').html('<div style="height: 400px"></div>');
@ -17,22 +17,20 @@
fetch('https://5ey2dx9k7l.execute-api.us-east-1.amazonaws.com/prod/v0/signups')
.then(res => res.json())
.then(res => {
const signups = res.signups ? res.signups.toLocaleString() : ""
if (!(localStorage['signup'] || '').match(/:::/)) {
$('#count').html(signups)
}
$('#count1').html(signups)
$('#count2').html(signups)
$('#count3').html(signups)
$('#count4').html(signups)
$('#count5').html(signups)
$('#count6').html(signups)
$('#count7').html(signups)
$('#stat-one').html(res.repos ? res.repos.toLocaleString() : "")
$('#stat-one-small').html(res.repos ? res.repos.toLocaleString() : "")
$('#stat-two').html(res.maintainers ? res.maintainers.toLocaleString() : "")
})
const signups = res.signups ? res.signups.toLocaleString() : "";
$('#count').html(signups);
$('#count1').html(signups);
$('#count2').html(signups);
$('#count3').html(signups);
$('#count4').html(signups);
$('#count5').html(signups);
$('#count6').html(signups);
$('#count7').html(signups);
$('#stat-one').html(res.repos ? res.repos.toLocaleString() : "");
$('#stat-one-small').html(res.repos ? res.repos.toLocaleString() : "");
$('#stat-two').html(res.maintainers ? res.maintainers.toLocaleString() : "");
});
} catch (e) {
console.error(e)
console.error(e);
}
</script>
</script>

View file

@ -26,10 +26,10 @@
</div>
<div class="col-xl-2 col-lg-2 col-md-4 col-sm-12 col-12 ps-xl-5 mt-3">
<h6 class="white mt-2">Quick Links</h6>
<a class="quick-links" href="https://medium.com/teaxyz">blog</a><br>
<a class="quick-links" href="/careers/">careers</a><br>
<a class="quick-links" href="/privacy-policy/">privacy policy</a><br>
<a class="quick-links" href="/terms-of-use/">terms of use</a><br>
<a class="footer-link" href="/blog/">blog</a><br>
<a class="footer-link" href="/careers/">careers</a><br>
<a class="footer-link" href="/privacy-policy/">privacy policy</a><br>
<a class="footer-link" href="/terms-of-use/">terms of use</a><br>
</div>
<div class="col-xl-4 col-lg-6 col-md-12 col-sm-12 col-12 ps-3 mt-3" style="margin-left:auto;">
<h6 class="white mb-3 mt-2">Enter your email to join our newsletter:</h6>
@ -46,7 +46,8 @@
</section>
<style>
.footer-link:hover{
color: #00ffd0;
.small{
line-height: 22px;
}
@ -95,30 +96,6 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script>
$(window).scroll(function () {
$('nav').toggleClass('scrolled', $(this).scrollTop() > 100);
});
if (localStorage['signup'].match(/:::/)) {
const [username, serial_] = localStorage.signup.split(':::');
const serial = (+serial_).toLocaleString()
$('.box-auth-true').show();
$('.box-auth-false').hide();
$('#auth-username').html(username);
$('#count').html(`${serial} / <span id='count3'></span>`);
$('#count-sub-text').html('YOUR AUTHENTICATION NUMBER');
$('#communitea').html('Thanks for joining our communi&#39;<span style="color:#54BAAB;">tea</span>');
$('#revolution-text').html(
'Now stay tuned! As an early authenticator, youll be entitled to a variety of exciting rewards, including minted NFT certificates.'
);
$('#auth-body-text').hide();
$('.rounded-pill').hide();
$('.auth-btn').html('Configure GitHub App');
$('.auth-btn').attr('href', 'https://github.com/apps/tea-xyz')
}
</script>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};

View file

@ -18,30 +18,6 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script>
$(window).scroll(function () {
$('nav').toggleClass('scrolled', $(this).scrollTop() > 100);
});
if (localStorage['signup'].match(/:::/)) {
const [username, serial_] = localStorage.signup.split(':::');
const serial = (+serial_).toLocaleString()
$('.box-auth-true').show();
$('.box-auth-false').hide();
$('#auth-username').html(username);
$('#count').html(`${serial} / <span id='count3'></span>`);
$('#count-sub-text').html('YOUR AUTHENTICATION NUMBER');
$('#communitea').html('Thanks for joining our communi&#39;<span style="color:#54BAAB;">tea</span>');
$('#revolution-text').html(
'Now stay tuned! As an early authenticator, youll be entitled to a variety of exciting rewards, including minted NFT certificates.'
);
$('#auth-body-text').hide();
$('.rounded-pill').hide();
$('.auth-btn').html('Configure GitHub App');
$('.auth-btn').attr('href', 'https://github.com/apps/tea-xyz')
}
</script>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};

View file

@ -7,7 +7,7 @@
<ul class="navbar-nav ms-auto me-4 my-auto">
{{ range .Site.Menus.main }}
<li class="nav-item mt-lg-0 mt-md-0 mt-sm-3 mt-3">
<li class="nav-item mt-lg-0 mt-md-0 mt-sm-3 mt-3" style="text-transform: uppercase;">
<a class="top-nav-link nav-link{{ if $.IsMenuCurrent "main" . }} active" aria-current="page {{ end }}" href="{{ .URL }}">{{ .Name}}</a>
</li>
{{ end }}

View file

@ -0,0 +1,66 @@
<div class="col-md-3 sidebar pt-4 pb-5 ps-4 d-none d-md-block">
<!-- Recent Posts -->
<h4 class="mt-4">Recent Posts</h4>
<ul class="sidebar-list">
{{ range first 4 .Site.RegularPages.ByDate.Reverse }}
<li><a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
{{ end }}
</ul>
<h4 class="mt-4">categories</h4>
<ul class="sidebar-list">
{{ range $key, $value := .Site.Taxonomies.categories }}
<li><a href="{{ printf "/%s/%s/" "categories" $key | relLangURL }}">{{ $key }}</a></li>
{{ end }}
</ul>
<h4 class="mt-4">tags</h4>
<ul class="sidebar-list">
{{ range $key, $value := .Site.Taxonomies.tags }}
<li><a href="{{ printf "/%s/%s/" "tags" $key | relLangURL }}">{{ $key }}</a></li>
{{ end }}
</ul>
<h4 class="mt-4">communi'tea</h4>
<div class="social-icons flex-start">
<a href="https://twitter.com/teaxyz">
<i class="icon-twitter lead me-2"></i>
</a>
<a href="https://discord.gg/tea-906608167901876256">
<i class="icon-discord lead me-2"></i>
</a>
<a href="https://github.com/teaxyz/cli">
<i class="icon-github lead me-2"></i>
</a>
<a href="https://t.me/tea_xyz">
<i class="icon-telegram lead me-2"></i>
</a>
</div>
<h4 class="mt-4">give a star</h4>
<a class="github-button" href="https://github.com/teaxyz/cli" data-icon="octicon-star" data-show-count="true" aria-label="Star teaxyz/cli on GitHub">Star</a>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</div>
<style>
.sidebar-list{
line-height:24px;
}
.sidebar-list li{
margin-bottom: -7px;
}
.sidebar-list a{
color: #fff;
}
.sidebar-list a:hover{
color: #00ffd0;
}
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

View file

@ -105,7 +105,7 @@ a.nav-link:hover{
border-bottom: 1px solid #00ffd0;
}
/* Breakpoint-Specific Typography */
/* Breakpoint-Specific Typography
@media only screen and (max-width: 576px) {