aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/readme.md b/readme.md
deleted file mode 100644
index d52455a..0000000
--- a/readme.md
+++ /dev/null
@@ -1,15 +0,0 @@
1### peppe.rs
2
3my technical blog, put together with:
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
9
10### build
11
12 ```shell
13 # on nixos
14 $ ./generate.sh
15 ```