a personal website.
Built on 11ty and hosted by GitHub Pages. The website is deployed from main branch using GitHub Actions in .github/workflows. Further dev instructions in package.json and .nojekyll.
📁 .githib/workflows
📁 _includes/
|-- 📁 layouts/
|-- 📁 partials/
📁 assets/
|--📁 images/
📁 collections/
|--📁 blogs/
|--📁 projects/
📁 css/
Clone this repo to make your own version of this site. To build and deploy it locally, open a CLI, and run npm start. This custom build prompt replaces the more verbose default option npx @11ty/eleventy --serve --watch.