Skip to content

Latest commit

 

History

History
executable file
·
20 lines (13 loc) · 237 Bytes

README.md

File metadata and controls

executable file
·
20 lines (13 loc) · 237 Bytes

My website

Running page

bundle install

jekyll serve

Rake tasks

  • Create a new page: rake page name="contact.md"
  • Create a new post: rake post title="TITLE OF THE POST"

Publish the page

rake publish