diff --git a/config.toml b/config.toml index e39856d..2b2fada 100644 --- a/config.toml +++ b/config.toml @@ -11,7 +11,7 @@ theme = "hugo-theme-archbio" [permalinks] - post = "/post/:slug" + post = "/:year/:month/:day/:slug" [params] # Tell me who you're @@ -83,6 +83,6 @@ theme = "hugo-theme-archbio" # Enable and disable widgets for the right sidebar [params.widgets] recent_articles = true - categories = false - tags = false - tag_cloud = false + categories = true + tags = true + tag_cloud = true diff --git a/content/post/2022-01-01.md b/content/post/2022-01-01.md index 508d64d..35de319 100644 --- a/content/post/2022-01-01.md +++ b/content/post/2022-01-01.md @@ -2,7 +2,6 @@ title: "Happy New Year" date: 2022-01-01T00:00:00Z draft: false -categories = [ "News" ] --- # Happy New Year diff --git a/content/post/2022-04-10.md b/content/post/2022-04-10.md index 277b8e0..ca2b052 100644 --- a/content/post/2022-04-10.md +++ b/content/post/2022-04-10.md @@ -2,7 +2,6 @@ title: "pkgs.org includes the status our repository" date: 2022-04-10T21:26:33Z draft: false -categories = ["News"] --- pkgs.org is a web to show packages from different distributions and repository, now pkgs.org include our repository. diff --git a/content/post/2022-04-15.md b/content/post/2022-04-15.md index 44f0512..41225f2 100644 --- a/content/post/2022-04-15.md +++ b/content/post/2022-04-15.md @@ -2,7 +2,6 @@ title: "We have mirror now" date: 2022-04-15T17:07:46Z draft: false -categories = ["News"] --- Thanks go to xTom and Nanjing University, now there are four mirror sites around the world. diff --git a/content/post/2022-04-16.md b/content/post/2022-04-16.md index 9680741..83ab619 100644 --- a/content/post/2022-04-16.md +++ b/content/post/2022-04-16.md @@ -2,7 +2,6 @@ title: "BioArchLinux change the name of database" date: 2022-04-16T19:47:32Z draft: false -categories = ["News"] --- Now the db name of BioArchLinux has changed o bioarchlinux, please replace `[BioArchLinux]` with `[bioarchlinux]` in `/etc/pacman.conf` diff --git a/content/post/2022-04-16a.md b/content/post/2022-04-16a.md index 21fe19b..033a8f0 100644 --- a/content/post/2022-04-16a.md +++ b/content/post/2022-04-16a.md @@ -2,7 +2,6 @@ title: "New packages for BioArchLinux has been compiled" date: 2022-04-16T19:52:12Z draft: false -categories = ["News"] --- Now BioArchLinux has the GPG keyring package called `bioarchlinux-keyring` and we have our mirrorlist package called `bioarchlinux-mirrorlist`.