This is the website repository for the Back the Bend website.
- When developing locally, use
middleman buildto create the full html version of the ruby site. - Then use
middleman serverto locally serve the website. Middleman will tell you which port of your computer to view it on. - Finally, when all the changes have been pushed to the github, use
middleman deployto make the changes live on the site.
- Make edits in the
data/projects.jsonfile. - Make sure to keep the formatting consistent with other entries.
- Push these changes to github.
- All images are in the
source/imagesfolder - Store all images for organization logos in the
logo_imagessubfolder. - Store all images for project images in the
project_imagessubfolder. - Double check the image extension is correct! (.jpg, .png, etc.)
- Make sure to push all new images to the github.