diff --git a/.gitignore b/.gitignore index b62d97b7..637d6a58 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ _site .jekyll-metadata .DS_Store _drafts/ +.bundle +vendor diff --git a/README.md b/README.md index b7f44347..5174208c 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,14 @@ and a larger image (700 px width) in each respective directory (assets/images/bo 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. 3. 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 diff --git a/_data/files.json b/_data/files.json index e280c379..11195297 100644 --- a/_data/files.json +++ b/_data/files.json @@ -1640,11 +1640,6 @@ } ] }, - { - "downloads": 16, - "id": "feather_huzzah", - "versions": [] - }, { "downloads": 88, "id": "feather_m0_adalogger", @@ -2405,11 +2400,6 @@ } ] }, - { - "downloads": 8, - "id": "feather_nrf52832", - "versions": [] - }, { "downloads": 85, "id": "feather_nrf52840_express",