Makes fat-fingering at least a bit less dangerous.
Co-authored-by: LoipesMas <46327403+LoipesMas@users.noreply.github.com>
Co-authored-by: MultisampledNight <contact@multisamplednight.com>
Allows a transparent toolbar and an explicit background color, for use with `-1` as `guibg`.
Co-authored-by: Matts966 <Matts966@users.noreply.github.com>
Co-authored-by: MultisampledNight <contact@multisamplednight.com>
On macOS and macOS only, the default for `g:neovide_use_logo` is now true. On all other platforms it stays `false`. This avoids some issues with users who expect combinations like `<D-v>` to work (after setup in their config) out of the box.
Co-authored-by: MultisampledNight <contact@multisamplednight.com>
* Create a simple Zola website on a subdirectory
This uses the [Juice theme](https://www.getzola.org/themes/juice/), with
small customizations. It could be further customized later.
* Automate website content update
RISS and Makefile are used to pull the website content from various
parts of the neovide repository (reusing images and the README.md file
for instance)
* Document how to build and edit the website
It can be counter-intuitive to have to make changes outside of the
`website` directory, adding documentation and scripting clarify it.
* Deploy automatically to GitHub Pages
Uses https://github.com/marketplace/actions/zola-deploy-to-pages to
build and deploy the website on GitHub Pages.
TODO (after merging)
* A `TOKEN` need to be set as explained in https://github.com/marketplace/actions/zola-deploy-to-pages#secrets
* I’ve tested with https://cljoly.github.io/neovide/, but we need to
change this to at least https://neovide.github.io/neovide/.
* Fix website URL
Co-authored-by: Keith Simmons <keith@the-simmons.net>