diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -141,3 +141,17 @@ and the base branch of `dev`. Once you've done that, it's down to an owner of the upstream repository to approve your Pull Request. Once they've done that, your new news article will appear on the website. + +## Adding an issue of Lallans + +1. Add the issue number to `src/types/LallansIssueNumber.d.ts`. +2. Add the original issue cover photo as `src/images/issueXYZ.jpg`, where `XYZ` + is the issue number. Most of the examples are `.jpg`, but the file type isn't important. +3. Make copies of the cover image that are scaled to 192 and 274 pixels wide. + Name them `issueXYZ-192w.jpg` and `issueXYZ-274w.jpg` respectively. +4. Copy one of the existing Lallans issues in `src/data/lallans` and name the + copy `issueXYZ.ts`. +5. Edit the file you just made with the new issue's information, including the + locations of the correctly scaled cover images that you just made. +6. Import that data file into the Lallans data index file, `src/data/lallans/index.ts`. + |
