Improve theme README & exampleSite (#157)

* Improve theme README

* Update exampleSite

* Add "Available Translation" section in README
This commit is contained in:
Emruz Hossain 2020-11-05 02:11:32 +06:00 committed by GitHub
parent b39ed5213e
commit 7a05e9b022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
55 changed files with 283 additions and 239 deletions

13
.github/workflows/md-link-checker.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Check Markdown links
# Run action on pull request event
on: [pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
# checkout to latest commit
- uses: actions/checkout@master
# run markdown linter
- uses: gaurav-nelson/github-action-markdown-link-check@v1