diff --git a/img/banner.png b/img/banner.png new file mode 100644 index 0000000..ea53ed1 Binary files /dev/null and b/img/banner.png differ diff --git a/img/heart.png b/img/heart.png deleted file mode 100644 index ed5b65c..0000000 Binary files a/img/heart.png and /dev/null differ diff --git a/index.html b/index.html index 0f4ae9f..f372118 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ -

Homepage

+

Homepage

Shockrah's Definitely-Not-a-Blog

Cool stuff about me

diff --git a/index.md b/index.md index b4a9ff0..842090c 100644 --- a/index.md +++ b/index.md @@ -1,4 +1,4 @@ -[![Homepage](./img/heart.png)](./index.html) +[![Homepage](./img/banner.png)](./index.html) # Shockrah's Definitely-Not-a-Blog diff --git a/make.sh b/make.sh index 2620aa3..2267d1b 100755 --- a/make.sh +++ b/make.sh @@ -7,11 +7,12 @@ post() { # compile the new post and drop it in ./post/ pandoc markdown/post/$1 --css bstyle.css -s -o post/${1%.*}.html # check to see if we have to rebuild the post or not - if [ $2 == "n" ] - then - echo "changing index.html for brand new post" + if [ $2 == "new" ] + then + echo "Rebuilding index.html" + fi - else + else # error message incase file was not found echo "File \"$1\" not found in markdown/post" fi diff --git a/markdown/pages/about.md b/markdown/pages/about.md index 4513121..9e364c3 100644 --- a/markdown/pages/about.md +++ b/markdown/pages/about.md @@ -1,4 +1,4 @@ -[![Homepage](../img/heart.png)](../index.html) +[![Homepage](../img/banner.png)](../index.html) # About Me diff --git a/markdown/pages/links.md b/markdown/pages/links.md index fe14eee..5c0eb2b 100644 --- a/markdown/pages/links.md +++ b/markdown/pages/links.md @@ -1,4 +1,4 @@ -[![Homepage](../img/heart.png)](../index.html) +[![Homepage](../img/banner.png)](../index.html) # Links and places to find me online diff --git a/markdown/post/mapping.md b/markdown/post/mapping.md index 9729d59..b2ada85 100644 --- a/markdown/post/mapping.md +++ b/markdown/post/mapping.md @@ -1,4 +1,4 @@ -[![HomePage](../img/heart.png)](../index.html) +[![HomePage](../img/banner.png)](../index.html) [Link to the map I discuss here](https://steamcommunity.com/sharedfiles/filedetails/?id=1329660201) diff --git a/markdown/post/open.md b/markdown/post/open.md index 5024ccd..cfc284c 100644 --- a/markdown/post/open.md +++ b/markdown/post/open.md @@ -1,4 +1,4 @@ -[![Homepage](../img/heart.png)](../index.html) +[![Homepage](../img/banner.png)](../index.html) # All done setting up diff --git a/markdown/post/phil.md b/markdown/post/phil.md index 96d36cb..e93bc0b 100644 --- a/markdown/post/phil.md +++ b/markdown/post/phil.md @@ -1,4 +1,4 @@ -[![Homepage](../img/heart.png)](../index.html) +[![Homepage](../img/banner.png)](../index.html) # No Non-free JS here diff --git a/page/about.html b/page/about.html index bdad497..4f0f333 100644 --- a/page/about.html +++ b/page/about.html @@ -9,7 +9,7 @@ -

Homepage

+

Homepage

About Me

really though what did you expect a blog post?

Who I am

diff --git a/page/links.html b/page/links.html index 4f58298..44a3f4b 100644 --- a/page/links.html +++ b/page/links.html @@ -9,7 +9,7 @@ -

Homepage

+

Homepage

Links and places to find me online

Professional Links/Business inquires

I would highly prefer that you contact me via email so that I may get to the message in a timely manner. I typically respond within 24 hours but there are no guarantees:

diff --git a/post/mapping.html b/post/mapping.html index 744ae2e..fd35ac7 100644 --- a/post/mapping.html +++ b/post/mapping.html @@ -9,7 +9,7 @@ -

HomePage

+

HomePage

Link to the map I discuss here

FeverStrafe

To clear up some confusion, feverStrafe is a Reflex Race map I made a few months ago but never got around to finishing due to some issues with time, and motivation. After a few months I came back to see what I had made so far and realized if this was to ever be release worthy it would have to go through a through cleaning.

diff --git a/post/open.html b/post/open.html index 490837d..40c3c84 100644 --- a/post/open.html +++ b/post/open.html @@ -9,7 +9,7 @@ -

Homepage

+

Homepage

All done setting up

Finally after some struggling with various git clients and learning to use some new tools the source code for this website is finally up and hosted on Gitlab.

diff --git a/post/phil.html b/post/phil.html index 90890dd..fee693b 100644 --- a/post/phil.html +++ b/post/phil.html @@ -9,7 +9,7 @@ -

Homepage

+

Homepage

No Non-free JS here

To explain succintly, I don't like Javascript, especially considering how much power it has on a user's browser. Namely the issue being that while it used to mainly be focused around making websites look pretty it now also serves to execute malicious code; luckily I don't think that is too common but that fact alone makes JS for me, something which should be avoided.

It's JS's non-free abilities which I don't like and is why I am not going to be using it for any of my projects, unless it is a client-side only project where it is running on some local server.