Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #775 from Hugo-Trentesaux/master
Browse files Browse the repository at this point in the history
Add Franklin
  • Loading branch information
zachleat authored Jul 2, 2020
2 parents 59014cb + 17e49df commit 48545c7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions content/projects/franklin.md
Original file line number Diff line number Diff line change
@@ -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.


0 comments on commit 48545c7

Please sign in to comment.