summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-08-27 18:37:12 +0200
committerThomas Letan <lthms@soap.coffee>2020-08-27 18:37:12 +0200
commitd3c4056492f95e193d5e4f5273fc3510c223b5f2 (patch)
tree0722494347fab355dd3f0a39c481035570fe70ab /site
parentSimplify the theme (diff)
Additional tweaks to the design
Diffstat (limited to 'site')
-rw-r--r--site/cleopatra.org3
-rw-r--r--site/cleopatra/soupault.org2
-rw-r--r--site/cleopatra/theme.org19
-rw-r--r--site/index.org24
4 files changed, 18 insertions, 30 deletions
diff --git a/site/cleopatra.org b/site/cleopatra.org
index 7060b66..e5f8437 100644
--- a/site/cleopatra.org
+++ b/site/cleopatra.org
@@ -47,6 +47,9 @@ written as literate programs.
generator. We leverage *~soupault~* to provide a unified look and feel to a
website generated with diverse tools.
+*Appendix:* In case you are curious, you can have a look at
+[[./posts/CleopatraV1.html][the first implementaiton of *~cleopatra~*]].
+
#+BEGIN_EXPORT html
</article>
#+END_EXPORT
diff --git a/site/cleopatra/soupault.org b/site/cleopatra/soupault.org
index 0675ae7..2c3eb4e 100644
--- a/site/cleopatra/soupault.org
+++ b/site/cleopatra/soupault.org
@@ -388,7 +388,7 @@ table
border-top : 2px solid black
border-bottom : 2px solid black
border-collapse : collapse
- max-width : 35rem
+ width : 35rem
td
border-bottom : 1px solid black
diff --git a/site/cleopatra/theme.org b/site/cleopatra/theme.org
index 4c2ea26..49bbdfd 100644
--- a/site/cleopatra/theme.org
+++ b/site/cleopatra/theme.org
@@ -100,11 +100,12 @@ noscript.parentNode.removeChild(noscript);
</p>
<p>
- This website has been generated using a collection of
- <a href="/posts/Thanks.html">awesome free software projects</a>. You can
- have a look at <a href="https://code.soap.coffee/writing/lthms">the source
- of this webpage</a>, and if you have find an error, feel free to <a
- href="mailto:">shoot me an email</a>.
+ This website has been generated using a collection of <a
+ href="/posts/Thanks.html">awesome free software projects</a>. You can have
+ a look at <a href="https://code.soap.coffee/writing/lthms.git/">the source of
+ this webpage</a> or <a href="/cleopatra.html">how it is being
+ generated</a>, and if you have find an error, feel free to <a
+ href="mailto:lthms@soap.coffee">shoot me a friendly email</a>.
</p>
</footer>
<script>
@@ -124,6 +125,7 @@ html
font-size : 100%
body
+ font-family : 'et-book', serif
padding : 2rem
main p,
@@ -153,8 +155,8 @@ header ul
gap : 1rem
main
- padding-top : 1rem
- padding-bottom : 1rem
+ padding-top : 2rem
+ padding-bottom : 2rem
footer img
border-radius : 100%
@@ -163,6 +165,9 @@ footer img
margin-left : 1rem
margin-bottom : 1rem
+pre
+ overflow-x : auto
+
code,
tt,
pre
diff --git a/site/index.org b/site/index.org
index ff77c3d..bc400af 100644
--- a/site/index.org
+++ b/site/index.org
@@ -11,7 +11,8 @@ lacked in regularity I made up for in subject exoticism.
If you like what you read, have a question or for any other reasons really, you
can shoot an [[mailto:lthms@soap.coffee][email]], or start a discussion on
-whichever site you like (I personnaly enjoy [[https://lobste.rs][Lobste.rs]]
+whichever site you like (I personnaly enjoy
+[[https://lobste.rs/search?q=domain%3Asoap.coffee&what=stories&order=relevance][Lobste.rs]]
very much).
* About Coq
@@ -72,27 +73,6 @@ Common Lisp is a venerable programming languages like no other I know.
From the creation of a Lisp package up to the creation of a standalone
executable.
-* About this website
-
-One of my goal with this website is for it to /feel/ simple, but the truth is
-under the hood it is generated from a bunch of files using a not-that-simple
-process.
-
-- [[./cleopatra.html][A Series on Generating this Static Website]] ::
- This series consolidates the [[https://cleopatra.soap.coffee][*~cleopatra~*]]
- generation processes used to build this website. That is, each write-up is a
- literate program responsible for a particular step of the build process, and
- you are guaranteed that the code you read is the code that has been used to
- generate the HTML page you read it from.
-
- 1. [[./cleopatra/theme.org][Theming with SASS ~(TODO)~]]
- 2. [[./cleopatra/coq.org][Authoring Contents As Coq Documents ~(TODO)~]]
- 3. [[./cleopatra/org.org][Authoring Contents As Org Documents ~(TODO)~]]
- 4. [[./cleopatra/soupault.org][Processing HTML with ~soupault~]]
-
-- [[./posts/CleopatraV1.html][*~cleopatra~* the First]] ::
- This write-up is the literate program of the first version of *~cleopatra~*,
- before it became a command-line program implemented in Rust.
#+BEGIN_EXPORT html
</article>