Skip to content

edmundlam/cooking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cooking

This is a collection of recipes that I like to cook.

Built using Jekyll and Github Pages.

Site located at https://edmundlam.github.io/cooking/

Preview the site locally

You can preview the site locally with live edits.

Follow the quick start guide: https://jekyllrb.com/docs/

Commands that I use:

# In bash profile
alias jwatch='bundle exec jeckyll serve --watch --baseurl ""'

# In terminal:
jwatch

If this works properly, it will host on localhost:4000