Giter Site home page Giter Site logo

mhstrkmp / neovim.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from neovim/neovim.github.io

0.0 0.0 0.0 12.13 MB

Neovim website

Home Page: https://neovim.io

License: MIT License

JavaScript 23.51% Ruby 0.18% CSS 27.28% Nix 0.88% HTML 47.24% EJS 0.91%

neovim.github.io's Introduction

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 previously 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:

export PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH"
gem install --user-install bundler

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
# To _update_ deps, remove the lockfile.
# rm Gemfile.lock
bundle install

Serving locally

Execute the following command:

bundle exec jekyll serve --watch --livereload

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

Maintenance

License

© 2014 Cameron Eagans and Josh Branchaud

Licensed under the MIT License. See LICENSE for details.

neovim.github.io's People

Contributors

justinmk avatar jdavis avatar jamessan avatar jbranchaud avatar fwalch avatar tarruda avatar cweagans avatar dependabot[bot] avatar rockerboo avatar teto avatar bronzehedwick avatar fmoralesc avatar brycefisher avatar mhinz avatar unclechu avatar timeyyy avatar bfredl avatar killthemule avatar zyx-i avatar shawndumas avatar mjlbach avatar madis avatar arhell avatar whereswaldon avatar meribold avatar shortcuts avatar gpanders avatar s0undt3ch avatar peterdavehello avatar resynth1943 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.