No description
Find a file
sommersoft 574db1849b
Merge pull request #272 from adafruit-adabot/libraries_update_08-Sep-19
Automated Libraries update for 08-Sep-19
2019-09-15 09:06:24 -05:00
_blinka Capitalized NVIDIA 2019-09-11 09:50:45 -07:00
_board Update name to match board 2019-09-10 19:42:04 -04:00
_data Automated Libraries update for 08-Sep-19 2019-09-08 07:48:24 -07:00
_includes rebase with upstream master, process new images 2019-06-05 14:06:29 -05:00
_layouts fallback to original image if smaller images do not exist 2019-06-05 12:57:15 -05:00
adabot@fc4488a04a update adabot submodule; previous update was reverted by #257 2019-08-04 22:12:32 -05:00
assets Added Jetson Nano to Blinka boards 2019-09-10 20:09:19 -07:00
awesome-circuitpython@fb372b9804 update adabot and awesome-circuitpython submodules 2019-05-13 18:05:33 -05:00
lib/tasks rebase with upstream master, process new images 2019-06-05 14:06:29 -05:00
libraries drop 3.x library, add 5.x 2019-09-10 14:56:12 -05:00
.gitignore add initial downloads.json file 2018-11-08 16:26:15 -06:00
.gitmodules add adabot as a submodule for CI usage 2019-04-26 14:58:59 -05:00
.travis.yml .travis.yml: pip install '--user' flag is only used with matrix/stage 2019-05-02 22:12:09 -05:00
404.html initial commit 2018-11-07 12:04:04 -06:00
_config.yml load images based on srcset and display smallest images possible for each viewport size 2019-06-04 12:05:55 -05:00
awesome.html use common layout for grid 2019-04-04 15:36:49 -05:00
blinka.html blinka to use the board_image include 2019-06-05 14:26:17 -05:00
CNAME Create CNAME 2019-03-08 19:53:06 -08:00
downloads.html fallback to original image if smaller images do not exist 2019-06-05 12:57:15 -05:00
Gemfile load images based on srcset and display smallest images possible for each viewport size 2019-06-04 12:05:55 -05:00
Gemfile.lock update mini_magick for security alert 2019-07-22 20:29:50 -05:00
index.html use h2 for landing page header sections 2019-05-22 11:47:07 -05:00
Rakefile load images based on srcset and display smallest images possible for each viewport size 2019-06-04 12:05:55 -05:00
README.md update readme for responsive images 2019-06-05 13:00:54 -05:00
stats.html add title and permalink 2019-04-04 15:39:20 -05:00
template.md load images based on srcset and display smallest images possible for each viewport size 2019-06-04 12:05:55 -05:00
trademarks.html Create trademarks.html 2019-04-15 14:49:33 -04:00

CircuitPython organization site

To add a new board to the site:

  1. Duplicate template.md to _board/<board id>.md.
  2. Edit _board/<board id>.md according to the template's instructions.
  3. Provide 3 images. An original high-quality image. A smaller image (300 px width), and a larger image (700 px width) in each respective directory (assets/images/boards/{small large original}) and process them in something like https://squoosh.app/ to reduce file size. If you only have one image, place it in the 'original' folder.
  4. Create a pull request with the file changes.