forked from team/site
1
0
Fork 0

tidy up README.md

This commit is contained in:
Ben Harris 2020-07-09 16:17:22 -04:00
parent 84cdd43660
commit d346952a54
1 changed files with 10 additions and 13 deletions

View File

@ -6,6 +6,8 @@ the latest compiled css will be available [here](https://tilde.team/css/hacker.c
if you want a quick start, feel free to use [skeleton.html](skeleton.html).
curl https://tilde.team/css/skeleton.html > mynewpage.html
the major changes from the original are a few tweaks to colors of code samples and font sizes.
feel free to use and modify as you like!
@ -24,9 +26,7 @@ check out the [example site](https://tilde.team/css/)!
you can pick up the latest [hacker.css](https://tilde.team/css/hacker.css) and reference the css in your page.
```html
<link href="https://tilde.team/css/hacker.css" rel="stylesheet">
```
<link href="https://tilde.team/css/hacker.css" rel="stylesheet">
**or** you could be a real h4x0r.
@ -34,20 +34,17 @@ you can pick up the latest [hacker.css](https://tilde.team/css/hacker.css) and r
open up your h4x0r terminal and type the following:
```bash
git clone https://tildegit.org/team/site
cd site/css
```
git clone https://tildegit.org/team/site
cd site/css
if you want to make adjustments with live-reloading, try this:
```bash
make dev
```
make dev
if you just want to compile, you can do this:
```bash
make
```
make
you'll find the compiled css in hacker.css to do with as you please