Hey! Here you can find source files for my personal blog built with 11ty, webpack and hosted by Netlify.
You can see all pages on https://amorgunov.com
- Separate build static (webpack) and build pages (11ty) processes
- Components approach (using handlebars templates)
- Clean configs folder
- Posts and tags 11ty collections
- Likes post system (using github actions and AWS Lambda)
- CLI scripts to create posts and optimize images
- Lazy loading image like Medium.com
- Dark theme
- I18n mode
nvm use
npm install
# generate templates for 11ty
npm run build:webpack
# start webpack and 11ty watchers
npm run start
- Add dark theme to
manifest.json
when it will be supported (see w3c/manifest#975)
Licensed under the MIT license.