diff --git a/src/content/_index.md b/src/content/_index.md index 95e5d8d..14e8c7a 100644 --- a/src/content/_index.md +++ b/src/content/_index.md @@ -1,5 +1,5 @@ --- -title: "Install tea" +title: "home" Description: "the next-generation, cross‐platform package manager" layout: "index" menu: main diff --git a/src/content/cli.md b/src/content/cli.md new file mode 100644 index 0000000..332c3f4 --- /dev/null +++ b/src/content/cli.md @@ -0,0 +1,7 @@ +--- +title: "Install tea" +Description: "the next-generation, cross‐platform package manager" +layout: "cli" +menu: main +weight: 2 +--- diff --git a/src/layouts/page/cli.html b/src/layouts/page/cli.html new file mode 100644 index 0000000..c897030 --- /dev/null +++ b/src/layouts/page/cli.html @@ -0,0 +1,3 @@ +{{ define "main" }} + +{{ end }}