The site is live at https://biblenlp.github.io
This repo serves as the public-facing site for PABNLP, providing information about our work at the intersection of Bible, natural language processing (NLP), and Bible translation. Here, you'll find our public notes, resources, and updates on topics relevant to these fields. The site also offers guidance on how to get involved with our community and contribute to ongoing projects.
Refer to the VitePress documentation for details on configuring navigation and sidebar.
To add a page:
- Create a Markdown file in the
content/directory. Name the file according to the desired URL (e.g.,about.mdfor/about). - Edit
.vitepress/config.mtsto add your new page:- For navigation, add it to the
navarray. - For sidebar, add it to the appropriate section in the
sidebarobject.
- For navigation, add it to the
We welcome contributions from the community! To contribute:
- Fork the repository.
- Create a new branch for your content/changes.
- Make your changes and commit them with clear messages.
- Submit a Pull Request (PR) describing your changes.
A member of the steering team will review and merge them (or request changes) in a timely manner :)