sophiajt / nushell.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nushell.github.io

This repository contains the source for the Nu website. The website is hosted on GitHub Pages and uses the static site generator jekyll.

Test it locally

Install jekyll

You need to install jekyll and bundler. There is a detailed description on how to get them for different operating systems on the jekyll website.

Build

The easiest way to build the site is to run

> bundle exec jekyll  serve

in your local folder of the repo. This will run a local web server and you can view the website at http://localhost:4000.

The website will also be automatically recompiled every time you make changes.

License

The website is made available under MIT license. The original theme is released under CC0.

About

License:MIT License


Languages

Language:CSS 35.4%Language:HTML 31.7%Language:Ruby 23.0%Language:Python 9.9%