aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-04-16 09:17:14 +0100
committerAkshay <[email protected]>2020-04-16 09:17:14 +0100
commit26af9ac49c3b05151f23ca1087bb06708e97a096 (patch)
treeb695c284a9c90045df9053f3487b00e3ea26d619 /readme.md
parent1dff5366ecb4537a3455a915c6b7f913333ef104 (diff)
new links in readme, doc
Diffstat (limited to 'readme.md')
-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