From 22531cd5da15add6cbaf72b195546cb2c073df7f Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 24 Aug 2022 03:41:04 +0000 Subject: [PATCH] It works now. --- blog/_posts/2022-08-23-test.md | 6 ------ blog/_posts/2022-08-23-test2.md | 6 ------ blog/_posts/2022-08-24-TestingAutobuild.md | 2 +- blog/_posts/2022-08-24-stupidbashrc.md | 6 ++++++ blog/_posts/template | 4 ++++ 5 files changed, 11 insertions(+), 13 deletions(-) delete mode 100644 blog/_posts/2022-08-23-test.md delete mode 100644 blog/_posts/2022-08-23-test2.md create mode 100644 blog/_posts/2022-08-24-stupidbashrc.md create mode 100644 blog/_posts/template diff --git a/blog/_posts/2022-08-23-test.md b/blog/_posts/2022-08-23-test.md deleted file mode 100644 index 6d470e5..0000000 --- a/blog/_posts/2022-08-23-test.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: post -title: "Blogpost 1" ---- - -This is a sample blog post. diff --git a/blog/_posts/2022-08-23-test2.md b/blog/_posts/2022-08-23-test2.md deleted file mode 100644 index c35a13f..0000000 --- a/blog/_posts/2022-08-23-test2.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: post -title: "Blogpost 2" ---- - -This is a sample blog post 2. diff --git a/blog/_posts/2022-08-24-TestingAutobuild.md b/blog/_posts/2022-08-24-TestingAutobuild.md index 96abc83..4446fed 100644 --- a/blog/_posts/2022-08-24-TestingAutobuild.md +++ b/blog/_posts/2022-08-24-TestingAutobuild.md @@ -3,4 +3,4 @@ layout: post title: "Testing AutoBuild" --- -I just spent an hour trying to get a githook to work. TL;DR: It seems to work if I put it in a script and call the script. Environment variables aren't being passed for some reason otherise. At least I hope..... +I just spent an hour trying to get a githook to work. TL;DR: It seems to work if I put it in a script and call the script. Environment variables aren’t being passed for some reason otherise. At least I hope….. diff --git a/blog/_posts/2022-08-24-stupidbashrc.md b/blog/_posts/2022-08-24-stupidbashrc.md new file mode 100644 index 0000000..555f7d4 --- /dev/null +++ b/blog/_posts/2022-08-24-stupidbashrc.md @@ -0,0 +1,6 @@ +--- +layout: post +title: "Stupid .bashrc" +--- + +There was a line in my .bashrc file; it made the thing exit if non-interactive. That....ugh. diff --git a/blog/_posts/template b/blog/_posts/template new file mode 100644 index 0000000..3d98ff4 --- /dev/null +++ b/blog/_posts/template @@ -0,0 +1,4 @@ +--- +layout: post +title: "Testing AutoBuild" +---