mirror of
https://github.com/BioArchLinux/HomePage.git
synced 2025-03-10 06:14:00 +00:00
update
This commit is contained in:
parent
8f9f11e511
commit
d3f998c8f2
6 changed files with 4 additions and 9 deletions
|
@ -11,7 +11,7 @@ theme = "hugo-theme-archbio"
|
||||||
|
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
post = "/post/:slug"
|
post = "/:year/:month/:day/:slug"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
# Tell me who you're
|
# Tell me who you're
|
||||||
|
@ -83,6 +83,6 @@ theme = "hugo-theme-archbio"
|
||||||
# Enable and disable widgets for the right sidebar
|
# Enable and disable widgets for the right sidebar
|
||||||
[params.widgets]
|
[params.widgets]
|
||||||
recent_articles = true
|
recent_articles = true
|
||||||
categories = false
|
categories = true
|
||||||
tags = false
|
tags = true
|
||||||
tag_cloud = false
|
tag_cloud = true
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: "Happy New Year"
|
title: "Happy New Year"
|
||||||
date: 2022-01-01T00:00:00Z
|
date: 2022-01-01T00:00:00Z
|
||||||
draft: false
|
draft: false
|
||||||
categories = [ "News" ]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Happy New Year
|
# Happy New Year
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: "pkgs.org includes the status our repository"
|
title: "pkgs.org includes the status our repository"
|
||||||
date: 2022-04-10T21:26:33Z
|
date: 2022-04-10T21:26:33Z
|
||||||
draft: false
|
draft: false
|
||||||
categories = ["News"]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
pkgs.org is a web to show packages from different distributions and repository, now pkgs.org include our repository.
|
pkgs.org is a web to show packages from different distributions and repository, now pkgs.org include our repository.
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: "We have mirror now"
|
title: "We have mirror now"
|
||||||
date: 2022-04-15T17:07:46Z
|
date: 2022-04-15T17:07:46Z
|
||||||
draft: false
|
draft: false
|
||||||
categories = ["News"]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Thanks go to xTom and Nanjing University, now there are four mirror sites around the world.
|
Thanks go to xTom and Nanjing University, now there are four mirror sites around the world.
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: "BioArchLinux change the name of database"
|
title: "BioArchLinux change the name of database"
|
||||||
date: 2022-04-16T19:47:32Z
|
date: 2022-04-16T19:47:32Z
|
||||||
draft: false
|
draft: false
|
||||||
categories = ["News"]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Now the db name of BioArchLinux has changed o bioarchlinux, please replace `[BioArchLinux]` with `[bioarchlinux]` in `/etc/pacman.conf`
|
Now the db name of BioArchLinux has changed o bioarchlinux, please replace `[BioArchLinux]` with `[bioarchlinux]` in `/etc/pacman.conf`
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
title: "New packages for BioArchLinux has been compiled"
|
title: "New packages for BioArchLinux has been compiled"
|
||||||
date: 2022-04-16T19:52:12Z
|
date: 2022-04-16T19:52:12Z
|
||||||
draft: false
|
draft: false
|
||||||
categories = ["News"]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Now BioArchLinux has the GPG keyring package called `bioarchlinux-keyring` and we have our mirrorlist package called `bioarchlinux-mirrorlist`.
|
Now BioArchLinux has the GPG keyring package called `bioarchlinux-keyring` and we have our mirrorlist package called `bioarchlinux-mirrorlist`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue