To build the site:
- Install juliaup (run
curl -fsSL https://install.julialang.org | shorbrew install juliaupin a terminal on macOS or Linux, orwinget install julia -s msstoreon Windows) - Use juliaup to install julia
- Clone this repository
- Navigate to the repository directory in a terminal
- Start julia and activate this environment with
] activate ., where]is the command to enter the julia REPL Package mode. - Instantiate this environment with
instantiatewhile still in package mode. - At the normal julia prompt (use backspace to exit package mode), run
using Franklinto loadFranklin.jl. serve()will start a local server at http://localhost:8000publish()will publish the site to Netlify