Set up a basic Jekyll theme

This commit is contained in:
Dustin J. Mitchell 2022-03-05 17:41:44 -05:00 committed by Tomas Babej
parent e2ef45a06e
commit 377f517154
3 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
---
@import "{{ site.theme }}";
.page-header {
padding: 1rem 2rem;
}