Compare commits
2 Commits
bd172c68f3
...
8befe6d530
Author | SHA1 | Date | |
---|---|---|---|
8befe6d530 | |||
b02c57ce7b |
@ -9,7 +9,7 @@ steps:
|
||||
image: node:18
|
||||
when:
|
||||
- path:
|
||||
exclude: ['meta/**']
|
||||
exclude: ['_meta/**']
|
||||
commands:
|
||||
- yarn install
|
||||
- yarn build
|
||||
|
13
README.md
13
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
|
||||
|
Loading…
Reference in New Issue
Block a user