renatosuero / vimschool

Home Page:https://vimschool.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim School

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.

Running it locally

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

About

https://vimschool.netlify.com

License:GNU General Public License v3.0


Languages

Language:HTML 100.0%