diff --git a/config.toml b/config.toml index 82da174..02f760b 100644 --- a/config.toml +++ b/config.toml @@ -44,8 +44,8 @@ unsafe= true [[menu.main]] Name = "Packages" - URL = "https://github.com/BioArchLinux/Packages" - Title = "BioArchLinux Git Repository" + URL = "https://bioarchlinux.org/packages" + Title = "BioArchLinux Packages" weight = -5 [[menu.main]] diff --git a/content/posts/2023-06-27.md b/content/posts/2023-06-27.md new file mode 100644 index 0000000..2b9d9af --- /dev/null +++ b/content/posts/2023-06-27.md @@ -0,0 +1,13 @@ +--- +title: "Our Packages Search Web Online" +date: 2023-06-28T10:11:25Z +draft: false +--- + +With contribution of [sinsong](https://github.com/sinsong), we now have our own pkg search web, you can find it [here](https://bioarchlinux.org/packages). + +The frontend service is written in Vue providing web. + +The backend service is written in Lua providing API. + +API of our repo is also provided. `bioarchlinux.org/api/pkglist.json` is the list of all pkgs in our repo. `bioarchlinux.org/api/${pkgname}.json` is every single pkg's info.