From 15d770c971f159d33bec880db7b390eaeb617cec Mon Sep 17 00:00:00 2001 From: Kamil Tomsik Date: Sun, 21 Apr 2024 21:07:29 +0200 Subject: [PATCH] website: fix title --- _config.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 45cfa33..772bd54 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,8 @@ +title: Ava PLS +description: Ava PLS is a desktop application for running language models locally on your computer. +url: https://avapls.com +repository: cztomsik/ava + exclude: - node_modules - llama.cpp @@ -15,9 +20,6 @@ aux_links: "Discord": - "https://discord.gg/C47qUJPkkf" -# actually, it's this + /project_name -url: //avapls.com - gh_edit_link: true gh_edit_link_text: "Edit this page" gh_edit_repository: "https://github.com/cztomsik/ava"