index.html 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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>New Site Who 'Dis? | A Blog or Some Shit</title>
  15. <meta name="generator" content="Zola">
  16. <meta name="description" content="What is this?!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
  17. way to long. I had some newer…">
  18. <meta name="author" content="">
  19. <link rel="canonical" href="https://byron.games/posts/new-site/">
  20. <script type="application/ld+json">
  21. {
  22. "@context": "https://schema.org",
  23. "@type": "BlogPosting",
  24. "mainEntityOfPage": {
  25. "@type": "WebPage",
  26. "@id": "https://byron.games/posts/new-site"
  27. },
  28. "headline": "New Site Who &#x27;Dis?",
  29. "description": "What is this?!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
  30. way to long. I had some newer…",
  31. "wordcount": "168",
  32. "datePublished": "2024-03-14T00:00:00+00:00",
  33. "dateModified": "2024-03-14T00:00:00+00:00",
  34. "author": {
  35. "@type": "Person",
  36. "name": ""
  37. },
  38. "publisher": {
  39. "@type": "Organization",
  40. "name": "New Site Who &#x27;Dis?",
  41. "logo": {
  42. "@type": "ImageObject",
  43. "url": "https://byron.games/images/logo.png"
  44. }
  45. }
  46. }
  47. </script>
  48. </head>
  49. <body>
  50. <header>
  51. <div class="container">
  52. <a id="a-title" href="https://byron.games">
  53. <h1>A Blog or Some Shit</h1>
  54. </a>
  55. <h2></h2>
  56. <nav id="navbar">
  57. <a href="https:&#x2F;&#x2F;vtt.byron.games" class="btn">Foundry</a>
  58. <a href="https:&#x2F;&#x2F;km.byron.games" class="btn">King Maker Wiki</a>
  59. <a href="https://byron.games/about" class="btn">About</a>
  60. <a href="https://byron.games/tags" class="btn">Tags</a>
  61. </nav>
  62. </div>
  63. </header>
  64. <div class="container">
  65. <main>
  66. <article class="page">
  67. <div class="header-container">
  68. <h2>New Site Who &#x27;Dis?</h2>
  69. </div>
  70. <div class="page-info">
  71. <span>Tags = [
  72. <a href="https://byron.games/tags/links/" class="page-tag">Links</a> ]
  73. </span>
  74. <time class="page-time smaller" datetime="2024-03-14T00:00:00+00:00">
  75. Posted on March 14, 2024 at 00:00 UTC
  76. </time>
  77. </div>
  78. <div class="entry">
  79. <h1 id="what-is-this">What is this?!</h1>
  80. <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
  81. 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
  82. 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
  83. services.</p>
  84. <p>This url use to link directly to my foundry vtt server, thats now on a subdomain:</p>
  85. <ul>
  86. <li><a href="https://vtt.byron.games">Foundry</a></li>
  87. </ul>
  88. <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>
  89. <ul>
  90. <li><a href="https://km.byron.games">King Maker Wiki</a></li>
  91. </ul>
  92. <p>If you actually know about this server, then these links will make sense, else why are you here? 😺</p>
  93. </div>
  94. </article>
  95. </main>
  96. </div>
  97. <footer>
  98. <span class="copyright">&copy; 2024 - 2025 </span>
  99. </footer>
  100. </body>
  101. </html>