From aeb83f835384a7513fa2c51a955302a83ecb1bec Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Wed, 19 Jan 2022 14:13:51 -0500 Subject: [PATCH] Change layout styling, use sans-serif typeface, remove articles sub page and place blog posts on homepage --- _config.yml | 2 +- _includes/aside.html | 17 +++++++++++++++++ _includes/footer.html | 4 +++- _includes/head.html | 2 +- _includes/header.html | 5 ++--- _includes/navigation.html | 8 +------- _layouts/bloglist.html | 21 ++++++++++++++------- _layouts/default.html | 1 - _layouts/page.html | 2 ++ _layouts/post.html | 5 ++--- about.md | 28 ++++++++++++++++++++++++++-- articles/index.html | 29 ----------------------------- index.html | 11 +++++++++++ index.md | 39 --------------------------------------- privacy.md | 2 +- style.css | 33 ++++++++++++++++++++++++--------- 16 files changed, 105 insertions(+), 104 deletions(-) create mode 100644 _includes/aside.html delete mode 100644 articles/index.html create mode 100644 index.html delete mode 100644 index.md diff --git a/_config.yml b/_config.yml index 76b6537..b4f7b1d 100644 --- a/_config.yml +++ b/_config.yml @@ -48,7 +48,7 @@ cloudinary: markdown: kramdown kramdown: - footnote_backlink: "[return]" + footnote_backlink: "↩︎" compress_html: clippings: all diff --git a/_includes/aside.html b/_includes/aside.html new file mode 100644 index 0000000..1fc224f --- /dev/null +++ b/_includes/aside.html @@ -0,0 +1,17 @@ + \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index cf70c93..cc13491 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,7 +1,9 @@