#quick-tips
Tag
-
How to highlight lines in a Hugo code block
Sometimes when writing code in a blog post I want to emphasize a couple of lines in particular.
-
How to get typer to show help by default
I love using typer for creating CLI tools in Python. It makes creating complex trees of subcommands really straightforward.
-
Quick Tip - git delete merged branches
Here’s a quick line to run in your terminal to delete all local git branches which have already been merged into master.
-
Quick Tip - em vs rem
em and rem are used in CSS to set a size value relative to a font-size.