From b02c57ce7b1edb22acef0e688b776be462dad536 Mon Sep 17 00:00:00 2001 From: bdeshi Date: Fri, 17 May 2024 10:04:51 +0600 Subject: [PATCH] chore: update readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b8cacf..e118194 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # intro [![status-badge](https://build.bdeshi.space/api/badges/bdeshi/resume-manpage/status.svg)](https://build.bdeshi.space/bdeshi/resume-manpage) -this is a manpage-like html template, but tbh it's not really a manpage +Look! + +it's a pdf! + +it's a manpage! + +no, it's my online resume! 🦸 created with [pug][pug] and [sass][sass], build with [parcel][parcel]. @@ -9,6 +15,7 @@ created with [pug][pug] and [sass][sass], build with [parcel][parcel]. ```bash # select node version +$ nvm install $ nvm use # install dependencies $ yarn install @@ -33,6 +40,10 @@ $ ls dist `/assets/styles/index.sass`: the starting point of the sass template. +`/meta`: additional resources that aren't directly used to build the template. + +- `/meta/iac`: terraform iac config for the backend services hosting the rendered site. + --- [pug]: https://pugjs.org