summaryrefslogtreecommitdiff
path: root/080_blog/00040_Haskell/00200_Estatico-Page-Maker
diff options
context:
space:
mode:
Diffstat (limited to '080_blog/00040_Haskell/00200_Estatico-Page-Maker')
-rw-r--r--080_blog/00040_Haskell/00200_Estatico-Page-Maker/index.md14
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.