Skip to content

noveogroup-amorgunov/amorgunov.com

Repository files navigation

amorgunov.com

Netlify Status Like action

Hey! Here you can find source files for my personal blog built with 11ty, webpack and hosted by Netlify.

Live demo

You can see all pages on https://amorgunov.com

Features

  • 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

Development

nvm use

npm install

# generate templates for 11ty
npm run build:webpack

# start webpack and 11ty watchers
npm run start

Troubleshoots

  • Add dark theme to manifest.json when it will be supported (see w3c/manifest#975)

License

Licensed under the MIT license.