Franklin themes

To get started with a theme, simply do

julia> using Franklin
julia> newsite("NameOfSite", template="basic")

replacing basic by the name of the template of your choice.

Remember that these themes are provided as a way to get started, most likely you will need to tweak the template a little bit to suit your taste. However, if you spot a problem with a template or if you would like to suggest improvements (or even a new template), please open an issue on the FranklinTemplates repo.

sandbox

Simplest one-page layout, meant for practicing or testing Franklin syntax.

sandbox-extended

Simplest one-page layout, meant for practising interaction between Franklin and other packages.

basic

Barebone responsive theme with a top navigation bar, no extra javascript and a simple stylesheet.

jemdoc

Simple theme with a side navigation bar, no extra javascript and a simple stylesheet. (Adapted from the original Jemdoc theme.)

just-the-docs

Simple documentation theme with a side navigation bar, and no extra javascript (Adapted from the Jekyll theme.)

hyde

A neat two-column responsive theme with a side navigation bar, no extra javascript and a simple stylesheet. (Adapted from the Jekyll theme.)

hypertext

Barebone responsive theme with a simple top navigation bar, no extra javascript and a simple stylesheet. (Adapted from the Grav theme.)

lanyon

A neat single-column theme with a sliding menu-bar, no extra javascript and a simple stylesheet. (Adapted from the Jekyll theme.)

minimal-mistakes

A responsive two-column theme with a nice landing page, extra javascript for the responsiveness. (Adapted from the Jekyll theme.)

pure-sm

Single-column theme with a sliding menu-bar, a simple stylesheet and some javascript for the menu bar. (Adapted from the Pure CSS theme.)

tufte

A neat single-column theme adapted from tufte.css with a focus on clarity and nice typesetting, no extra javascript and a sophisticated stylesheet.

vela

A single-column theme with a sliding menu-bar, a simple stylesheet and extra javascript for the menu-bar. (Adapted from the Grav theme.)

celeste

A lightweight theme that features a minimalist, content-first design. (Adapted from the Jekyll theme.)

bootstrap5

A bootstrap theme that uses Bootstrap 5, Bootstrap Icon 1.10, FontAwesome 6. (CDN base)