From e3e5ec3aacd4f4f65210a0029bb84d477eb4e946 Mon Sep 17 00:00:00 2001 From: AlejandroS Date: Mon, 25 Jun 2018 00:10:06 -0700 Subject: [PATCH] cleaned up makefile - keeping it barebones for now; new post --- index.html | 5 +++++ index.md | 5 +++++ make.sh | 12 +++--------- markdown/post/qca1.md | 26 +++++++++++++++++++++++++- post/qca1.html | 24 ++++++++++++++++++++++++ 5 files changed, 62 insertions(+), 10 deletions(-) create mode 100644 post/qca1.html diff --git a/index.html b/index.html index d06ffe3..698c6be 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,11 @@ Site Source Code


+

First Foray into big Projects

+
+

June 25, 2018
+Sometimes you just gotta go ham  

+

This time for real

June 18, 2018
diff --git a/index.md b/index.md index 67475d6..3d04d6b 100644 --- a/index.md +++ b/index.md @@ -9,6 +9,11 @@ > **[Site Source Code](https://gitlab.com/AlejandroS/shockrah-city)** ------ + +### **[First Foray into big Projects](./post/qca1.html)** +> _June 25, 2018_ \ +> Sometimes you just gotta go ham \ + ### **[This time for real](./post/open.html)** > _June 18, 2018_ \ > terminal commands > gui \ diff --git a/make.sh b/make.sh index 5603e06..92a995e 100755 --- a/make.sh +++ b/make.sh @@ -6,14 +6,7 @@ post() { then # compile the new post and drop it in ./post/ pandoc markdown/post/$1 --css bstyle.css -s -o post/${1%.*}.html - # check if we should change index's decription - if [ $2 == "new" ] - then - echo "Rebuilding index.html" - # using md file automatically cat out the header as a title - updateIndex $1 - fi - else + else # error message incase file was not found echo "File \"$1\" not found in markdown/post" fi @@ -29,7 +22,8 @@ page() { fi } - +# TODO: update the func so that it injects a description into the markdown file and then compiles +# Using this function to update the index function updateindex() { arg1 = $1 arg2 = $2 diff --git a/markdown/post/qca1.md b/markdown/post/qca1.md index 7e2b1c0..b5e559c 100644 --- a/markdown/post/qca1.md +++ b/markdown/post/qca1.md @@ -1,5 +1,29 @@ +[![Homepage](../img/banner.png)](../index.html) + # Quake Champions Academy Back from the Dead Finally after nearly a year I've started working on my Quake Chamions Academy project again but this time I have some specific goals in mind besides just, run lots of community events. -Some background first since this is probably all sounding a bit strange. +## Some Background First + +Quake Champions Academy is a discord server/community that I set up about a year ago when QC(Quake Champions) went into the open beta with the initial inention of using the server to host 2v2 tournaments every weekend. +Of course this was a massive time sink and couldn't really do it every weekend, so eventually had to stop. +In the meantime I managed to acrue around 100 or so members to the channel so I figured I would need more reasonable method of keeping people around. +This is where I came up with the idea of creating an "Academy" Server where people can come learn about the game and maybe meet some new people in the process. + + +Ultimately the server died down quite a bit with the game as well but since it went free-to-play for 2 weeks it means that tons of new playesr have been coming in. +Since there were so many new players, and people seemed to be actually actually enjoying *playing* the game I saw it as a perfect time to get the old website idea into reality. +There was one main problem... the people who can help me is not plentiful and don't know how to use tools like git/HTML/CSS/JS etc etc. +So I eventually settled, (*very unwillingly*) on hosting the site on a google site. + +## Hoo boy into the lion's den + +I'm aware of how closed down of a platform sites.google.com really is but honestly I'm also aware of the danger of keeping barrier to enty for contribution unrealistically high for other people. +I won't be able to get to open sourcing the site just yet but at some point I will be getting to that, right now it's a matter of turning into a kind of wiki for new players to use as a guide so that they aren't so lost when playing. + +At least for now the site is up, and it's getting useful information uploaded to it, philosophy aside it provides a practical use which I beleive to be of higher precedence at this time than making it free. + +For now if you want to check out the site you can look for it here: \ +https://sites.google.com/view/qcacademy/home + diff --git a/post/qca1.html b/post/qca1.html new file mode 100644 index 0000000..dcb6331 --- /dev/null +++ b/post/qca1.html @@ -0,0 +1,24 @@ + + + + + + + + + + + +

Homepage

+

Quake Champions Academy Back from the Dead

+

Finally after nearly a year I've started working on my Quake Chamions Academy project again but this time I have some specific goals in mind besides just, run lots of community events.

+

Some Background First

+

Quake Champions Academy is a discord server/community that I set up about a year ago when QC(Quake Champions) went into the open beta with the initial inention of using the server to host 2v2 tournaments every weekend. Of course this was a massive time sink and couldn't really do it every weekend, so eventually had to stop. In the meantime I managed to acrue around 100 or so members to the channel so I figured I would need more reasonable method of keeping people around. This is where I came up with the idea of creating an "Academy" Server where people can come learn about the game and maybe meet some new people in the process.

+

Ultimately the server died down quite a bit with the game as well but since it went free-to-play for 2 weeks it means that tons of new playesr have been coming in. Since there were so many new players, and people seemed to be actually actually enjoying playing the game I saw it as a perfect time to get the old website idea into reality. There was one main problem... the people who can help me is not plentiful and don't know how to use tools like git/HTML/CSS/JS etc etc. So I eventually settled, (very unwillingly) on hosting the site on a google site.

+

Hoo boy into the lion's den

+

I'm aware of how closed down of a platform sites.google.com really is but honestly I'm also aware of the danger of keeping barrier to enty for contribution unrealistically high for other people. I won't be able to get to open sourcing the site just yet but at some point I will be getting to that, right now it's a matter of turning into a kind of wiki for new players to use as a guide so that they aren't so lost when playing.

+

At least for now the site is up, and it's getting useful information uploaded to it, philosophy aside it provides a practical use which I beleive to be of higher precedence at this time than making it free.

+

For now if you want to check out the site you can look for it here:
+https://sites.google.com/view/qcacademy/home

+ +