diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-05-25 16:56:49 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-05-25 16:56:49 +0100 |
commit | a04dd7aa40d4488fb09f6943de7e30a47a2a70ed (patch) | |
tree | 826790761c029f5592ba781cc530e477d3930232 | |
parent | 9b412ccf63f6a9a8a09054ebe5518f0cbada97c9 (diff) |
adjusted image alingment in about - you have to add tag style
-rw-r--r-- | content/about/index.md | 3 | ||||
-rw-r--r-- | content/blog/cats/cat_kills/index.md | 2 | ||||
-rw-r--r-- | content/blog/remind_me_to_read.md | 12 |
3 files changed, 10 insertions, 7 deletions
diff --git a/content/about/index.md b/content/about/index.md index e29a625..b5e2568 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -7,5 +7,6 @@ slug: "about" I am a person. -![hello](poser_guy.png "Me Me on a mountain") +<img src="poser_guy.png" alt="Me Me on a mountain" style="margin-left: 0px;"> +</div> diff --git a/content/blog/cats/cat_kills/index.md b/content/blog/cats/cat_kills/index.md index 6d60aa1..0ce65f0 100644 --- a/content/blog/cats/cat_kills/index.md +++ b/content/blog/cats/cat_kills/index.md @@ -7,7 +7,7 @@ draft: false A simple list of slaughtered fauna for 2021, each an innocent victim of one of [our three cats, Sadie, Cinnamon and Bob]({{< relref "#the-perpetrators" >}}). -## Current analysis as of 21 May 2021: +#### Current analysis as of 21 May 2021: <p><em>Starting to ramp up now after a slow start to the season.</em></p> diff --git a/content/blog/remind_me_to_read.md b/content/blog/remind_me_to_read.md index 6bd7d57..aa47f47 100644 --- a/content/blog/remind_me_to_read.md +++ b/content/blog/remind_me_to_read.md @@ -4,11 +4,13 @@ date: 2021-05-20T17:05:00+01:00 draft: false --- -## Articles on the web +#### Articles on the web +* [Building a Notetaking System with Vanilla Vim](https://www.edwinwenink.xyz/posts/42-vim_notetaking/) + *I fell out of love with [vimwiki](https://vimwiki.github.io/) and [Obsidian](https://obsidian.md) after a few days, but I have to use vim. Maybe this is the solution to all my notetaking hangups?* +--- * [Simple Multiprocessing In Python: Comparing core vs - libraries](https://cosmiccoding.com.au/tutorials/multiprocessing) - - I use `multiprocessing` in the stdlib just now, but there are lots of - alternatives that I need to checkout. + libraries](https://cosmiccoding.com.au/tutorials/multiprocessing) + *I use `multiprocessing` in the stdlib just now, but there are lots of + alternatives that I need to checkout.* |