No description
Find a file
2019-04-04 15:36:28 -05:00
_board Merge pull request #109 from adafruit/ptorrone-patch-46 2019-04-03 09:51:49 -07:00
_data Automated website update for release 4.0.0-beta.6 by AdaBot. 2019-03-29 21:02:03 -04:00
_includes initial awesome page from submodule 2019-04-03 11:15:18 -05:00
_layouts add unrecommended to github download-button class 2019-03-18 12:30:25 -05:00
assets initial stats commit 2019-04-04 15:36:28 -05:00
awesome-circuitpython@b78841c6c8 update awesome-circuitpython submodule to fix broken image link 2019-04-04 14:03:05 -04:00
lib/tasks remove all references to the old news page 2019-03-11 14:13:00 -05:00
.gitignore add initial downloads.json file 2018-11-08 16:26:15 -06:00
.gitmodules add awesome-circuitpython as submodule 2019-04-03 11:15:00 -05:00
.travis.yml clean up commented code 2019-03-27 14:20:39 -05:00
404.html initial commit 2018-11-07 12:04:04 -06:00
_config.yml move template.md file and references to it 2019-03-27 14:19:01 -05:00
awesome.html initial awesome page from submodule 2019-04-03 11:15:18 -05:00
CNAME Create CNAME 2019-03-08 19:53:06 -08:00
downloads.html process board files not in _data/files.json 2019-03-27 14:17:00 -05: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 changed focussed to focused 2019-03-14 12:12:38 -04: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 initial stats commit 2019-04-04 15:36:28 -05:00
template.md move template.md file and references to it 2019-03-27 14:19:01 -05: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.