Compare commits

...

2 Commits

Author SHA1 Message Date
8befe6d530
chore: move meta dir
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2024-05-17 10:05:29 +06:00
b02c57ce7b
chore: update readme 2024-05-17 10:04:51 +06:00
19 changed files with 13 additions and 2 deletions

View File

@ -9,7 +9,7 @@ steps:
image: node:18
when:
- path:
exclude: ['meta/**']
exclude: ['_meta/**']
commands:
- yarn install
- yarn build

View File

@ -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