项目作者: AkashPushkar

项目描述 :
This is a personal website for Akash Pushkar
高级语言: HTML
项目地址: git://github.com/AkashPushkar/akashpushkar.github.io.git
创建时间: 2019-11-16T20:45:38Z
项目社区:https://github.com/AkashPushkar/akashpushkar.github.io

开源协议:MIT License

下载


Akash Pushkar - Personal Website

The live website is available at akashpushkar.github.io

Installation

This build process of this webite requires: nunjucks (used for HTML templating), citation-js (for automating conversion of .bib file to html)

  1. Building the project requires two steps:
  2. 1. creating the _src/templates/partials/conferences.njk_ from the _citations/conferences.bib_ file using the command: `node citations/createCiteHTML.js`. (Note: This command should be run from the root location)
  3. 2. running the gulp task created in _gulpfile.js_ using command `gulp nunjucks`
  4. Alternative, we can combine the steps and run `node citations/createCiteHTML.js && gulp nunjucks`