You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.
This is a meta-issue that will contain smaller issues.
The overall workflow as I see it is that we'll have the following:
All images going forward with be jpg.
The content/episode directory should only contain markdown files.
All images related to episodes will go into the static/img/episode directory (in the site, not in the theme)
Inside static/img there will be subdirectories for each episode, i.e., static/img/episode/blameless. This subdirectory must be named the same as the filename as the .md file in content/episode
Inside the episode image directory, there are two files - square.jpg and banner.jpg. The square.jpg file should be 500 px x 500 px. The banner.jpg should be 1200px by 630px.
During production build time, we will do retina processing on banner.jpg with a 1x resolution of 800px by 420 px. We will also do a non-retina, but same resolution processing of the banner.jpg to social.jpg which will be used for open graph image tags.
For backward compatibility, if the images frontmatter exists, it will use that for the OG tags.
For backward compatibility, if the static/img/episode/EPISODE directory does not exist, it will use the old-style to find the image.
Change static directory to have a subdirectory for each episode
Create gulp task for responsive image/resizing
The text was updated successfully, but these errors were encountered:
This is a meta-issue that will contain smaller issues.
The overall workflow as I see it is that we'll have the following:
content/episode
directory should only contain markdown files.static/img/episode
directory (in the site, not in the theme)static/img
there will be subdirectories for each episode, i.e.,static/img/episode/blameless
. This subdirectory must be named the same as the filename as the .md file incontent/episode
square.jpg
andbanner.jpg
. Thesquare.jpg
file should be 500 px x 500 px. Thebanner.jpg
should be 1200px by 630px.banner.jpg
with a 1x resolution of 800px by 420 px. We will also do a non-retina, but same resolution processing of thebanner.jpg
tosocial.jpg
which will be used for open graph image tags.images
frontmatter exists, it will use that for the OG tags.static/img/episode/EPISODE
directory does not exist, it will use the old-style to find the image.The text was updated successfully, but these errors were encountered: