via https://www.davidlebovitz.com/rosemary-gimlet-gin-cocktail-recipe/
2oz gin, 3/4 oz lime juice, 3/4 oz rosemary simple syrup. Shake with ice.
Good with both gin (Tanqueray) and white rum (Bully Boy)
Heat until mixture is hot and sugar dissolves. (I let it gently simmer for about 10 minutes.)
Let cool to room temperature, then strain and refrigerate.
Thyme simple syrup: as above, but about 2g thyme (10-12 sprigs of a few inches)? Was a bit weak, let’s try 4g next time.
160g water, 160g sugar, 10g spearmint
Start with 6 oz rum, pour in 2 oz whole milk. Add lime-strength orange juice until milk starts to curdle. Stir it gently. Let set for some hours, then strain through coffee filters.
2 oz milk-washed rum, 3/4 oz lime-strength orange juice, 3/4 oz simple syrup (or 3/4 tbsp sugar + 3/4 tbsp water). Shake with ice.
2 cups fresh basil leaves (no stems, about 50g)
2 tablespoons pine nuts or toasted almonds
2 large cloves garlic (I’ve used double this for more garlic flavor… = 2 tsp minced)
1/2 cup extra-virgin olive oil
Combine basil leaves, nuts, and garlic in a food processor and process until very finely minced. With the machine running slowly dribble in the oil and process until the mixture is smooth. Store in refrigerator or freezer.
Following this recipe:
https://www.seriouseats.com/recipes/2012/01/diy-coffee-liqueur-homemade-kahlua.html
With Peet’s Decaf Dark Roast House Blend (pre-ground from Bfresh).
1.5oz gin, 1oz dry vermouth, 1/2-3/4oz simple syrup, 2 dashes ginger bitters, about 8 basil leaves muddled and another top for garnish
I got Hugo v0.83.1 from https://github.com/gohugoio/hugo/releases
wget https://github.com/gohugoio/hugo/releases/download/v0.83.1/hugo_0.83.1_Linux-64bit.deb sudo dpkg -i hugo_0.83.1_Linux-64bit.deb
hugo version
tells me:
hugo v0.83.1-5AFE0A57 linux/amd64 BuildDate=2021-05-02T14:38:05Z VendorInfo=gohugoio
Following the install instructions from
https://gohugo.io/getting-started/quick-start/
and using the PaperMod theme:
https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-installation/
# Make new site with YAML config files hugo new site hugotest -f yml cd hugotest git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1 vim config.yml # add this on a new line: # theme: "PaperMod"
To update the theme later:
cd themes/PaperMod
git pull
hugo new posts/hello-world.md /home/mcmillen/hugotest/content/posts/hello-world.md created
hugo server --baseURL http://100.81.145.47 --bind 100.81.145.47 -D
# Make new site with YAML config files hugo new site hugotest -f yml cd hugotest git clone https://github.com/adityatelange/hugo-PaperMod themes/PaperMod --depth=1 vim config.yml # add this on a new line: # theme: "PaperMod"
import markdown markdown.markdown('hello world') print('what is this?') x = 42 open('foo.html', 'w').write('oh no') '012345678901234567890123456789012345678901234567890123456789012345678901234567'
https://python-markdown.github.io/extensions/
https://python-markdown.github.io/extensions/code_hilite/
pygmentize -S monokai -f html -a .codehilite > pygments.css