No description
Find a file
2020-01-09 16:16:32 -06:00
.github/workflows build.yml: update adafruit-owned repo check to exclude adafruit derived users (e.g. 'adafruit-adabot') 2019-12-11 21:11:55 -06:00
_blinka Pared down features list for Blinka boards to reasonable number 2019-12-30 14:20:48 -08:00
_board Added CLUE board 2019-12-30 15:28:35 -08:00
_data Automated website update for release 5.0.0-beta.2 by Blinka. 2019-12-20 13:00:27 -08:00
_includes adjustments to mobile menu for accessibility 2019-11-06 11:06:18 -06:00
_layouts initial mobile menu 2019-11-06 10:22:40 -06:00
adabot@56ccf2c533 update adabot to pull in the changes to check for GitHub Actions migration 2019-10-31 17:50:16 -05:00
assets updated assets for landing page 2020-01-09 16:16:32 -06:00
awesome-circuitpython@fb372b9804 update adabot and awesome-circuitpython submodules 2019-05-13 18:05:33 -05:00
contributing initial move of contributing to root 2019-10-21 16:10:26 -05:00
lib/tasks rebase with upstream master, process new images 2019-06-05 14:06:29 -05:00
libraries redirect old contributing page to new location 2019-10-21 16:18:11 -05:00
.gitignore .gitignore: Ignore files generated by bundle 2019-09-17 20:36:47 -05:00
.gitmodules add adabot as a submodule for CI usage 2019-04-26 14:58:59 -05:00
404.html initial commit 2018-11-07 12:04:04 -06:00
_config.yml redirect old contributing page to new location 2019-10-21 16:18:11 -05:00
awesome.html use common layout for grid 2019-04-04 15:36:49 -05:00
blinka.html Added board counter for Blinka page 2019-12-30 13:05:43 -08:00
CNAME Create CNAME 2019-03-08 19:53:06 -08:00
downloads.html Added board counter for downloads 2019-12-30 12:45:44 -08:00
Gemfile redirect old contributing page to new location 2019-10-21 16:18:11 -05:00
Gemfile.lock redirect old contributing page to new location 2019-10-21 16:18:11 -05:00
index.html more new design for landing page 2019-11-04 13:11:48 -06: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 Docs: Explain how to test locally 2019-09-17 20:36:36 -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.

To test your changes locally:

  1. You need "ruby" and "ruby-bundler" installed locally. These instructions were tested with ruby 2.5 and ruby-bundler 1.17.3 on a Debian Stretch system.
  2. As needed, git submodule update --init --recursive to fetch the submodules
  3. One time, run bundle install --path vendor/bundle
  4. Run bundle exec jekyll serve to generate the site locally
  5. Visit the displayed "server address"
  6. After most local edits, the content will be updated. You will need to reload (ctrl-r or F5) your browser