kravatt / portfolio

A YAML+Gulp-based template for creating design portfolios.

Home Page:http://romannurik.github.io/portfolio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

View demo

I built my design portfolio with HTML/Swig/YAML, JavaScript/jQuery, Sass, and Gulp. If you're a designer and that's up your alley, you can use this as a starting point for your own portfolio.

Instructions

  1. Install Node JS.

  2. Install Gulp and the other Node packages. This may take a while:

    npm install
    
  3. Run the app:

    gulp serve
    
  4. Edit the data and media files. Your changes should show up on in the browser immediately while gulp serve is still running.

  5. When you're done, generate the minified HTML/JavaScript/CSS/media files:

    gulp
    

About

A YAML+Gulp-based template for creating design portfolios.

http://romannurik.github.io/portfolio/

License:Apache License 2.0


Languages

Language:CSS 50.9%Language:JavaScript 41.5%Language:HTML 7.6%