JuliaLabs / julialabs.github.io

JuliaLab Website
https://julia.mit.edu
21 stars 12 forks source link

[ANN] Maintaining the website #13

Closed tlienart closed 4 years ago

tlienart commented 4 years ago

To those who would typically maintain this website, I didn't know where to put this information but basically there are now two important things you should keep in mind:

  1. the default branch is the dev branch, do not change this, the master branch is exclusively used for deploys, this is due to a constraint by GitHub to have user page deployments to be from master necessarily.
  2. the site is now generated by Franklin.jl like the Julialang website. In order to edit things, cd to this repo, start a Julia REPL, add Franklin and
serve()

and modifications you make in the markdown (index.md) will be rendered in your browser. When you're happy with the changes, just git push and the site will be built and deployed by a GitHub action here.