stephencweiss / gatsby-source-xkcd

Gatsby source plugin for building websites with XKCD as a data source
MIT License
0 stars 1 forks source link

Allow "comicQuantity" to have more options #1

Open stephencweiss opened 4 years ago

stephencweiss commented 4 years ago

Instead of pulling a completely random number of comics, allow some exclusions / specifications.

For example:

  1. Allow latest exclusion
  2. Allow specific distributions - if you want 3 comics, you can specify that they're all within some bounded range (the first 100) or evenly spaced, etc.
  3. Prevent duplicates