]> Untitled Git - monorepo.git/commitdiff
manually fix stem code blocks
authorPreston Pan <preston@nullring.xyz>
Fri, 26 Jan 2024 03:22:34 +0000 (19:22 -0800)
committerPreston Pan <preston@nullring.xyz>
Fri, 26 Jan 2024 03:22:34 +0000 (19:22 -0800)
blog/index.org
style.css

index a894a6db425cb0835e76f7b7d63e85653f235b7a..48270d49254ea85bf3ea4513051e8ae83afc44ed 100644 (file)
@@ -14,7 +14,7 @@ This blog is not going to be for my personal life in any capacity,
 technical or otherwise. Think about the blog like a mix between
 the wiki format of the mindmap and the journal format.
 
-* Blog Articles
+Blog Articles:
 @@html: <div class="links-page">@@
 #+begin_src shell :results output raw :exports both
 for f in *;
index d3dc6f9cc63c5f1aea653a32358458d6b3e5841f..c2b67abadc9b85e559f48c3c8ba524b183133849 100644 (file)
--- a/style.css
+++ b/style.css
@@ -160,10 +160,12 @@ pre {
   display: block;
   font-size: 15px;
 }
+
 #table-of-contents ul {
   list-style-type: none;
   padding-left: 0;
 }
+
 .content {
   margin-left: 160px; /* Same as the width of the sidebar */
   padding: 0px 10px;
@@ -181,9 +183,15 @@ pre {
 .preamble {
   font-size: 20px;
 }
+
+.postamble {
+  text-align: center;
+}
+
 pre.src-stem:before {
-  content: "stem";
+  content: "Stem";
 }
+
 .links-page > ul {
   columns: 2;
   -webkit-columns: 2;