Ram Iyer

Results 3 comments of Ram Iyer

I see that this part of the code is responsible for it (src/extension.ts): ```typescript const newPost = () => { vscode.window.showInputBox({ placeHolder: 'Enter filename' }).then((filename) => { const newPostPath =...

@biomadeira, I managed to get something working with "safe" Jekyll. Here's the project: https://github.com/crimsoncanines/puretypo. :)

Hey! Thank you for that. In case I don't have a CloudFront distribution for the staging environment, would the following work? ``` s3_bucket: cloudfront_distribution_id: cloudfront_wildcard_invalidation: ``` That would essentially return...