diff options
| author | Miguel <m.i@gmx.at> | 2019-03-09 22:30:25 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2019-03-09 22:30:25 +0100 |
| commit | 3b32429a0064159842a4147eb4accc7bdba63553 (patch) | |
| tree | 1a829bcc27bc25f08876b32d9a7df0702b5e4c0c /080_blog/00040_Haskell/00200_Estatico-Page-Maker | |
| parent | e012c15ed0fdf4bfee4ff26301ab386e9f9978ae (diff) | |
added various css from pandoc for syntax highlighting
Diffstat (limited to '080_blog/00040_Haskell/00200_Estatico-Page-Maker')
| -rw-r--r-- | 080_blog/00040_Haskell/00200_Estatico-Page-Maker/index.md | 14 |
1 files changed, 7 insertions, 7 deletions
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. |
