Implement Jekyll

This commit is contained in:
Matthew Grove
2019-01-25 18:03:10 +00:00
parent a81a51264c
commit 9557a47721
60 changed files with 5296 additions and 192 deletions

9
css/article-page.css Normal file
View File

@@ -0,0 +1,9 @@
.mdc-typography--headline2, .mdc-typography--subtitle1 {
text-transform: capitalize;
}
.mdc-typography--headline2, .mdc-typography--subtitle1, figure {
margin: 5px;
}
.mdc-typography--caption-text {
font-style: italic;
}