/samlu-portfolio

Personal portfolio

Primary LanguageSCSSMIT LicenseMIT

samlu.ca

Personal portfolio of Sam Lu. It is based on Pineapple, a minimalistic Jekyll portfolio theme that focuses on putting your projects in the spotlight.

Contents

Setup

Install dependencies:

$ gem install jekyll bundler

Pulldown the project:

$ git clone git@github.com:senmu/samlu-portfolio.git
$ cd samlu-portfolio

Start Jekyll:

$ jekyll serve

Browse to http://127.0.0.1:4000/ for some portfolio goodness.

Deploy to Github Pages

  1. Fork this repository, then rename the repository to yourgithubusername.github.io.
  2. Update user configuration values in _config.yml, and also set baseurl: "".

Creating projects

Projects are created as .md documents within the _posts/projects directory. They follow the same naming conventions as regular Jekyll posts.

Resources

License

Open sourced under the MIT license.