How to Exit VIM
- Want to save changes and exit? Esc + :wq + Enter
- Want to exit without saving changes? Esc + :q!
Steps #
- Exit edit mode: Press Esc
- Enter quit command (choose one):
- Quit: :q
- Quit without saving: :q!
- Save + Quit: :wq
- Press Enter
_data/metadata.json
with your site's information..eleventy.js
with your configuration preferences._includes/layouts/base.njk
.This is an Eleventy project created from the eleventy-starter
repo.