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

https://github.com/ahansson/hgrid-css-eleventy

Starter project with 11ty and hgrid-css
https://github.com/ahansson/hgrid-css-eleventy

11ty eleventy hgrid-css

Last synced: about 1 month ago
JSON representation

Starter project with 11ty and hgrid-css

Awesome Lists containing this project

README

        

# Integrating [hgrid-css](https://github.com/ahansson/hgrid-css) in an Eleventy (11ty) project

Screenshot

## Documentation
https://hgrid.io/documentation/integrate/#11ty

## Repository
https://github.com/ahansson/hgrid-css-eleventy

Minimal setup of 11ty with Sass compilation for `hgrid-css`. Builds final CSS with Autoprefixer and PostCSS minification.

## What is hgrid-css ?

A lightweight and practical CSS utility kit with zero config and a flat learning curve.

Repo: https://github.com/ahansson/hgrid-css

## Installation

Installs the required `node_modules`, including `hgrid-css`.

```bash
npm install
```

## Development

Starts the development server with Sass compilation for **hgrid** and serves your site from the `_public` folder on localhost:8080 (if available).

```bash
npm run start
```

## Build

```bash
npm run build
```

Builds all files and copies them to the `_public` folder. This is the command you run on the server if you use hosting services like Netlify, Vercel, GitHub Pages, etc.