Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Neovim website

License

NotificationsYou must be signed in to change notification settings

gpanders/neovim.github.io

 
 

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).

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 thePATH 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

Openhttp://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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML52.7%
  • JavaScript26.6%
  • CSS18.5%
  • Other2.2%

[8]ページ先頭

©2009-2025 Movatter.jp