diff --git a/content/docs/new-site.json b/content/docs/new-site.json index 2b531a5..8810930 100644 --- a/content/docs/new-site.json +++ b/content/docs/new-site.json @@ -37,8 +37,8 @@ "Creates a minimalist site scaffolding with less default content." ], [ - "--theme=\"git@github.com:user/repo\"", - "-t=\"git@github.com:user/repo\"", + "--theme=\"https://github.com/user/repo\"", + "-t=\"https://github.com/user/repo\"", "Point to a Git repository to use a base theme for your site." ] ] @@ -47,4 +47,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/layouts/content/themes.svelte b/layouts/content/themes.svelte index 695bfa9..5b8e689 100755 --- a/layouts/content/themes.svelte +++ b/layouts/content/themes.svelte @@ -17,11 +17,11 @@
Start a new project using this theme:
-
plenti new site my-site --theme=git@github.com:plenti-themes/{machine_name}
+
plenti new site my-site --theme=https://github.com/plenti-themes/{machine_name}
Or add this theme to an existing project:
    -
  1. plenti theme add git@github.com:plenti-themes/{machine_name}
  2. +
  3. plenti theme add https://github.com/plenti-themes/{machine_name}
  4. plenti theme enable {machine_name}
  5. Make sure you manually copy any route overrides and delete conflicting content or layouts.
@@ -81,4 +81,4 @@ height: auto; } } - \ No newline at end of file +