Skip to content

VectorInstitute/aieng-template-blog

Repository files navigation

AI Engineering blog template

Welcome to the AI Engineering blog template! This template is designed to help you write blog posts for AI Engineering projects. It is based on the Distill.pub format, which is a great way to write articles that are both beautiful and interactive. Some helpful links to provide context on writing great distill articles are provided below:

  1. Distill guide
  2. Communicating with Interactive Articles

Setup

How to set up for local editing:

Clone repo

    [email protected]:VectorInstitute/aieng-template-blog.git

Install node dependencies

    cd aieng-template-blog
    npm install

Run development server

    npm run dev

Then view at http://localhost:8080.

Publishing

The article should automatically be published via github pages. There is a github action workflow that will build the article and publish it.