JuliaLang/julialang.github.com

Name: julialang.github.com

Owner: The Julia Language

Description: Julia Project web site

Created: 2011-11-30 18:22:15.0

Updated: 2018-01-15 22:31:38.0

Pushed: 2018-01-17 21:26:13.0

Homepage: http://julialang.org/

Size: 22274

Language: Jupyter Notebook

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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.

The Julia website is generated using GitHub pages and Jekyll, as explained here.

Running using Docker

After installing docker, run make run to build and run the website within the a container built from the jekyll/jekyll image that contains all the necessary prerequisites. Modifying files will cause the website to rebuild in real time.

Running manually

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.