* Revert "Fix latex rendering issue in the bibliography entries (#358)"
This reverts commit e328dc6abe.
* Update mathjax version to 3.2.0
* Add bibtex_filters explicitly to _config.yml
* adds submenu in navigation bar. (fixes issue #159)
* Updated scss files to change hover animations on dropdown submenus, on both dark mode and light mode
* updating distill post to show fixes done
* fix for colors in numerated lists and tables
* fixing blockquotes
* fixing colors in math, footnotes, references, hover boxes, code highlights
* Add example distill overrides
* reverted back changes in distill template.v2.js
Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com>
When you fork this directory in your local fork, if you remove images from assets, the README file will be broken.
This should fix the README problem, ensuring that images are always up-to-date from the assets folder of the original al-folio folder.
* Added proper instructions in personal webpages
Changed "For personal and organization webpages" part, tried to be as concise as possible, in accordance with: https://github.com/alshedivat/al-folio/issues/209#issuecomment-798849211
* Update README.md
* Update README.md
Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
* Add webpage to academic pages list
* adding panelbear analytics
* added categories for projects and horizontal mode display for projects
* rewrote the code to ensure it works properly with current project definitions
* Style adjustments
Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com>
* Improve support for deploying in out-of-tree locations
* Document how to deploy in an out-of-tree location
* Add vendor to excludes in _config.yml
* Update README.md
Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com>
* dark_mode.js was not being loaded on distill blog pages.
* Moved dark_mode.js and jquery.html to head.html to simplify/standardize dark mode/theming for other pages.
* Check for local untracked files when deploying
* Compress test for untracked files to 1 line
Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
* Add vendor to .gitignore
* Add .bundle to .gitignore
Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com>