Overview
This is a personal portfolio and Shopify store built using Jekyll and deployed via Github Pages.
Features
- Jekyll-based portfolio and Shopify store
- Easy setup with local environment file
- Updating products and formatting them for Jekyll
- Adding new content articles and managing images
- Running the portfolio locally for preview
- Simple deployment to Github Pages
Installation
- Run
touch .envto add a local environment file. - Fill the contents of the
.envfile with the app credentials from your Shopify store. - Run
npm installto install all the node dependencies. - Run
bundle installto install all the Jekyll gems.
Summary
This personal portfolio and Shopify store is built using Jekyll and deployed via Github Pages. It provides easy setup, updating of products and content, and allows for running the portfolio locally for preview. Deployment to Github Pages is simple with the provided commands.