1
0

switch to a mdbook-like file layout, using src/ and out/

Unlike mdbook, the out/ directory contains needed assets and is not expendable.
This commit is contained in:
Simon Michael
2023-11-27 19:10:08 -10:00
parent 1b40d16358
commit 6f67b1bc2c
18 changed files with 17 additions and 9 deletions

25
out/css/site.css Normal file
View File

@@ -0,0 +1,25 @@
body {
background-color:white;
}
h1, h2, h3 {
font-weight:bold;
white-space:nowrap;
}
/*
p > strong > a, p > strong > a:hover {
text-decoration:none;
color:black;
}
*/
.tight p {
margin:0;
}
/*
li {
margin-bottom:0;
}
*/