better static stuff
This commit is contained in:
parent
da996d1b6d
commit
d324baf487
4
Makefile
4
Makefile
|
@ -27,8 +27,8 @@ $(www)/%.html: $(src)/%.md $(www)
|
||||||
$(post_index): $(post-sources)
|
$(post_index): $(post-sources)
|
||||||
$(INDEXCC) $^ -o $@
|
$(INDEXCC) $^ -o $@
|
||||||
|
|
||||||
$(www_root)/static:
|
$(www_root)/static: static
|
||||||
cp -R static $@
|
cp -R static $(www_root)
|
||||||
|
|
||||||
$(POSTCC): $(post_compiler)
|
$(POSTCC): $(post_compiler)
|
||||||
dune build
|
dune build
|
||||||
|
|
|
@ -30,7 +30,7 @@ html {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Latin Modern Roman', Georgia, serif;
|
font-family: 'Latin Modern Roman', Georgia, serif;
|
||||||
font-size: 110%;
|
font-size: 120%;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
|
||||||
max-width: 100ch;
|
max-width: 100ch;
|
||||||
|
|
Loading…
Reference in New Issue