aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-12-17 19:26:29 +0000
committers-ol <s-ol@users.noreply.github.com>2019-12-17 19:27:26 +0000
commit19b4e92138bbcef9cde90a12141530e1bd6aa13a (patch)
treea01d30a2214b27e3772b7da61b411bf0960ff0cf /root
parentsome fixes in aspect-ratios (diff)
downloadmmm-19b4e92138bbcef9cde90a12141530e1bd6aa13a.tar.gz
mmm-19b4e92138bbcef9cde90a12141530e1bd6aa13a.zip
add sidenote support
Diffstat (limited to 'root')
-rw-r--r--root/articles/mmmfs/ba_log/2019-10-09/text$markdown.md2
-rw-r--r--root/articles/mmmfs/text$moonscript -> fn -> mmm$dom.moon2
2 files changed, 2 insertions, 2 deletions
diff --git a/root/articles/mmmfs/ba_log/2019-10-09/text$markdown.md b/root/articles/mmmfs/ba_log/2019-10-09/text$markdown.md
index 9fec148..702620d 100644
--- a/root/articles/mmmfs/ba_log/2019-10-09/text$markdown.md
+++ b/root/articles/mmmfs/ba_log/2019-10-09/text$markdown.md
@@ -3,7 +3,7 @@ and made the server load the fileder tree when it receives a request for content
This means that I can work on the content again and see changes in the browser without restarting the server every time \[[`97bc4a0`][97bc4a0]\],
This feature should be made unnecessary by the in-page editing feature, but until then it's important for my workflow.
-I also started cleaning up the mmmfs article a bit, and integrating this project log in a way that will make it available online soon5f78953becd422126a528b2c31dd611cb0b29ef6
+I also started cleaning up the mmmfs article a bit, and integrating this project log in a way that will make it available online soon.
[86bbe80]: https://git.s-ol.nu/mmm/commit/86bbe805a7ec49a8b891412713ea43d6e46d0d73/
[97bc4a0]: https://git.s-ol.nu/mmm/commit/97bc4a0d8d866026905eac6f0ba08b75f166219a/
diff --git a/root/articles/mmmfs/text$moonscript -> fn -> mmm$dom.moon b/root/articles/mmmfs/text$moonscript -> fn -> mmm$dom.moon
index eac77c6..f6c9cca 100644
--- a/root/articles/mmmfs/text$moonscript -> fn -> mmm$dom.moon
+++ b/root/articles/mmmfs/text$moonscript -> fn -> mmm$dom.moon
@@ -7,7 +7,7 @@
import article, h1, h2, h3, section, p, div, a, sup, ol, li, span, code, pre, br from html
import moon from (require 'mmm.highlighting').languages
- article with _this = style: { margin: 'auto', 'max-width': '750px' }
+ article with _this = class: 'sidenote-container', style: { 'max-width': '640px' }
append = (a) -> table.insert _this, a
footnote, getnotes = do