From c4306a0a9aabce669275429f0ae631a4a2353422 Mon Sep 17 00:00:00 2001 From: rintyuu Date: Thu, 27 Feb 2025 22:48:40 -0800 Subject: [PATCH] added things --- content/git-auto-pull.md | 10 ++++++++++ content/index.md | 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 content/git-auto-pull.md diff --git a/content/git-auto-pull.md b/content/git-auto-pull.md new file mode 100644 index 0000000..6190349 --- /dev/null +++ b/content/git-auto-pull.md @@ -0,0 +1,10 @@ +--- +title: git automatic pull +date: 2025-02-27 22:45 PST +description: n/a +author: rintyuu +--- + +this is a test to see if pushing to the git server automatically updates the webserver. + +the webserver and the git server are hosted on two different machines. diff --git a/content/index.md b/content/index.md index 2d29d86..8e92329 100755 --- a/content/index.md +++ b/content/index.md @@ -16,6 +16,8 @@ description: a dir /w of a folder essentially, powered by Pico CMS [sitemap/index](.) +[ait automatic pull](git-auto-pull) + ## actual blogging area [hello-world](actual/hello-world) @@ -24,4 +26,4 @@ description: a dir /w of a folder essentially, powered by Pico CMS [Planning to improve blogging site](actual/plans-to-improve) -[Updating stylesheet for main website](actual/updating-theme) \ No newline at end of file +[Updating stylesheet for main website](actual/updating-theme)