- Notifications
You must be signed in to change notification settings - Fork0
gpanders/neovim.github.io
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository contains the source for the neovim.io website. The Neovim coreproject is:https://github.com/neovim/neovimNote thatwww.neovim.io/doc is served byhttps://github.com/neovim/doc (whichprevioulsy crawled neovim.io/doc2 generated from this repository).
Just fork this repository and send us a pull request! :-)
This assumes that you already have a recent Ruby with RubyGems.
Install Bundler, either systemwide:
$ sudo gem install bundleror for the current user:
$ gem install --user-install bundler$ export PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH"In the latter case, you might want to add thePATH update to.bashrc or your shell's equivalent.
To install the dependencies for this project only:
$ bundle config set --local path .bundle$ bundle installExecute the following command:
$ bundle exec jekyll serve --watch --livereloadOpenhttp://localhost:4000 to view the website.
© 2014 Cameron Eagans and Josh Branchaud
Licensed under the MIT License. See LICENSE for details.
About
Neovim website
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- HTML52.7%
- JavaScript26.6%
- CSS18.5%
- Other2.2%