From c40efa950ede40504740ed6104a12b80d2d2d6e9 Mon Sep 17 00:00:00 2001 From: Himanshu Sardana Date: Fri, 27 Mar 2026 23:37:39 +0000 Subject: fix: init command downloads themes from github --- cmd/root.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/root.go') diff --git a/cmd/root.go b/cmd/root.go index 3ef07bc..ef43fa8 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -65,5 +65,6 @@ EXAMPLES: DESCRIPTION: Kite converts your content into a static website using themes and templates. + Use 'kite init' to start a new blog project. `) } -- cgit v1.3.1