From 95378fc8c2b83e9c113b76cbbf057aa2914a3c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Joly?= <7347374+cljoly@users.noreply.github.com> Date: Wed, 19 Jan 2022 04:54:48 +0000 Subject: [PATCH] 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. --- website/config.toml | 2 +- website/static/CNAME | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 website/static/CNAME diff --git a/website/config.toml b/website/config.toml index 2b3ffdf..04b1096 100644 --- a/website/config.toml +++ b/website/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://neovide.github.io/neovide" +base_url = "https://neovide.dev" theme = "juice" # Whether to automatically compile all Sass files in the sass directory diff --git a/website/static/CNAME b/website/static/CNAME new file mode 100644 index 0000000..a8a5d3e --- /dev/null +++ b/website/static/CNAME @@ -0,0 +1 @@ +neovide.dev