Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ferror/grave

Simple HTML/CSS website framework
https://github.com/ferror/grave

css grave html

Last synced: 5 days ago
JSON representation

Simple HTML/CSS website framework

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.com/Ferror/grave.svg?branch=master)](https://travis-ci.com/Ferror/grave)
[![License: MIT](https://img.shields.io/apm/l/vim-mode.svg)](https://opensource.org/licenses/MIT)
[![GitHub release](https://img.shields.io/github/v/release/ferror/grave.svg)](https://github.com/Ferror/grave/releases)
[![GitHub downloads](https://img.shields.io/github/downloads/ferror/grave/total)](https://github.com/Ferror/grave)

# grave
#### Simple HTML/CSS website framework

## Usage

### If you want the autodetect mode
```html



```

### If you prefer light mode
```html



```

### If you prefer dark mode
```html



```

## Release
### Autodetect Mode
You can release/compile and minimize css by typing:
```
node_modules/gulp/bin/gulp.js release
```

### Dark Mode
and to release dark mode:
```
node_modules/gulp/bin/gulp.js release --dark
```

### Light Mode
and to release light mode:
```
node_modules/gulp/bin/gulp.js release --light
```

## Changelog

### 3.4
* Paragraph links will be underlined

### 3.3
* Change the paragraph font family to Times New Roman
* Improve code tag on dark mode
* Minor checkbox input fixes
* Increasing margin-bottom for structure elements
* Make header 2, 4, and 6 with opacity 0.8