Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 929 Bytes

README.md

File metadata and controls

54 lines (34 loc) · 929 Bytes

website: meetmeinthemountains.com

Meet Me in the Mountains (MMitM)

A spot to discuss resorts, both lost and new.

About

Contributing

Prereqs Installed

  1. Clone repository
git clone --recurse-submodules https://github.com/eanderson4/mmitm
  1. Enter directory, create branch for new work
cd mmitm
git checkout -b "lost-resort-posts"
  1. Run hugo local server and make changes
hugo server -D

Navigate to localhost:1313

Make Changes

  • Add new posts in content/en/posts
  • Adjust styles or javascript in static/css or static/js
  • Adjust templates in layouts/
  1. Commit changes
git commit -am "content: Added saint marys glacier"
  1. Push changes, create pull request
git push origin lost-resort-posts