aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: d52455aa0633d2b23b43ae53037bc510eed655c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### peppe.rs

my technical blog, put together with:
 - bash: string and file manipulation
 - [esh](https://github.com/jirutka/esh): html templating
 - [pandoc](https://pandoc.org/): markdown to html conversion
 - sed: case conversions
 - [eva](https://github.com/nerdypepper/eva): floating point calculations

### build

 ```shell
 # on nixos
 $ ./generate.sh
 ```