Nydan / jasonganub.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jason Ganub

Contents

Setup

Install dependencies:

$ gem install jekyll bundler webrick

Start Jekyll:

$ jekyll serve

Browse to http://127.0.0.1:4000

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. Pineapple comes with four example projects, which you should use as a guide for creating your own e.g. Red Pineapple.

Resources

Credits

https://arnolds.io/pineapple/

License

Open sourced under the MIT license.

About

License:MIT License


Languages

Language:SCSS 78.7%Language:HTML 18.8%Language:JavaScript 2.5%