1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 14:26:41 -04:00

upgrade Hugo to v0.60.1 (new markdown parser)

This commit is contained in:
2019-12-01 21:21:11 -05:00
parent 67d212d4d1
commit e8bf1881c8
21 changed files with 184 additions and 113 deletions

View File

@ -29,4 +29,10 @@ div.highlight span {
&.gs {
font-weight: bold;
}
// TODO: line numbers
&.ln {
color: #999999;
margin-right: 1.5em;
}
}

View File

@ -35,13 +35,13 @@ main#list {
clear: both;
}
&:last-child {
margin-bottom: 1.8em;
}
+ li {
margin-top: 1.3em;
}
&:last-child {
margin-bottom: 1.8em;
}
}
}
}