css/README.md

61 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

# tilde team hacker bootstrap theme
2017-12-28 21:36:45 +00:00
this is a fork of [brobin's hacker bootstrap](https://github.com/brobin/hacker-bootstrap)
2017-12-28 21:36:45 +00:00
the latest compiled css will be available [here](https://tilde.team/css/hacker.css)
2017-12-28 21:36:45 +00:00
the major changes from the original are a few tweaks to colors of code samples and font sizes.
2017-12-28 21:36:45 +00:00
feel free to use and modify as you like!
2017-12-28 21:36:45 +00:00
this is the style used on [tilde.team](https://tilde.team).
2017-12-28 21:36:45 +00:00
![](haxor.png)
a bootstrap theme for 1337 h4x0rs. inspired by the classic green on black terminal style. this theme will make your website 1337.
2017-12-28 21:36:45 +00:00
check out the [example site](https://tilde-team.github.io/css/)!
2017-12-28 21:36:45 +00:00
## usage
2017-12-28 21:36:45 +00:00
you can pick up the latest [hacker.css](https://tilde.team/css/hacker.css) and reference the css in your page.
2017-12-28 21:36:45 +00:00
```html
<link href="css/hacker.css" rel="stylesheet">
```
**or** you could be a real h4x0r.
2017-12-28 21:36:45 +00:00
**h4x0rs only**
2017-12-28 21:36:45 +00:00
open up your h4x0r terminal and type the following:
2017-12-28 21:36:45 +00:00
```bash
$ npm install
```
if you want to make adjustments with live-reloading, try this:
```bash
$ npm run dev
```
if you just want to compile, you can do this:
2017-12-28 21:36:45 +00:00
```bash
$ npm run build
```
you'll find the compiled css in dist/hacker.css to do with as you please
2017-12-28 21:36:45 +00:00
## contributing
2017-12-28 21:36:45 +00:00
feel free to hack around and submit pull requests. not every style is 100% comp1337, so any assistance is greatly appreciated.
2017-12-28 21:36:45 +00:00
thanks for stopping by :)
2017-12-28 21:36:45 +00:00
## license
2017-12-28 21:36:45 +00:00
mit