Git repo for my website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

68 lines
1.9 KiB

  1. <!-- Blog -->
  2. <!-- ./res/mkd/blog.md -->
  3. <html lang="en">
  4. <head>
  5. <meta charset=utf-8>
  6. <meta name=viewport content=with=device-width>
  7. <title>
  8. Blog - easthighNerd
  9. </title>
  10. <link href="/res/css/main.css" rel="stylesheet">
  11. <link rel="icon" type="image/png" href="/res/img/favicon.png"/>
  12. </head>
  13. <body>
  14. <nav>
  15. <a href="/">
  16. Home
  17. </a>
  18. <br>
  19. <br>
  20. <a href="/blog/">
  21. Blog
  22. </a>
  23. <br>
  24. <br>
  25. <a href="https://raru.re/@easthighNerd/" target="_blank">
  26. Mastodon
  27. </a>
  28. <br>
  29. <br>
  30. <!-- <a href="https://pixelfed.social/@easthighNerd/" target="_blank">
  31. Pixelfed
  32. </a>
  33. <br>
  34. <br> -->
  35. <a href="https://git.easthighnerd.me/easthighNerd/" target="_blank">
  36. Gitea
  37. </a>
  38. <br>
  39. <br>
  40. <a href="/software_i_use/">
  41. Software I Use
  42. </a>
  43. <br>
  44. <br>
  45. <a href="/other_interweb_peoples/">
  46. Other Interweb Peoples
  47. </a>
  48. <br>
  49. <br>
  50. <a href="/external_links/">
  51. External Links
  52. </a>
  53. <br>
  54. <br>
  55. <a href="/contact/">
  56. Contact
  57. </a>
  58. </nav>
  59. <main>
  60. <h1 id="read-my-dumb-thoughts-at-your-own-peril">Read my dumb thoughts at your own peril!</h1>
  61. <ul>
  62. <li>2022/11/05 - <a href="/blog/2022/11/why_my_website_is_nothing_fancy/" target="_blank">Why My Website is Nothing Fancy</a></li>
  63. <li>2019/05/26 - <a href="/blog/2019/05/nexus_7_2013_wifi-and-ubuntu-touch/" target="_blank">Nexus 7 2013 (WiFi) and Ubuntu Touch</a></li>
  64. </ul>
  65. </main>
  66. </body>
  67. </html>