aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <56338480+adastx@users.noreply.github.com>2022-08-27 22:53:11 +0200
committeradam <56338480+adastx@users.noreply.github.com>2022-08-28 00:26:47 +0200
commita072e5d9c7c2a8f7a3dbfb9ff810963cd3590180 (patch)
tree6be7fb6348c23f5f69babc613901e7c762fc9832
parentff7942bc6f3833d07b2875a864ac68c0a7cc4d38 (diff)
Better file organization
-rw-r--r--dst/.files3
-rw-r--r--dst/ase.html2
-rw-r--r--dst/game.html6
-rw-r--r--dst/index.html4
-rw-r--r--dst/sitemap.xml8
-rw-r--r--dst/spo.html (renamed from dst/SPO notes.html)2
-rw-r--r--src/_header.html2
-rw-r--r--src/game.md2
-rw-r--r--src/index.md2
-rw-r--r--src/spo.md (renamed from src/SPO notes.md)0
10 files changed, 17 insertions, 14 deletions
diff --git a/dst/.files b/dst/.files
index 36f8a9f..1917e09 100644
--- a/dst/.files
+++ b/dst/.files
@@ -1,2 +1,5 @@
./styles/style.css
./game.md
+./index.md
+./ase.md
+./spo.md
diff --git a/dst/ase.html b/dst/ase.html
index 6512fb9..f5ece4d 100644
--- a/dst/ase.html
+++ b/dst/ase.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Q1. Software Process Model - Waterfall &mdash; adast.xyz</title>
- <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
+ <link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
diff --git a/dst/game.html b/dst/game.html
index 8218c64..14cd15b 100644
--- a/dst/game.html
+++ b/dst/game.html
@@ -4,15 +4,15 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>My game &mdash; adast.xyz</title>
- <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
+ <title>Project Aftershock &mdash; adast.xyz</title>
+ <link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<header>
<a href="/" class="homepage-link">adast.xyz</a>
</header>
-<h1 id="my-game">My game</h1>
+<h1 id="project-aftershock">Project Aftershock</h1>
<blockquote>
<p>7<sup>th</sup> May 2021 &#8212; hello world!</p>
diff --git a/dst/index.html b/dst/index.html
index 6fe72af..7050fe7 100644
--- a/dst/index.html
+++ b/dst/index.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>adast.xyz</title>
- <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
+ <link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
@@ -20,7 +20,7 @@
<h2 id="posts">Posts</h2>
-<p>&#10148;&#8194;<a href="game.html">Project Aftershock &#47;&#47; Rizen&#8217;s Arena</a></p>
+<p>&#10148;&#8194;<a href="game.html">Project Aftershock</a></p>
<footer>
<a href="/" class="homepage-link">adast.xyz</a>
&nbsp;&mdash;&nbsp;
diff --git a/dst/sitemap.xml b/dst/sitemap.xml
index 7f2ed3b..d9cdd6e 100644
--- a/dst/sitemap.xml
+++ b/dst/sitemap.xml
@@ -4,8 +4,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
-<url><loc>https://adast.xyz/SPO notes.html</loc><lastmod>2022-08-27</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/game.html</loc><lastmod>2022-08-27</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/index.html</loc><lastmod>2022-08-27</lastmod><priority>1.0</priority></url>
-<url><loc>https://adast.xyz/ase.html</loc><lastmod>2022-08-27</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/game.html</loc><lastmod>2022-08-28</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/index.html</loc><lastmod>2022-08-28</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/ase.html</loc><lastmod>2022-08-28</lastmod><priority>1.0</priority></url>
+<url><loc>https://adast.xyz/spo.html</loc><lastmod>2022-08-28</lastmod><priority>1.0</priority></url>
</urlset>
diff --git a/dst/SPO notes.html b/dst/spo.html
index 998f68e..b6087e9 100644
--- a/dst/SPO notes.html
+++ b/dst/spo.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exam &mdash; adast.xyz</title>
- <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
+ <link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
diff --git a/src/_header.html b/src/_header.html
index 8a23615..d0dc361 100644
--- a/src/_header.html
+++ b/src/_header.html
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
- <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
+ <link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
diff --git a/src/game.md b/src/game.md
index a330de2..d97398a 100644
--- a/src/game.md
+++ b/src/game.md
@@ -1,4 +1,4 @@
-# My game
+# Project Aftershock
> 7<sup>th</sup> May 2021 &mdash; hello world!
diff --git a/src/index.md b/src/index.md
index 512af2c..d773691 100644
--- a/src/index.md
+++ b/src/index.md
@@ -5,4 +5,4 @@ My name is Adam and I am a computer nerd studying at Aalborg University. I am in
I'm currently working as a student developer at E-Komplet and I work on my multiplayer old-school arena shooter in my free time. I occasionally post videos of my game along with other stuff [here](https://youtube.com/c/adamski1).
## Posts
-&#10148;&ensp;[Project Aftershock // Rizen's Arena](game.html)
+&#10148;&ensp;[Project Aftershock](game.html)
diff --git a/src/SPO notes.md b/src/spo.md
index 06d676e..06d676e 100644
--- a/src/SPO notes.md
+++ b/src/spo.md