https://github.com/prashnts/prashnts.github.io
Source code for my homepage.
https://github.com/prashnts/prashnts.github.io
brunch coffeescript homepage pug resume
Last synced: 3 days ago
JSON representation
Source code for my homepage.
- Host: GitHub
- URL: https://github.com/prashnts/prashnts.github.io
- Owner: prashnts
- License: mit
- Created: 2014-08-04T22:17:17.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2025-07-15T22:13:53.000Z (3 months ago)
- Last Synced: 2025-07-16T18:27:39.597Z (3 months ago)
- Topics: brunch, coffeescript, homepage, pug, resume
- Language: CoffeeScript
- Homepage: https://noop.pw
- Size: 33.6 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
[](https://noop.pw)
This repo contains source code for my homepage at [noop.pw](https://noop.pw).
You may be looking for source of my [resume](https://noop.pw/resume).
[](https://travis-ci.org/prashnts/prashnts.github.io)
[](https://greenkeeper.io/)[](https://app.netlify.com/start/deploy?repository=https://github.com/prashnts/prashnts.github.io)
## Quickstart
- Install packages. Use `npm install`, or `yarn install` if you use `yarnpkg`.
- Build site using `npm run build`. The static content will be in `public` directory.
- To use live-reload and in-built dev server, use `npm run start`.
- Tests are written using `mocha` and `chai`. Use `npm run test` to run them.## More info
The resume is built using a combination of `pugjs` [template](riptide/markup/resume.jade) and `brunch` hooks.
Content is structured in a [`yaml` file](riptide/vita.yaml), which is transformed using [`demi`](demi/demi.coffee).
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**](https://www.netlify.com/open-source/) for powering this website. They're awesome!
## License
MIT