Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 907 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 907 Bytes

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/