pinkcommodity / effintasty

Cooking Blog
0 stars 1 forks source link

Effintasty

Deploying to production

Manually Deploying if github actions changed

Pictures

Pictures on the site use a 3:2 aspect ratio In order to figure out what height/width an image should be, use this Aspect Ratio Calculator and give it the current width. It will then tell you what the height should be.

Converting pictures to jpeg:

magick convert rose.jpg rose.png

Where rose.jpg is the image you want to change formats for and rose.png is the image name and format(png) that you want to convert it to.

Future Posts for local viewing

When trying to look at a recioe to be posted in the future, stop localhost serve, re-serve jekyll with "--future" proceeding to view.