This is my old site, built using HarpJS. Keeping the repo around for posterity.
iammatthias.com
- Images are now in an Amazon S3 bucket with Cloudfront.
- All media assets now on S3 bucket
- Most the rest of the assets folder to the bucket.
This is the current iteration of my site. There used to be this big long explanation here that went through almost every version of my portfolio that's come into existence since 2004. But let's be honest, it was an unnecessary amount of word vomit.
This is the code for http:iammatthias.com: 2016 Edition
- The site was built using HarpJS. It's a great static site generator, and a fantastic JS based alternative to platforms like Jekyll(Ruby), Middleman(Ruby), or Hugo(Go). Harp bills itself as "The static web server with built-in preprocessing." and has built in support for Jade, Markdown, EJS, CoffeeScript, Sass, LESS and Stylus.
-
Bulma is a fairly new, modern CSS framework based on Flexbox. You can use it as a single CSS file, or mess with the SASS source itself. It's lightweight, and has some pretty impressive features.
- Surge.sh is the bee's knees. Surge lets you publish HTML, CSS, and JS for free, without leaving the command line. It's remarkably easy, and is a cakewalk to integrate with platforms like Travis.Cl for continuous integration.
$ sudo npm install -g harp
$ harp init [your project name here] -b iammatthias/.com
$ harp server