projectmb / vredeburg

A simple starter project to create a blog using Eleventy and Tailwind CSS

Home Page:https://vredeburg.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vredeburg

Netlify Status

A simple starter project to create a blog using Eleventy and Tailwind CSS.

Screenshot

See demo here!

Getting Started

  1. Clone this repository
git clone https://github.com/daflh/vredeburg.git my-blog
  1. Navigate to the directory
cd my-blog
  1. Install dependencies
npm install

Use in development

npm start

Build for production

npm run build

For debugging purposes

npm run debug

Configuration

To change the title, description, author data, menu/nav item, etc, go to src/_data/.

About

A simple starter project to create a blog using Eleventy and Tailwind CSS

https://vredeburg.netlify.app

License:MIT License


Languages

Language:Nunjucks 57.0%Language:JavaScript 41.4%Language:CSS 1.7%