Commit graph

208 commits

Author SHA1 Message Date
Dinesh kumar 871739167c
Enable confirm quit by default (#1440)
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>
2022-08-09 13:45:05 +02:00
MultisampledNight da6397c396
Fix website formatting 2022-08-06 16:06:21 +02:00
Matts966 1be184ebb6
Support background color on MacOS (#1459)
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>
2022-08-06 15:48:24 +02:00
Jonas Diemer ab33e0468e
Changed default for use_logo to true for MacOS (#1455)
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>
2022-08-06 15:17:14 +02:00
Hamothy 80b9f2edd7
Transition neovide.dev to use mdbook (#1428)
Co-authored-by: Hamothy <sgoudham@gmail.com>
2022-07-30 03:59:54 -04:00
Jamespp 1b6878d072
correct repo address as well as bundle id (#1159) 2022-01-19 17:56:56 -08:00
Clément Joly 95378fc8c2
website: Move to neovide.dev (#1145)
* Make Zola generate the website for the URL https://neovide.dev
* Create the CNAME file at the root of the static site, as GitHub Pages
  expects.
2022-01-18 20:54:48 -08:00
Clément Joly 4424731ba4
Starting point for a website (#1114)
* 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>
2022-01-12 00:42:47 -08:00