summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-03-17 13:48:50 +0100
committerMiguel <m.i@gmx.at>2019-03-17 13:48:50 +0100
commit18c5c9d96dd74eeb6b45ba79eec6e033db247db2 (patch)
tree4fe57d803825077b8b679f8aafaee470de3294d7
parent331195b0d690d89d43e7eca9565ea2b013e87f25 (diff)
little fixes of estatico page
-rw-r--r--080_blog/00040_Haskell/00200_Estatico-Page-Maker/index.md15
1 files changed, 9 insertions, 6 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 fe78da5..a66c99c 100644
--- a/080_blog/00040_Haskell/00200_Estatico-Page-Maker/index.md
+++ b/080_blog/00040_Haskell/00200_Estatico-Page-Maker/index.md
@@ -5,8 +5,8 @@ A few weeks ago I decided to switch my website from a well known PHP
driven CMS solution, to a light and static set of HTML pages.
And so I wrote ... a simple static website generator in **Haskell**.
-Of course I know that there is already plenty out there, but I wanted my
-own masturbatory solution.
+Of course I know that there are plenty of these out there, still I wanted
+my very own masturbatory solution.
I use **pandoc** et al. for most of the work anyway.
@@ -34,6 +34,13 @@ Build it with _stack_ or use the docker images.
Here I put together the themes available for syntax-highlighting, extracted
from **pandoc**: [./pandoc\_colors](./pandoc_colors)
+## Example Website
+
+This very website <https://www.idziorek.net> is a real-world example making
+use of estático. You can find it's sources here:
+
+* <https://gitweb.softwarefools.com/?p=miguel/idziorek_net.git>
+
## Example Usage (Docker)
__NOTE: make sure DIR\_OUT exists and is a free directory__
@@ -54,7 +61,3 @@ Or if you want to test it locally use some local DIR\_OUT and HTML\_ROOT instead
DIR_OUT=/home/miguel/testpage
HTML_ROOT=/home/miguel/testpage
-This very page: _idziorek.net_ is a real-world example and you can find
-it's sources here:
-
-* <https://gitweb.softwarefools.com/?p=miguel/idziorek_net.git>