This repo contains source code for my homepage at noop.pw.
You may be looking for source of my resume.
- Install packages. Use
npm install
, oryarn install
if you useyarnpkg
. - Build site using
npm run build
. The static content will be inpublic
directory. - To use live-reload and in-built dev server, use
npm run start
. - Tests are written using
mocha
andchai
. Usenpm run test
to run them.
The resume is built using a combination of pugjs
template and brunch
hooks.
Content is structured in a yaml
file, which is transformed using demi
.
During transformation, the markdown in yaml
is rendered to html
, date-times are parsed and formatted to
more human readable format, and then passed to the template which renders a static html.
Thanks to Netlify for powering this website. They're awesome!
MIT