From 6059e3d8abc6202cb2901559997205ff1dd30f54 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Sun, 10 Apr 2022 21:29:13 +0000 Subject: [PATCH] update --- content/posts/2022-04-10.md | 7 +++++++ push.sh | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 content/posts/2022-04-10.md create mode 100755 push.sh diff --git a/content/posts/2022-04-10.md b/content/posts/2022-04-10.md new file mode 100644 index 0000000..ca2b052 --- /dev/null +++ b/content/posts/2022-04-10.md @@ -0,0 +1,7 @@ +--- +title: "pkgs.org includes the status our repository" +date: 2022-04-10T21:26:33Z +draft: false +--- + +pkgs.org is a web to show packages from different distributions and repository, now pkgs.org include our repository. diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..60d1725 --- /dev/null +++ b/push.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +git pull +hugo -D +git add . +git commit -m "update" +git push