Skip to content

tmlbl/julialang.github.com

 
 

Repository files navigation

This is the GitHub repository for the Julia programming language project's main website, julialang.org. The repository for the source code of the language itself can be found at github.com/JuliaLang/julia.

Julia Website is generated using GitHub pages and Jekyll, explained here.

In short, be sure you have ruby installed, and then run these commands

gem install bundler

to install bundler, run

bundle install

from the root of this repository to fetch all dependencies. You only have to do this once.

Now you can run

bundle exec jekyll serve

in the root of this repository to serve it, usually on http://localhost:4000.

You can then edit the sources and Jekyll will rebuild changed files. To see changes reload the page you edited.

About

Julia Project web site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 53.3%
  • HTML 20.4%
  • CSS 10.3%
  • Ruby 4.6%
  • Makefile 3.6%
  • Shell 3.5%
  • Other 4.3%