mirror of
https://github.com/BioArchLinux/HomePage.git
synced 2025-03-10 06:14:00 +00:00
update
This commit is contained in:
parent
b2e1637699
commit
deecd8849f
2 changed files with 15 additions and 2 deletions
|
@ -44,8 +44,8 @@ unsafe= true
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
Name = "Packages"
|
Name = "Packages"
|
||||||
URL = "https://github.com/BioArchLinux/Packages"
|
URL = "https://bioarchlinux.org/packages"
|
||||||
Title = "BioArchLinux Git Repository"
|
Title = "BioArchLinux Packages"
|
||||||
weight = -5
|
weight = -5
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
|
|
13
content/posts/2023-06-27.md
Normal file
13
content/posts/2023-06-27.md
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue