MartinDM / martindm.uk

A starter repository for a blog web site using the Eleventy static site generator.

Home Page:https://martindm-uk.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MartinDM.uk

Repo for my site Martindm.uk hosted on Vercel, built on on the Eleventy static-site generator.

Screenshot 2023-12-30 at 23 06 20

Running locally

Absolutely!

  • Clone this repo
  • Install deps and run using these commands.
npm install
  • Run locally
npm run serve
  • Or run in dev watch mode to automatically show changes:
npm run watch

See package.json for additonal scripts

Open the site on http://localhost:8080

Design and Implementation Notes

  • Initially designed using Figma, then used the structure in the 11ty Base blog
image

About

A starter repository for a blog web site using the Eleventy static site generator.

https://martindm-uk.vercel.app/

License:MIT License


Languages

Language:Nunjucks 45.7%Language:CSS 34.7%Language:JavaScript 19.7%