From 3b32429a0064159842a4147eb4accc7bdba63553 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sat, 9 Mar 2019 22:30:25 +0100 Subject: added various css from pandoc for syntax highlighting --- 080_blog/00040_Haskell/00200_Estatico-Page-Maker/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '080_blog/00040_Haskell/00200_Estatico-Page-Maker') diff --git a/080_blog/00040_Haskell/00200_Estatico-Page-Maker/index.md b/080_blog/00040_Haskell/00200_Estatico-Page-Maker/index.md index 63f9816..279c721 100644 --- a/080_blog/00040_Haskell/00200_Estatico-Page-Maker/index.md +++ b/080_blog/00040_Haskell/00200_Estatico-Page-Maker/index.md @@ -14,13 +14,13 @@ I use **pandoc** et al. for most of the work anyway. ## Features * **No** Database -* Input with Simple **Markdown** Files -* Generates **Static HTML** Content -* Embedding data **fetched** via **http/https** -* Embedding self-hosted **asciinema** casts -* Embedding Latex formulas via **MathJx** -* Image Scaling with **ImageMagick** -* Syntax **Highlighting** +* Generate HTML from **Markdown** with **pandoc** +* **Highlight** source-code with **pandoc** +* Embed data **fetched** from the web with **http-conduit** +* Embed **screen-casts** with **asciinema** +* Embed Latex formulas with **MathJx** +* Scale Images with **ImageMagick** +* Generate MP4 from OGG **Videos** with **ffmpeg** ## Try It You can find the most recent version following the links below. -- cgit v1.2.3