The Vim Master Guide, or VMG is a free, digital book Which I have created so that all the people who can learn Vim, from simple things like installing Vim, to more complex things as vim script. So enjoy it.
Read the CONTRIBUTING.md file if you want to contribute to this project.
If you want to run the web in a custom server, you should follow this steps.
- Python (v3.8+) installed.
- Git installed and configured
- pip (v3) installed
git clone https://github.com/PabloCorbCon/personal-web.git
cd personal-web
pip install -r requirements.txt
python app.py
python3 app.py