Github pages repo for https://gtsam.org/, the website for the GTSAM sensor fusion library.
- bundle install
- bundle exec jekyll serve
- Update notebook from colab by saving in notebooks folder via github integration.
- run
"jupyter nbconvert --output-dir _posts --to markdown notebooks/name.ipynb"
- Change name to reflect date.
- Add jekyll header.
- Move images to assets, and change image file paths to refer to assets.
This is unsatisfactory, of course.
Bad flow:
- Edit gtsam.lyx in gtsam repo
- Export with LyxHTML
- Add jekyll header
- Fix all issues as axcz did :-(
Better flow would maybe use better convertor, e.g. HTML export. Manual editing of html seems non-maintainable.