gem install jekyll
jekyll new linuxmagazine
jekyll serve
ruby install bundler
bundle exec jekyll serve
{% for value in page.magazine %}
- item.month, item.cost
{%endfor%}
plugins:
- jekyll-sitemap
@LI:bundle exec jekyll serve
git add .
git commit -m 'first commit'
git remote add origin https://github.com/shashpant/linuxmagazine.git
git push origin master