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" +---