diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ | |||
1 | ### peppe.rs | 1 | ### peppe.rs |
2 | 2 | ||
3 | my blog, put together with a very basic static site generator crafted with | 3 | my 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 | ||