https://github.com/n0-computer/n0.computer
https://github.com/n0-computer/n0.computer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/n0-computer/n0.computer
- Owner: n0-computer
- Created: 2022-07-26T16:02:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-16T00:44:51.000Z (4 months ago)
- Last Synced: 2026-02-16T08:22:47.744Z (4 months ago)
- Language: HTML
- Size: 6.46 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### base template for zola + tailwind site
This should be a good jumping off point for building sites with zola.
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.
From there, built out the bones of a template using https://github.com/tchartron/blow as a reference.
## Getting started
You'll need [`zola`](https://getzola.org), [`node`](), and [`yarn`]()
```
$ git clone git@github.com:b5/zola_tailwind_template.git
$ cd zola_tailwind_template
$ yarn
$ yarn dev
```
then visit `127.0.0.1:1111` in a browser