TODO.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  5. <head>
  6. <!-- 2024-01-27 Sat 11:58 -->
  7. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1" />
  9. <title>&lrm;</title>
  10. <meta name="author" content="Joshua Allen Branson,,," />
  11. <meta name="generator" content="Org Mode" />
  12. <link rel="stylesheet" href="./css/normalize.css" type="text/css"/><link rel="stylesheet" href="./css/default-org-stylesheet.css" type="text/css"/><link rel="stylesheet" href="./css/stylesheet.css" type="text/css"/>
  13. </head>
  14. <body>
  15. <div id="preamble" class="status">
  16. <nav><a href="./index.html">Home</a><a href="./about.html">About</a><a href="./blog/index.html">Blog</a></nav>
  17. </div>
  18. <div id="content" class="content">
  19. <p>
  20. This document will hopefully keep track of all of the things that
  21. should be done to make this blog super legit!
  22. </p>
  23. <div id="outline-container-org56449e3" class="outline-2">
  24. <h2 id="org56449e3">Let's get some nice CSS</h2>
  25. </div>
  26. <div id="outline-container-orgc30a9b4" class="outline-2">
  27. <h2 id="orgc30a9b4">Let's automate inserting the horizontal navigation bar at the top of the site</h2>
  28. <div class="outline-text-2" id="text-orgc30a9b4">
  29. <p>
  30. One currently has to do this insert this bit of code into a file to
  31. make it work:
  32. </p>
  33. <p>
  34. <code>#+INCLUDE: "./nav.org"</code>
  35. </p>
  36. </div>
  37. </div>
  38. <div id="outline-container-orge8b0899" class="outline-2">
  39. <h2 id="orge8b0899">Let's create a page called "blog" that lists the links to the individual blog posts</h2>
  40. </div>
  41. <div id="outline-container-org190b8e3" class="outline-2">
  42. <h2 id="org190b8e3"><span class="todo TODO">TODO</span> Let's hightlight code snippets</h2>
  43. <div class="outline-text-2" id="text-org190b8e3">
  44. <p>
  45. You need to install htmlize.el to get this to work.
  46. </p>
  47. <p>
  48. Then you should probably create a custom CSS page, so that everyone
  49. who generates the site, can generate the same website.
  50. </p>
  51. </div>
  52. </div>
  53. <div id="outline-container-orge8d68fc" class="outline-2">
  54. <h2 id="orge8d68fc"><span class="todo TODO">TODO</span> Create a ./render-locally script in Emacs lisp</h2>
  55. <div class="outline-text-2" id="text-orge8d68fc">
  56. <p>
  57. So that everyone can easily render the website.
  58. </p>
  59. </div>
  60. </div>
  61. </div>
  62. <div id="postamble" class="status">
  63. <p class="author">Author: Joshua Allen Branson,,,</p>
  64. <p class="date">Created: 2024-01-27 Sat 11:58</p>
  65. <p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
  66. </div>
  67. </body>
  68. </html>