Skip to content

Ferror/grave

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