This repository was archived by the owner on Oct 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #775 from Hugo-Trentesaux/master
Add Franklin
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|