https://jedworkshop.github.io/JLR2026
Source of the "NLP2026 Workshop on Japanese Language Resources" website.
- Setup
npm install
- Edit
- Edit the markdown file
src/index.md
- Edit the markdown file
- Build
npm run build- => Static files created under
docs/
- Publish
- Push to the
mainbranch of this repository - => Files under
docs/served as https://jedworkshop.github.io/JLR2026 by GitHub Pages
- Push to the
Actions -> Workflows "Deploy eleventy with GitHub Pages" -> Run workflow
でsrc内ファイルをdocsに変換しつつ、GitHub Pagesを更新する。