edit 404 and change author info

Amolith created

Change summary

404.html                  | 5 +++--
_config.yml               | 2 +-
_includes/post/about.html | 4 ++--
3 files changed, 6 insertions(+), 5 deletions(-)

Detailed changes

404.html 🔗

@@ -6,9 +6,10 @@ sitemap:
 ---
 
 <h2 class="go-home">
-    I suggest you <a href="/">going home</a>, it's 404 and it's getting dark!
+    I suggest you <a href="/">go home</a>.
+    It's 404 and getting dark . . .
 </h2>
 
 
 <!-- Adding the glitch effect -->
-<script> document.getElementsByTagName('body')[0].classList.add('glitch'); </script>
+<script> document.getElementsByTagName('body')[0].classList.add('glitch'); </script>

_config.yml 🔗

@@ -5,7 +5,7 @@ description: >
   line in _config.yml. It will appear in your document head meta (for
   Google search results) and in your feed.xml site description.
 
-baseurl: "/blog/" # the subpath of your site, e.g. /blog/
+baseurl: "/blog" # the subpath of your site, e.g. /blog/
 url: "https://nixnet.xyz" # the base hostname & protocol for your site
 
 author:

_includes/post/about.html 🔗

@@ -1,7 +1,7 @@
 <div class="about">
     <div class="about__devider">*****</div>
     <div class="about__text">
-        Written by <strong> {% if page.author.fullname %} {{ page.author.fullname }} {% else %} {{ site.author.fullname }} {% endif %}</strong>
+        Written by the pseudonymous<strong> {% if page.author.fullname %} {{ page.author.fullname }} {% else %} {{ site.author.fullname }} {% endif %}</strong>
         on <strong>{{ page.date | date: "%d %B %Y" }}</strong>
     </div>
-</div>
+</div>