No description
Find a file
phillip torrone 62b45d9754
Merge pull request #221 from makermelissa/master
Added Blinka Linka
2019-06-04 20:06:47 -04:00
_blinka Added Orange Pi R1 and Renamed Orange Pi to Orange Pi PC 2019-06-04 15:15:59 -07:00
_board Merge pull request #200 from yadav-arun/electronut-patch-1 2019-05-31 10:57:22 -07:00
_data libraries.json update; 3 Jun 2019-06-03 08:19:16 -05:00
_includes Added Blinka Linka 2019-06-04 17:03:01 -07:00
_layouts remove unused feed and post files 2019-05-22 10:34:18 -05:00
adabot@ed8c7ea59f update adabot submodule to current 2019-05-31 15:07:35 -05:00
assets Added Orange Pi R1 and Renamed Orange Pi to Orange Pi PC 2019-06-04 15:15:59 -07: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 sections for libraries page 2019-05-22 11:42:38 -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 remove unused reference to jekyll-feed 2019-05-23 09:12:13 -05:00
awesome.html use common layout for grid 2019-04-04 15:36:49 -05:00
blinka.html clean up font awesome icons with aria-hidden and titles as necessary 2019-05-22 12:12:25 -05:00
CNAME Create CNAME 2019-03-08 19:53:06 -08:00
downloads.html clean up font awesome icons with aria-hidden and titles as necessary 2019-05-22 12:12:25 -05:00
Gemfile remove unused feed and post files 2019-05-22 10:34:18 -05:00
Gemfile.lock remove unused feed and post files 2019-05-22 10:34:18 -05:00
index.html use h2 for landing page header sections 2019-05-22 11:47:07 -05: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.