JuliaLab Website. Edit this to edit the website.
- "News" section:
_assets/news.csv
- "Research/Grants" section:
_assets/research-grants.csv
and_assets/research-grants
(pay attention to the name format) - "Publications" section:
_assets/julialab.bib
(pay attention to the bibtex format) andpublications.md
- "People" section:
_assets/people.csv
and_assets/people
(pay attention to the name format)
- You can serve the webpage locally by:
$ julia --project=@.
julia> using Pkg; Pkg.instantiate() julia> using Franklin; Franklin.serve()
- Changes applied to the
master
branch will be automatically deployed to thegh-pages
branch. - If you add a new dependency, remember to add it also in
Project.toml
.