diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index bf721c9..234363c 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -14,7 +14,7 @@ export interface Props { } const { - githubUrl = "https://github.com/josstei/JoStVIM", + githubUrl = "https://github.com/LuxVim/LuxVim", links = [] } = Astro.props; --- @@ -110,4 +110,4 @@ const { )) - \ No newline at end of file + diff --git a/src/layouts/main.astro b/src/layouts/main.astro index 01e1656..fcc5b8b 100644 --- a/src/layouts/main.astro +++ b/src/layouts/main.astro @@ -16,7 +16,7 @@ const { title, description = "LuxVim", keywords = "vim, neovim, Luxvim, ide", - githubUrl = "https://github.com/josstei/JoStVIM", + githubUrl = "https://github.com/LuxVim/LuxVim", showNavbar = true } = Astro.props; @@ -55,4 +55,4 @@ const navLinks = [ \ No newline at end of file + diff --git a/src/pages/docs.astro b/src/pages/docs.astro index 4ccf216..eeafc1e 100644 --- a/src/pages/docs.astro +++ b/src/pages/docs.astro @@ -6,6 +6,6 @@ import Main from '../layouts/main.astro'; title="Documentation | LuxVim - Lightweight Vim IDE for Developers" description="A lightweight Vim IDE designed for developers, offering a seamless coding experience with powerful features and a user-friendly interface." keywords="vim, neovim, Luxvim, ide, lightweight, developer tools, coding, programming, text editor, productivity" - githubUrl="https://github.com/josstei/jostvim" + githubUrl="https://github.com/LuxVim/LuxVim" > - \ No newline at end of file + diff --git a/src/pages/donate.astro b/src/pages/donate.astro index 1db359c..b674295 100644 --- a/src/pages/donate.astro +++ b/src/pages/donate.astro @@ -6,6 +6,6 @@ import Main from '../layouts/main.astro'; title="Donate | LuxVim - Lightweight Vim IDE for Developers" description="A lightweight Vim IDE designed for developers, offering a seamless coding experience with powerful features and a user-friendly interface." keywords="vim, neovim, Luxvim, ide, lightweight, developer tools, coding, programming, text editor, productivity" - githubUrl="https://github.com/josstei/jostvim" + githubUrl="https://github.com/LuxVim/LuxVim" > - \ No newline at end of file + diff --git a/src/pages/index.astro b/src/pages/index.astro index a582046..4aaf59e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,7 +5,7 @@ import CodeBlock from "../components/CodeBlock.astro"; import logoImage from "../assets/luxvim-full-logo-with-lettering.png"; // TODO: Extract these into a config file -const installCode = `git clone https://github.com/josstei/JoStVIM.git +const installCode = `git clone https://github.com/LuxVim/LuxVim.git cd LuxVIM`; const runInstallCode = `./install.sh`; @@ -18,7 +18,7 @@ Lux # For Neovim`; title="LuxVim - Fast setup, faster coding" description="A tailored Vim/Neovim configuration that boosts productivity for developers across languages and stacks. Rich plugins, sensible defaults, and custom productivity tools." keywords="vim, neovim, Luxvim, ide, lightweight, developer tools, coding, programming, text editor, productivity, vim configuration" - githubUrl="https://github.com/josstei/jostvim" + githubUrl="https://github.com/LuxVim/LuxVim" >
@@ -97,7 +97,7 @@ Lux # For Neovim`; Get Started