Skip to content

andrewjamesford/andrewford-co-nz-11ty

Repository files navigation

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

This project uses the ENV capabilities from the Netlify CLI. If you wish to create manually please add the following to an .env file.

API_URL=
LASTFM_API_KEY=
SITE_URL=
YOUTUBE_API_KEY=
YOUTUBE_CHANNEL_ID=

Ensure you have the following dependencies installed:

  • Netlify CLI
npm install netlify-cli -g

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

npm run dev

or

netlify dev

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

Deployment

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

License

This project is licensed under the GPL3 License.

About

andrewford.co.nz blog in 11ty

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published