This is the source repository for dannycab.github.io, the academic website of Prof. Danny Caballero. The site is built with Hugo using the PaperMod theme.
This website hosts Danny Caballero's research papers, course materials, curriculum vitae, and contact information. It also features announcements, open educational resources (OER), and information about ongoing projects such as OER Forge and the Open Physics Education Network.
- 📚 Research, teaching, and OER sections
- 📰 Announcements and news posts
- 📄 Curriculum vitae and contact info
- ♿ Accessible, responsive design
- ⚡ Built with Hugo and PaperMod
content/
— All site content (posts, pages, OER, etc.)static/
— Static assets (images, files)config.yml
— Site configurationthemes/
— Hugo themes (PaperMod)
To run the site locally:
- Install Hugo
- Clone this repository:
git clone https://github.com/dannycab/dannycab.github.io.git cd dannycab.github.io
- Start the local server:
Visit http://localhost:1313 in your browser.
hugo server -D
This site is deployed automatically via GitHub Pages. Push to the main
branch to trigger a new build.
Contributions are welcome, especially for improving accessibility, fixing typos, or suggesting new features. Please open an issue or pull request.
This site is licensed under the Creative Commons Attribution-NonCommercial 4.0 International Public License (CC BY-NC 4.0).
*Built with Hugo