Skip to content

A no-framework blog project using Typescript, markdown and vanilla HTML & CSS.

License

Notifications You must be signed in to change notification settings

alex-mcgovern/blog

Repository files navigation

Zero-dependency blog

A no-framework blog project using Typescript, markdown and vanilla HTML & CSS. Built in a day with ❤️ by Alex McGovern.

Features

  • Minimal foot print — only HTML & CSS shipped to the client
  • Dev server with hot reload
  • Content in markdown, transformed into html with Remark/Rehype
  • Build time generated blog index

Run Locally

Clone the project

  git clone [email protected]:alex-mcgovern/zero-dependency-blog.git

Go to the project directory

  cd zero-dependency-blog

Install dependencies

  npm install

Start the dev server

  npm run dev

Deployment

To build this project for deployment

  npm run build

Then copy the contents of the dist folder to your web server.

About

A no-framework blog project using Typescript, markdown and vanilla HTML & CSS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published