From 17e49df5eab8a53989125eb262e4cf12fefc2c50 Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux Date: Mon, 20 Apr 2020 14:58:06 +0200 Subject: [PATCH] Add Franklin (#774) --- content/projects/franklin.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 content/projects/franklin.md diff --git a/content/projects/franklin.md b/content/projects/franklin.md new file mode 100644 index 000000000..1b475a893 --- /dev/null +++ b/content/projects/franklin.md @@ -0,0 +1,26 @@ +--- +title: Franklin +repo: tlienart/Franklin.jl +homepage: https://franklinjl.org/ +language: + - Julia +license: + - MIT +templates: +description: A simple, customisable static site generator oriented towards technical blogging and light, fast-loading pages. +--- + +Franklin is a simple, customisable static site generator oriented towards technical blogging and light, fast-loading pages. + +### Key features + +- Augmented markdown allowing definition of LaTeX-like commands +- Easy inclusion of user-defined div-blocks +- Maths rendered via KaTeX, code via highlight.js both can be pre-rendered +- Can live-evaluate Julia code blocks +- Live preview of modifications +- Simple optimisation step to compress and pre-render the website +- Simple publication step to deploy the website +- Straightforward integration with Literate.jl. + +