Skip to content

Commit 640b6d6

Browse files
committed
cleanup readme
1 parent 98d6f8b commit 640b6d6

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

readme.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
### base template for zola + tailwind site
2-
3-
This should be a good jumping off point for building sites with zola.
4-
I started with this [blog post](https://www.maybevain.com/writing/using-tailwind-css-with-zola-static-site-generator/) as a reference, but numerous things are out of date because javascript.
5-
From there, built out the bones of a template using https://github.com/tchartron/blow as a reference.
1+
# Iroh Website
62

7-
## Getting started
3+
This is the repo that powers the [iroh.computer](https://iroh.computer) web site, which includes marketing & documentation info for [iroh](https://github.com/n0-computer/iroh).
4+
5+
# Running locally
86
You'll need [`zola`](https://getzola.org), [`node`](), and [`yarn`]()
97

108
```
11-
$ git clone [email protected]:b5/zola_tailwind_template.git
12-
$ cd zola_tailwind_template
9+
$ git clone [email protected]:n0-computer/iroh.computer.git
10+
$ cd iroh.computer
1311
$ yarn
1412
$ yarn dev
1513
```

0 commit comments

Comments
 (0)