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