Skip to content

sophiajt/nushell.github.io

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 35.4%
  • HTML 31.7%
  • Ruby 23.0%
  • Python 9.9%