Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 863 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 863 Bytes

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/.