diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2020-08-26 09:33:59 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2020-08-26 09:44:56 +0800 |
commit | a3fd3615fc800775a54244dd38ef543afe3a3cf8 (patch) | |
tree | 618f8472ecdc9217c2c80dafcec18a7b51fc7c1c | |
parent | 2a02157ad66da2159dd605326a3829f5e7fa6b73 (diff) |
docs: update README.md
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -41,7 +41,12 @@ Or install it yourself as: ## Usage -TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets. +Add or update your available layouts, includes, sass and/or assets. + +GitHub Pages runs in `safe` mode and only allows [a set of whitelisted plugins](https://pages.github.com/versions/). +To use the third-party gem in GitHub Pages without limitation: + +* Here is a GitHub Action named [jekyll-deploy-action](https://github.com/jeffreytse/jekyll-deploy-action) for Jekyll site deployment conveniently. 👍 ## Development |