Skip to content

renatosuero/vimschool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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