Git Product home page Git Product logo

nengo.github.io's Introduction

Nengo website

This repository contains code and sources files to generate the Nengo website. It's generated with the Jekyll static website generator.

Questions and comments about the content on this website can be posted on the Nengo forum.

Github will build this website on each push. If you want to build the site locally, you will need a Ruby environment.

Build the site locally

Installation

If you want to build the site just as Github builds it, you can install the Github pages RubyGem. From your cloned repository directory, do

gem install bundler
bundle install

Alternatively, to install these requirements outside of system directories, do

gem install --user-install bundler
bundle install --path ~/.bundles

This will install bundler and the Github pages bundle to your user directory. If you haven't already, you may have to add the user Gems folder to your $PATH. To do this for the current session, do

export PATH=$HOME/.gem/ruby/<version>/bin:$PATH

where <version> is the version of Ruby you're using. To have this take effect permanently, add this line to your .profile, .bashrc, or whatever your particular shell uses for configuration.

If you want to serve the page dynamically, then you also have to install NodeJS. On Debian and Debian-derivatives, this can be done with sudo apt-get install nodejs. For more details and install instructions on other platforms, see the NodeJS install guilde.

When Github pages updates, run

bundle update

To build the site, run

bundle exec jekyll build

The site will be generated in _site.

If you would like to serve the site locally, run

bundle exec jekyll serve

The site will now be served at http://localhost:4000.

Props

The site was redesigned in 2019 by a team at Fusionbox who were lovely to work with.

nengo.github.io's People

Contributors

alexeliasmith avatar allenhw avatar arvoelke avatar atait avatar bjkroeger avatar bmorcos avatar celiasmith avatar clvcooke avatar drasmuss avatar filrocha avatar girishmm avatar gsmalik avatar hunse avatar jgosmann avatar kinjalpatel27 avatar leomrocha avatar luzpaz avatar nickledave avatar p3jawors avatar pblouw avatar seankmartin avatar seanny123 avatar tbekolay avatar thomastiotto avatar waeliasmith avatar xchoo 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.