Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 608 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 608 Bytes

pastries-by-grey-com

we're using Hugo to make a statically served online storefront

To contribute:

  1. Clone the site:

git clone https://github.com/pastriesbygrey/pastries-by-grey-com/

  1. cd to the directory you downloaded it in, and download the theme submodules:

cd ./pastries-by-grey-com/

git submodule update --init --recursive

  1. Install hugo
  • via brew: brew install hugo
  • via scoop: scoop install hugo
  1. Lastly you can run hugo serve and open to view the site in your browser!

Hugo Documentation