incorporating content and refining post parsing
This commit is contained in:
parent
f6c316d4fa
commit
b1b9c09a79
6 changed files with 118 additions and 107 deletions
|
@ -4,12 +4,7 @@
|
|||
slug: "markdown-for-blog-posts",
|
||||
date: ~N[2016-05-01 13:30:00],
|
||||
author: "Adam Piontek",
|
||||
tags: ["sample", "demo"],
|
||||
summary: """
|
||||
This summary could get long.
|
||||
|
||||
We might even have multiple lines!
|
||||
"""
|
||||
tags: ["sample", "demo"]
|
||||
}
|
||||
---
|
||||
|
||||
|
|
|
@ -7,10 +7,6 @@
|
|||
}
|
||||
---
|
||||
|
||||
# Enable Visual Studio CLI environment in PowerShell
|
||||
|
||||
#coding #tech #elixir #windows #powershell #scripting
|
||||
|
||||
My initial problem: I have an elixir project I'm building primarily on linux, but I want it to work on Windows, too, and I'm using [bcrypt](https://github.com/riverrun/bcrypt_elixir), which [needs nmake to compile](https://github.com/riverrun/comeonin/wiki/Requirements#windows) on Windows.
|
||||
|
||||
One must install Visual Studio (VS), but that's not enough.<!--more--> Your terminal/PowerShell CLI environment won't know about VS by default. VS includes batch files to set up a dev environment, but if you run them in PowerShell, they bring you into a CMD environment, which is no help if you want to use PowerShell.
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
title: "Mom's Meatloaf",
|
||||
date: ~N[2020-12-29 01:00:00],
|
||||
author: "Adam Piontek",
|
||||
tags: ["food", "recipe", "mealprep", "pandemiceats", "plaguecooking"],
|
||||
summary: "A meatloaf recipe from a very special mom"
|
||||
tags: ["food", "recipe", "mealprep", "pandemiceats", "plaguecooking"]
|
||||
}
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue