Welcome to OER-Forge, a collection of open-source tools built to solve real problems in teaching and learning.
This repository contains the source code for the OER-Forge website, showcasing tools and resources created for educators and learners. The site is built with Hugo using the PaperMod theme for clean, modern design.
- Website: https://oer-forge.github.io/
- Content: Tool documentation, announcements, and project information
- Audience: Educators, students, and developers interested in open educational resources
content/— All website contentabout.md— Information about OER-Forgeposts/— News and announcementsjupyter2hugo/— Documentation for the Jupyter to Hugo converterwikiaccess/— Documentation for the WikiAccess toolraisemyhand/— Documentation for the RaiseMyHand classroom tool
layouts/— Custom Hugo templates (if any)static/— Images, logos, and static assetsthemes/— Hugo theme (PaperMod)hugo.toml— Hugo configuration
WikiAccess – Convert DokuWiki pages to accessible, WCAG 2.1 compliant documents. Exports to HTML, Word (.docx), and Markdown.
RaiseMyHand – Real-time classroom question management. Students submit questions anonymously and upvote each other's questions.
jupyter2hugo – Convert Jupyter Notebooks into Hugo-compatible Markdown files for seamless integration into Hugo static sites.
This site uses Hugo. To build and serve locally:
hugo serverThe site will be available at http://localhost:1313/.
To build for production:
hugoThis generates the static site in the public/ directory.
Content is licensed under the MIT License.