Go to file
bdeshi 325b62634a
All checks were successful
ci/woodpecker/push/cd Pipeline was successful
ci: reduce cache duplication
2024-06-01 04:33:08 +06:00
.woodpecker ci: reduce cache duplication 2024-06-01 04:33:08 +06:00
assets add woodpecker ci badge 2024-05-17 09:53:03 +06:00
includes update recognition section 2024-05-17 09:53:04 +06:00
.editorconfig modify template structure 2022-05-20 19:47:36 +06:00
.gitignore modify template structure 2022-05-20 19:47:36 +06:00
.nvmrc update nodejs & package versions 2024-06-01 02:51:40 +06:00
.pugrc.js add content and change project layout 2024-05-17 09:52:55 +06:00
index.pug add content and change project layout 2024-05-17 09:52:55 +06:00
LICENSE init 2022-05-20 16:53:14 +06:00
package.json update nodejs & package versions 2024-06-01 02:51:40 +06:00
portfolio.pug add content and change project layout 2024-05-17 09:52:55 +06:00
README.md chore: update readme 2024-05-17 10:04:51 +06:00
vars.pug footer: link to repo instead of commit 2024-05-20 23:23:37 +06:00
yarn.lock update nodejs & package versions 2024-06-01 02:51:40 +06:00

intro

status-badge

Look!

it's a pdf!

it's a manpage!

no, it's my online resume! 🦸

created with pug and sass, build with parcel.

setup

  # select node version
$ nvm install
$ nvm use
  # install dependencies
$ yarn install
  # build the output
$ yarn build
  # build results are here
$ ls dist

contents

/index.pug: the starting point of the template.

/vars.pug: sample variables. copy it to /vars.local.pug and edit it.

/includes: template parts are located here.

  • include /somefile from anywhere will look for somefile in project root
  • include ./somefile will be relative to current pug file.

/assets: css/sass, scripts, images etc are located here.

/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.