From 9c056ab755ed8a318e02eff9f42192bbd721227a Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 21 Jul 2024 16:27:13 +0200 Subject: [PATCH] little tweaks --- README.md | 7 +++++++ _includes/footer.html | 2 +- _includes/project_summary.html | 4 +++- _posts/2024-05-17-threejs-earth.md | 2 +- _sass/_vars.scss | 6 +++++- _sass/blogroll.scss | 21 ++++++++++++++------- _sass/projects.scss | 7 +++---- _sass/thesis_styles.scss | 2 +- highlights.md | 12 +++++++----- 9 files changed, 42 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 72a1b88..441c2b6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,14 @@ Generates my personal website. ## Installing Ruby You probably want to run ruby from a version manager like `chruby`, see [here](https://jekyllrb.com/docs/installation/macos/). +## Changes checklist +A list of things to check once in a while to make sure I haven't broken them inadvertently. +- Mobile and web layouts looks ok. +- Dark mode and light mode both look ok. +- OG tags render nicely, use https://www.opengraph.xyz/ + ## Todo + - change the OG image used for the landing page so it's not just my face. - add humans.txt https://humanstxt.org/ - fix the OG tags so that https://cards-dev.twitter.com/validator works - consider switching to using pandoc as a markdown renderer diff --git a/_includes/footer.html b/_includes/footer.html index e8fada3..8eb9ea2 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,6 +1,6 @@