Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 737 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 737 Bytes

michal-lach.pl Build Status

Source code for page michal-lach.pl

Build on top of Jekyll, Less and Grunt.js.

Installing

Install Ruby and get Jekyll:

gem update
gem install jekyll

Install Node.js and Grunt:

npm install -g grunt

Install gem for Jekyll

gem install jekyll-seo-tag jekyll-paginate

Running

Go to main directory (where Grunfile.js is) and type:

grunt

Development

To add new projects create new .html file in _posts directory.

Images goes to img and styles to src/styles/less.