Add blog post list and placeholder blog post
• add blog post list • add css specificially for the blog and projects pages • make layouts more modular for including different CSS on each page • use HTML for directory pages for better use with Liquid
This commit is contained in:
@ -8,4 +8,6 @@ $title-text: $foreground;
|
||||
$title-font: 'Barlow', sans-serif;
|
||||
|
||||
$body-text: $foreground;
|
||||
$body-font: 'Open Sans', sans-serif;
|
||||
$body-text-subtle: $subtle;
|
||||
$body-font: 'Open Sans', sans-serif;
|
||||
$body-size: 18px;
|
||||
|
@ -1,3 +0,0 @@
|
||||
$mobile-width: 600px;
|
||||
|
||||
$mobile-header-height: 70px;
|
Reference in New Issue
Block a user