No description
Find a file
2019-03-11 11:48:07 -05:00
_board Update LumiDrive link. 2019-03-09 01:17:45 -08:00
_data Hook up files to individual board pages 2019-03-08 18:23:50 -08:00
_includes Try to fix favicon 2019-03-08 19:00:07 -08:00
_layouts Hook up files to individual board pages 2019-03-08 18:23:50 -08:00
_posts initial commit 2018-11-07 12:04:04 -06:00
assets clean up mobile home page 2019-03-11 11:48:07 -05:00
lib/tasks Hook up files to individual board pages 2019-03-08 18:23:50 -08:00
.gitignore add initial downloads.json file 2018-11-08 16:26:15 -06:00
.travis.yml More url attempts 2019-03-08 18:35:07 -08:00
404.html initial commit 2018-11-07 12:04:04 -06:00
_config.yml More url attempts 2019-03-08 18:35:07 -08:00
CNAME Create CNAME 2019-03-08 19:53:06 -08:00
downloads.html Fix download urls 2019-03-08 18:52:09 -08: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
help.md initial commit 2018-11-07 12:04:04 -06:00
index.html responsive image sizes on landing page 2019-03-11 11:37:09 -05:00
news.html Hook up files to individual board pages 2019-03-08 18:23:50 -08:00
Rakefile copy newsletter posts rake tasks, rework structure 2018-11-13 15:03:44 -06:00
README.md Update board instructions 2019-03-08 19:07:43 -08:00

CircuitPython organization site

TODO

  • add feed_meta and seo tags to layout head
  • setup github_pages gemfile
  • favicons
  • filtering and sorting of Downloads
  • layout of Downloads
  • responsive sizes
  • download details pages
  • landing page
  • news page
  • help page
  • setup travis for generate_downloads.rb
  • update header to latest version (different logo)
  • deploy accounts, and update url to accounts production in download.js
  • authenticate github api for newsletter posts

To add a new board to the site:

  1. Duplicate _board/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.