Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/deepakness/crispwrite

A minimalist, fast-loading blog built with 11ty and Tailwind CSS. Clean design, optimized for readability and performance.
https://github.com/deepakness/crispwrite

11ty blog tailwindcss template

Last synced: 23 days ago
JSON representation

A minimalist, fast-loading blog built with 11ty and Tailwind CSS. Clean design, optimized for readability and performance.

Awesome Lists containing this project

README

        

# Crispwrite - Clean Blog Template

A minimalist, fast-loading blog built with 11ty and Tailwind CSS. Clean design, optimized for readability and performance.

## DEMO

- [https://crispwrite.netlify.app/](https://crispwrite.netlify.app/)

## QUICK DEPLOY

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/deepakness/crispwrite)

![Crispwrite Screenshot](/screenshot.png)

## DOCUMENTATION

[Read Docs](https://github.com/deepakness/crispwrite/wiki)

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

- Node.js (version 12 or higher)
- npm (usually comes with Node.js)

### Installation

1. Clone the repository:
```
git clone https://github.com/deepakness/crispwrite.git
```
2. Navigate to the project directory:
```
cd crispwrite
```
3. Install dependencies:
```
npm install
```

### Development

To start the development server:

```
npm run start
```

This will start a local server and you can view your site at `http://localhost:8080`.

### Building for Production

To build the site for production:

```
npm run build
```

This will generate the static site in the `_site` directory.

## Built With

- [Eleventy](https://www.11ty.dev/) - Static Site Generator
- [Tailwind CSS](https://tailwindcss.com/) - CSS Framework

## Additional Help

If you require additional help with the set up, customization, deployment, or anything related, please visit the [documentation wiki](https://github.com/deepakness/crispwrite/wiki).