Skip to content

logicman/eleventy-sample-blog-twcss

Repository files navigation

eleventy-base-blog

A starter repository showing how to build a blog with the Eleventy static site generator.

Build Status

Getting Started

1. Clone this Repository

git clone https://github.com/logiman/eleventy-sample-blog-twcss.git my-blog-name

2. Navigate to the directory

cd my-blog-name

Specifically have a look at .eleventy.js to see if you want to configure any Eleventy options differently.

3. Install dependencies

npm install

4. Edit _data/metadata.json

5. Run Eleventy

npm run start

Or testbuild and host locally for local development

npm run testbuild

Implementation Notes

Read my blog post - https://sahilparikh.dev/posts/2020/moving-squarespace-eleventy/

About

Sample code for getting Eleventy + TailwindCSS to work.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published