123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" encoding="utf-8"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
- <head>
- <!-- 2024-01-27 Sat 11:58 -->
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <title>‎</title>
- <meta name="author" content="Joshua Allen Branson,,," />
- <meta name="generator" content="Org Mode" />
- <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"/>
- </head>
- <body>
- <div id="preamble" class="status">
- <nav><a href="./index.html">Home</a><a href="./about.html">About</a><a href="./blog/index.html">Blog</a></nav>
- </div>
- <div id="content" class="content">
- <p>
- This document will hopefully keep track of all of the things that
- should be done to make this blog super legit!
- </p>
- <div id="outline-container-org56449e3" class="outline-2">
- <h2 id="org56449e3">Let's get some nice CSS</h2>
- </div>
- <div id="outline-container-orgc30a9b4" class="outline-2">
- <h2 id="orgc30a9b4">Let's automate inserting the horizontal navigation bar at the top of the site</h2>
- <div class="outline-text-2" id="text-orgc30a9b4">
- <p>
- One currently has to do this insert this bit of code into a file to
- make it work:
- </p>
- <p>
- <code>#+INCLUDE: "./nav.org"</code>
- </p>
- </div>
- </div>
- <div id="outline-container-orge8b0899" class="outline-2">
- <h2 id="orge8b0899">Let's create a page called "blog" that lists the links to the individual blog posts</h2>
- </div>
- <div id="outline-container-org190b8e3" class="outline-2">
- <h2 id="org190b8e3"><span class="todo TODO">TODO</span> Let's hightlight code snippets</h2>
- <div class="outline-text-2" id="text-org190b8e3">
- <p>
- You need to install htmlize.el to get this to work.
- </p>
- <p>
- Then you should probably create a custom CSS page, so that everyone
- who generates the site, can generate the same website.
- </p>
- </div>
- </div>
- <div id="outline-container-orge8d68fc" class="outline-2">
- <h2 id="orge8d68fc"><span class="todo TODO">TODO</span> Create a ./render-locally script in Emacs lisp</h2>
- <div class="outline-text-2" id="text-orge8d68fc">
- <p>
- So that everyone can easily render the website.
- </p>
- </div>
- </div>
- </div>
- <div id="postamble" class="status">
- <p class="author">Author: Joshua Allen Branson,,,</p>
- <p class="date">Created: 2024-01-27 Sat 11:58</p>
- <p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
- </div>
- </body>
- </html>
|