/blog

Blog of Sayanee

Primary LanguageCSSMIT LicenseMIT

blog Build Status Dependency Status

my blog posts

install

  1. clone with
git clone git@github.com:sayanee/blog.git
  • install packages

    npm i
    gem install jekyll compass
  • view in localhost with jekyll serve

  • build javascript app.js and css app.css

    grunt

deploy

  1. run the following git command to publish the changes
git push origin gh-pages