This is the project page for the Vim School
website.
You can see it online at: https://www.vimschool.com
This project was born out of the excitment and willingness to share knowledge about Vim by two long time users: Renato Suero and Ricardo Gerardi.
If you want ot run the website locally on your machine, you need Hugo minimum version 0.25
and the Hugo Learn Theme. This theme is provided as a git submodule
of the main repo.
After clonning the repo into a local directory, change to that directory and run the following commands:
git submodule init
git submodule update
Git will clone the theme in the correct directory. Now start a local hugo server and enjoy !
hugo server
By default the server will run on http://localhost:1313