This is my personal blog built with 11ty. It features articles on various topics related to web development, programming, and technology.
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.
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.
This project is licensed under the GPL3 License.