Skip to content

Ferror/grave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6e0b7ef · Jan 5, 2021

History

53 Commits
Nov 13, 2020
May 16, 2019
Mar 18, 2020
May 16, 2019
May 16, 2019
Jun 17, 2019
Nov 13, 2020
Nov 12, 2020
Nov 12, 2020
Nov 12, 2020
Nov 12, 2020
Nov 15, 2020
Jan 5, 2021
Nov 12, 2020

Repository files navigation

Build Status License: MIT GitHub release GitHub downloads

grave

Simple HTML/CSS website framework

Usage

If you want the autodetect mode

<html>
    <head>
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ferror/grave@gh-pages/3.2/grave.min.css">
    </head>
</html>

If you prefer light mode

<html>
    <head>
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ferror/grave@gh-pages/3.2/grave-light.min.css">
    </head>
</html>

If you prefer dark mode

<html>
    <head>
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ferror/grave@gh-pages/3.2/grave-dark.min.css">
    </head>
</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