From 50575c4b3a9d3e2d757d4d6ff0506c84ce1a4879 Mon Sep 17 00:00:00 2001 From: Miguel Date: Tue, 19 Feb 2019 16:52:35 +0100 Subject: link to estatico --- .../00200_Estatico-Page-Maker/index.md | 35 ++++++++++++++++++++++ .../100_Estatico-Page-Maker/index.md | 35 ---------------------- template.html | 2 +- 3 files changed, 36 insertions(+), 36 deletions(-) create mode 100644 080_blog/00040_Haskell-Projects/00200_Estatico-Page-Maker/index.md delete mode 100644 080_blog/00040_Haskell-Projects/100_Estatico-Page-Maker/index.md diff --git a/080_blog/00040_Haskell-Projects/00200_Estatico-Page-Maker/index.md b/080_blog/00040_Haskell-Projects/00200_Estatico-Page-Maker/index.md new file mode 100644 index 0000000..04bb46a --- /dev/null +++ b/080_blog/00040_Haskell-Projects/00200_Estatico-Page-Maker/index.md @@ -0,0 +1,35 @@ +# Estático - A Static Website Genertor coded in Haskell + + April 12, 2018 + +About two weeks ago, for personal reasons, I decided to switch my website +from a well known PHP driven CMS solution, to a light and static set +of html pages. + +I used this fact to write my own simple static website generator. +And, Yes... I know there are already hundereds of such genertors +out there, but I wanted to practice Haskell and my masturbatory solution +fits in about 200 lines of code, including comments and type signatures. + +I use pandoc for all the heavy work, as syntax highlighting and parsing +of the markdown files, anyway. + +## Features + +* No Database +* Static Content +* Sitemap derived from Directory Tree +* Simple Markdown Files + +## Try It +You can find the most recent version here and build it with _stack_. + +* [https://gitweb.softwarefools.com/?p=miguel/staticuswww.git](https://gitweb.softwarefools.com/?p=miguel/staticuswww.git) + +__Do not forget to adapt the Makefile to your requirements__ + +## Examples +The only example I know of, is this very page: _idziorek.net_ +You can find it's sources here: + +* [https://gitweb.softwarefools.com/?p=miguel/idziorek\_net.git](https://gitweb.softwarefools.com/?p=miguel/idziorek_net.git) diff --git a/080_blog/00040_Haskell-Projects/100_Estatico-Page-Maker/index.md b/080_blog/00040_Haskell-Projects/100_Estatico-Page-Maker/index.md deleted file mode 100644 index 04bb46a..0000000 --- a/080_blog/00040_Haskell-Projects/100_Estatico-Page-Maker/index.md +++ /dev/null @@ -1,35 +0,0 @@ -# Estático - A Static Website Genertor coded in Haskell - - April 12, 2018 - -About two weeks ago, for personal reasons, I decided to switch my website -from a well known PHP driven CMS solution, to a light and static set -of html pages. - -I used this fact to write my own simple static website generator. -And, Yes... I know there are already hundereds of such genertors -out there, but I wanted to practice Haskell and my masturbatory solution -fits in about 200 lines of code, including comments and type signatures. - -I use pandoc for all the heavy work, as syntax highlighting and parsing -of the markdown files, anyway. - -## Features - -* No Database -* Static Content -* Sitemap derived from Directory Tree -* Simple Markdown Files - -## Try It -You can find the most recent version here and build it with _stack_. - -* [https://gitweb.softwarefools.com/?p=miguel/staticuswww.git](https://gitweb.softwarefools.com/?p=miguel/staticuswww.git) - -__Do not forget to adapt the Makefile to your requirements__ - -## Examples -The only example I know of, is this very page: _idziorek.net_ -You can find it's sources here: - -* [https://gitweb.softwarefools.com/?p=miguel/idziorek\_net.git](https://gitweb.softwarefools.com/?p=miguel/idziorek_net.git) diff --git a/template.html b/template.html index 418945c..3f3eb4d 100644 --- a/template.html +++ b/template.html @@ -53,7 +53,7 @@ -- cgit v1.2.3