/andrewford-co-nz-11ty

andrewford.co.nz blog in 11ty

Primary LanguageNunjucksGNU General Public License v3.0GPL-3.0

Andrew Ford 11ty blog

Netlify Status

This is my personal blog built with 11ty. It features articles on various topics related to web development, programming, and technology.

Getting Started

To get started with this project, you'll need to clone the repository and install the dependencies:

git clone https://github.com/andrewjamesford/andrewford-co-nz-11ty
cd andrewford-co-nz-11ty
npm install

Ensure you have the following dependencies installed:

  • Netlify CLI

Once you've installed the dependencies, you can run the development server:

npm run dev

This will start a local development server at http://localhost:8080/ where you can preview your blog.

Deployment

This blog is deployed to Netlify using their continuous deployment feature. Whenever changes are pushed to the main branch, Netlify will automatically build and deploy the site.

License

This project is licensed under the MIT License.