Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ferror/grave
- Owner: Ferror
- License: mit
- Created: 2019-05-16T07:48:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:56:01.000Z (almost 2 years ago)
- Last Synced: 2024-12-12T12:44:27.130Z (12 days ago)
- Topics: css, grave, html
- Language: CSS
- Homepage: https://grave.malcherczyk.com
- Size: 735 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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