Tan Zhen Yong

Results 8 comments of Tan Zhen Yong

@rejas Would you be so kind as to label this PR `hacktoberfest-accepted` or approve this PR if this is not going to be merged before Oct 31? 😃

@damithc some caveats found while testing this feature: - Since this is a `markdown-it` plugin, HTML headings will not be included in the TOC as they will not be parsed...

If includes don't work, is this still worth documenting? Combined with the earlier caveats of fixed heading levels and Markdown-only, documenting a feature with so many exceptions may end up...

My instinct for this would be to support SFTP over FTP. I feel uncomfortable encouraging the use of insecure FTP in 2019 😅

Currently, only deployment settings for GitHub Pages are stored in `site.json`: ```js "deploy": { "message": "Site Update.", "repo": "https://github.com/myorg/myrepo.git", "branch": "gh-pages" } ``` However, if we were to implement SFTP...

Thanks for the comments! This is what I think the `deploy` key should look like after your comments. Unfortunately, the CLI library we use doesn't support "flags for flags" (which...

> Environment variables can be used like this: > > ```shell > deploy target1 -p $PASS_VAR > ``` @acjh this won't work if there are multiple deploy targets though: >...