index.html 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <!DOCTYPE html><html lang="en-US" xml:lang="en-US">
  2. <head>
  3. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  6. <link rel="shortcut icon" type="image/png" sizes="32x32" href="https://byron.games/images/favicon.png">
  7. <link rel="stylesheet" href="https://byron.games/main.css">
  8. <meta name="theme-color" content="#151515">
  9. <meta name="msapplication-navbutton-color" content="#151515">
  10. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  11. <meta name="robots" content="index, follow">
  12. <meta name="googlebot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
  13. <meta name="bingbot" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
  14. <title>A Blog or Some Shit</title>
  15. <meta name="generator" content="Zola">
  16. <meta name="description" content="">
  17. <meta name="author" content="">
  18. <link rel="canonical" href="https://byron.games/">
  19. <script type="application/ld+json">
  20. {
  21. "@context": "https://schema.org",
  22. "@type": "WebSite",
  23. "url": "https://byron.games",
  24. "name": "A Blog or Some Shit",
  25. "description": "",
  26. "image": "https://byron.games/images/logo.png",
  27. "author": {
  28. "@type": "Person",
  29. "name": "",
  30. "url": "https://byron.games/about",
  31. "sameAs": [
  32. ]
  33. }
  34. }
  35. </script>
  36. </head>
  37. <body>
  38. <header>
  39. <div class="container">
  40. <a id="a-title" href="https://byron.games">
  41. <h1>A Blog or Some Shit</h1>
  42. </a>
  43. <h2></h2>
  44. <nav id="navbar">
  45. <a href="https:&#x2F;&#x2F;vtt.byron.games" class="btn">Foundry</a>
  46. <a href="https:&#x2F;&#x2F;km.byron.games" class="btn">King Maker Wiki</a>
  47. <a href="https://byron.games/about" class="btn">About</a>
  48. <a href="https://byron.games/tags" class="btn">Tags</a>
  49. </nav>
  50. </div>
  51. </header>
  52. <div class="container">
  53. <main>
  54. <div class="pages">
  55. <article class="page">
  56. <h2><a href="https://byron.games/posts/new-site/">New Site Who &#x27;Dis?</a></h2>
  57. <div class="page-info">
  58. <time class="smaller" datetime="2024-03-14T00:00:00+00:00">
  59. Posted on March 14, 2024 at 00:00 UTC
  60. </time>
  61. </div>
  62. <div class="entry">
  63. <h1 id="what-is-this">What is this?!</h1>
  64. <p>I have been wanting to redo my little home server project for a while. It has been running on a cranky old laptop with some aging hardware, un-backed up for
  65. way to long. I had some newer hardware sitting around unused, just need some RAM and a new HD (I had put all of that in another machine.) Plus my partner wants
  66. to move away from using Square Space :yuck, and the subscript is renewing in a few weeks, so might as well as self host it! Already paying to self host my own
  67. services.</p>
  68. <p>This url use to link directly to my foundry vtt server, thats now on a subdomain:</p>
  69. <ul>
  70. <li><a href="https://vtt.byron.games">Foundry</a></li>
  71. </ul>
  72. <p>I also moved the wiki we were using to a new subdomain, was looking at host a few different ones based on need, that is now at:</p>
  73. <ul>
  74. <li><a href="https://km.byron.games">King Maker Wiki</a></li>
  75. </ul>
  76. <p>If you actually know about this server, then these links will make sense, else why are you here? 😺😺</p>
  77. </div>
  78. <div class="page-footer">
  79. </div>
  80. </article>
  81. </div>
  82. </main>
  83. </div>
  84. <footer>
  85. <span class="copyright">&copy; 2024 - 2025 </span>
  86. </footer>
  87. </body>
  88. </html>