summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-04 20:58:25 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-04 20:58:25 +0100
commited3ce3ec850b416d449c32f000467c83cbe2fe20 (patch)
tree4e49c5f4e357d657741efae2e4f1f5875e487c88 /site
parentInitial commit with previous content and a minimal theme (diff)
Various fixes related to absolute URLs
Diffstat (limited to 'site')
-rw-r--r--site/index.html4
-rw-r--r--site/posts/lisp-journey-getting-started.org4
-rw-r--r--site/style/main.css4
3 files changed, 7 insertions, 5 deletions
diff --git a/site/index.html b/site/index.html
index 442f5a5..b0e3609 100644
--- a/site/index.html
+++ b/site/index.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/FiraCode@1.207/distr/fira_code.css">
<link rel="stylesheet" href="https://edwardtufte.github.io/et-book/et-book.css">
- <link rel="stylesheet" href="/style/main.css">
+ <link rel="stylesheet" href="https://soap.coffee/~lthms/style/main.css">
<title></title>
</head>
<body id="vcard">
@@ -38,7 +38,7 @@
</dd>
</dl>
<dl>
- <dt><a href="https://mastodon.social/@lthms"><i class="fa fa-mastodon" aria-hidden="true"></i> @lthms@mastodon.social</a></dt>
+ <dt><a rel="me" href="https://mastodon.social/@lthms"><i class="fa fa-mastodon" aria-hidden="true"></i> @lthms@mastodon.social</a></dt>
<dd>
My personal account on the fediverse. I mostly toot about functional
programming languages, formal methods, and my Emacs configuration.
diff --git a/site/posts/lisp-journey-getting-started.org b/site/posts/lisp-journey-getting-started.org
index b354034..3d8a6c1 100644
--- a/site/posts/lisp-journey-getting-started.org
+++ b/site/posts/lisp-journey-getting-started.org
@@ -219,7 +219,9 @@ file:
To bundle the game, we can use ~sbcl~ from our command line interface.
#+BEGIN_SRC bash
-sbcl --eval "(ql:quickload :lysk/bundle)" --eval "(lysk.bundle:deliver)" --quit
+sbcl --eval "(ql:quickload :lysk/bundle)" \
+ --eval "(lysk.bundle:deliver)" \
+ --quit
#+END_SRC
* Conclusion
diff --git a/site/style/main.css b/site/style/main.css
index 39b41c0..f997fd2 100644
--- a/site/style/main.css
+++ b/site/style/main.css
@@ -55,8 +55,8 @@ body#default .paragraph {
/* org-mode output */
.footpara {
- display: inline-block;
- margin-left: .4em;
+ display: inline;
+ margin-left: .2em;
}
/* index */