akiyosi / neovim.github.io

Neovim website

Home Page:https://neovim.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neovim.io website

This repository contains the source for the neovim.io website. The Neovim core project is: https://github.com/neovim/neovim Note that www.neovim.io/doc is served by https://github.com/neovim/doc (which previoulsy crawled neovim.io/doc2 generated from this repository).

Contributing

Just fork this repository and send us a pull request! :-)

Setup

This assumes that you already have a recent Ruby with RubyGems.

Installing Ruby gems

Install Bundler, either systemwide:

$ sudo gem install bundler

or 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 the PATH update to .bashrc or your shell's equivalent.

To install the dependencies for this project only:

$ bundle config set --local path .bundle
$ bundle install

Serving locally

Execute the following command:

$ bundle exec jekyll serve --watch --livereload

Open http://localhost:4000 to view the website.

License

© 2014 Cameron Eagans and Josh Branchaud

Licensed under the MIT License. See LICENSE for details.

About

Neovim website

https://neovim.io

License:MIT License


Languages

Language:XSLT 34.9%Language:HTML 33.3%Language:JavaScript 16.7%Language:CSS 13.7%Language:EJS 0.6%Language:Nix 0.6%Language:Ruby 0.1%