This is a website I have created using Franklin. It is based on a Franklin website template, so not all of the code in this is my own.
I used to have a Jekyll-powered website, but Franklin has the following advantages over Jekyll:
- It is written and extended using a language I am more fluent in than Jekyll's language (Ruby).
- It has in-built support for KaTeX. As most of my work now involves maths, TeX support is essential.
Parts of this repository that are my own, namely:
- _assets/favicon.png
- _assets/Root_mean_square_computation_time_FunctionIntegrator.jl.png
- _libs/common/
- _libs/tests.js
- Chebyshev-GaussQuadrature/
- Chen/
- doublePendulum/
- Duffing/
- elasticPendulum/
- FunctionIntegrator.md
- index.md
- Lorenz/
- LotkaVolterra/
- RabinovichFabrikant/
- Rossler/
- SEIR/
- simplePendulum/
- SIR/
are licensed under GNU GPLv3. The rest is likely licensed under this licence, except for files in _libs/katex, which are licensed under KaTeX's MIT licence and a few files which clearly mention their licensing details at their top.