Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/deepakness/crispwrite
- Owner: deepakness
- License: mit
- Created: 2024-08-03T18:55:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T02:11:33.000Z (3 months ago)
- Last Synced: 2024-10-01T09:04:41.780Z (about 1 month ago)
- Topics: 11ty, blog, tailwindcss, template
- Language: Nunjucks
- Homepage: https://crispwrite.netlify.app
- Size: 1000 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).