feat: add og tags for nicer previews
Everything that you have hardcoded here should instead be pulled from the config. Here's a jekyll theme that does what you're looking for https://github.com/sujaykundu777/devlopr-jekyll/blob/master/_includes/head.html
feat: add blog
Generally I'd avoid using pulling in the baseurl. This makes local development more difficult and prevents have multiple domains with the same content (eg. deploying as a Tor Hidden Service)
feat: add blog
Please see https://git.distrust.co/public/website/pulls/7/files#issuecomment-385 and apply that to all references of {{ site.baseurl }}