website: meetmeinthemountains.com
A spot to discuss resorts, both lost and new.
Prereqs Installed
- Clone repository
git clone --recurse-submodules https://github.com/eanderson4/mmitm
- Enter directory, create branch for new work
cd mmitm
git checkout -b "lost-resort-posts"
- 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/
- Commit changes
git commit -am "content: Added saint marys glacier"
- Push changes, create pull request
git push origin lost-resort-posts