cleaned up makefile - keeping it barebones for now; new post
This commit is contained in:
parent
444e24b7f7
commit
e3e5ec3aac
@ -18,6 +18,11 @@
|
||||
<strong><a href="https://gitlab.com/AlejandroS/shockrah-city">Site Source Code</a></strong></p>
|
||||
</blockquote>
|
||||
<hr />
|
||||
<h3 id="first-foray-into-big-projects"><strong><a href="./post/qca1.html">First Foray into big Projects</a></strong></h3>
|
||||
<blockquote>
|
||||
<p><em>June 25, 2018</em><br />
|
||||
Sometimes you just gotta go ham </p>
|
||||
</blockquote>
|
||||
<h3 id="this-time-for-real"><strong><a href="./post/open.html">This time for real</a></strong></h3>
|
||||
<blockquote>
|
||||
<p><em>June 18, 2018</em><br />
|
||||
|
5
index.md
5
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 \
|
||||
|
12
make.sh
12
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
|
||||
|
@ -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
|
||||
|
||||
|
24
post/qca1.html
Normal file
24
post/qca1.html
Normal file
@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<meta name="generator" content="pandoc" />
|
||||
<title></title>
|
||||
<style type="text/css">code{white-space: pre;}</style>
|
||||
<link rel="stylesheet" href="bstyle.css" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<p><a href="../index.html"><img src="../img/banner.png" alt="Homepage" /></a></p>
|
||||
<h1 id="quake-champions-academy-back-from-the-dead">Quake Champions Academy Back from the Dead</h1>
|
||||
<p>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.</p>
|
||||
<h2 id="some-background-first">Some Background First</h2>
|
||||
<p>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.</p>
|
||||
<p>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 <em>playing</em> 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, (<em>very unwillingly</em>) on hosting the site on a google site.</p>
|
||||
<h2 id="hoo-boy-into-the-lions-den">Hoo boy into the lion's den</h2>
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
<p>For now if you want to check out the site you can look for it here:<br />
|
||||
https://sites.google.com/view/qcacademy/home</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user