parshap / portfolio

My personal portfolio website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parsha Pourkhomami's Portfolio

This project is my personal portfolio showcasing some of my programming work. It is in the form of a static site generator (see generate.js). These static resources are hosted on the Internet (http://parshap.com/me/) using AWS S3 and CloudFront (see deploy.sh).

Usage

npm start

Start an HTTP server for development that generates the site for every request

make

Generate the site and save static files to the dist/ directory

make deploy

Generate the site and upload it to Amazon S3

make test

Run tests

About

My personal portfolio website


Languages

Language:JavaScript 63.5%Language:Less 25.7%Language:Shell 5.6%Language:HTML 4.8%Language:Makefile 0.4%