https://github.com/canclid/jyutping.org
Reference site for Jyutping | 粵拼參考網站
https://github.com/canclid/jyutping.org
cantonese chinese jyutping linguistics
Last synced: 6 months ago
JSON representation
Reference site for Jyutping | 粵拼參考網站
- Host: GitHub
- URL: https://github.com/canclid/jyutping.org
- Owner: CanCLID
- License: cc0-1.0
- Created: 2020-02-09T01:34:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T00:06:10.000Z (over 1 year ago)
- Last Synced: 2024-07-15T01:26:09.819Z (over 1 year ago)
- Topics: cantonese, chinese, jyutping, linguistics
- Language: HTML
- Homepage: https://www.jyutping.org
- Size: 46.6 MB
- Stars: 80
- Watchers: 7
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# jyutping.org
[](https://app.netlify.com/sites/jyutping/deploys)
For the English version, please go to [jyutping.org/en](https://www.jyutping.org/en/)
## 開發指南
本網站採用 [Hugo](https://gohugo.io/) 開發,開發前請先安裝 Hugo。
This site is powered by [Hugo](https://gohugo.io/). Please install Hugo to get ready for development.運行以下命令來準備開發:
Run the following commands to build this site:```bash
git clone --recurse-submodules --depth 1 https://github.com/laubonghaudoi/jyutping.org
cd jyutping.org
hugo server
```