Showcasing our latest open-source projects.
Live at: https://picnic.tech
gem install bundler # If bundler is not installed
git clone [email protected]:PicnicSupermarket/picnicsupermarket.github.io.git
cd picnicsupermarket.github.io
bundle install
bundle exec jekyll serve --livereload
You can view the preview at http://127.0.0.1:4000
- Create a new file in the
_posts
folder which follows the naming conventions:year-month-date-project-name
- The mandatory fields are:
layout
,title
,technology
,image
,desc
,proj-url
,proj-num
. - If this is a "Coming Soon" project, use the
coming-soon.png
image. Otherwise, drop a new file in theimages
folder and simply reference it by its name.