aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index dd259fa..471c30e 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,9 @@
1### peppe.rs 1### peppe.rs
2 2
3my blog, put together with a very basic static site generator crafted with 3my technical blog, put together with:
4`bash` and `sed`; `lowdown` for markdown to html. 4 - bash: string and file manipulation
5 - [esh](https://github.com/jirutka/esh): html templating
6 - [pandoc](https://pandoc.org/): markdown to html conversion
7 - sed: case conversions
8 - [eva](https://github.com/nerdypepper/eva): floating point calculations
5 9