My Lab
A still-evolving website based on Eleventy and Tailwind CSS. This is based on the Vredeburg starter project.
Getting Started
- Clone this repository
git clone https://github.com/geksiong/gslab.git blog-name
- Navigate to the directory
cd blog-name
- Install dependencies
yarn install
Use in development
yarn start
Build for production
yarn build
For debugging purposes
yarn debug
Configuration
To change the title, description, author data, menu/nav item, etc, go to src/_data/
.