No description
Find a file
2019-05-20 13:19:41 -07:00
_blinka Create google_coral.md 2019-05-13 19:39:35 -04:00
_board adding SAM32 board details 2019-05-15 12:46:10 -07:00
_data Automated website update for release 4.0.0-rc.3 by AdaBot. 2019-05-14 18:54:09 -04:00
_includes Add Chinese language label 2019-05-20 13:19:41 -07:00
_layouts initial blinka commit 2019-04-17 11:19:58 -05:00
adabot@179741a79e update adabot and awesome-circuitpython submodules 2019-05-13 18:05:33 -05:00
assets added google_coral for blinka 2019-05-13 19:37:01 -04:00
awesome-circuitpython@fb372b9804 update adabot and awesome-circuitpython submodules 2019-05-13 18:05:33 -05:00
lib/tasks remove all references to the old news page 2019-03-11 14:13:00 -05:00
libraries add merged pr count to libraries index 2019-04-25 11:39:01 -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 initial blinka commit 2019-04-17 11:19:58 -05:00
awesome.html use common layout for grid 2019-04-04 15:36:49 -05:00
blinka.html remove download sort option 2019-04-18 10:05:54 -05:00
CNAME Create CNAME 2019-03-08 19:53:06 -08:00
downloads.html Merge pull request #117 from jwcooper/downloads-display-flag 2019-04-08 09:26:41 -07:00
feed.xml rss feed 2018-11-26 16:43:23 -06:00
Gemfile initial commit 2018-11-07 12:04:04 -06:00
Gemfile.lock initial commit 2018-11-07 12:04:04 -06:00
index.html Fix a few typos in the Thanks section 2019-05-11 22:30:53 +02:00
Rakefile copy newsletter posts rake tasks, rework structure 2018-11-13 15:03:44 -06:00
README.md move template.md file and references to it 2019-03-27 14:19:01 -05:00
stats.html add title and permalink 2019-04-04 15:39:20 -05:00
template.md use the same template for blinka and circuitpython, with new fields added 2019-04-17 14:58:52 -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. Create a pull request with the file changes.