👋 Welcome to my Project Website repository 👋
This website is the result of my examination into the health and occupational hazards associated with receipt paper. This project was submitted as part of the risk assessment assignment for the SPPH 381E (Work & Health) course at the University of British Columbia during the spring semester of 2024. Designed using Hugo, a static site generator written in Go, this website uses the Hextra theme to host an engaging and accessible space to share my findings and insights.
The SPPH project website, hosted at https://spph.lipovski.ca, is structured to guide visitors through the intricate details of receipt paper's impact, from production to disposal. The website is divided into main sections: Introduction, Background, Life Cycle Assessment, and Risk Assessment, providing a clear and linear progression of information.
- Documentation-Style Layout: Information is organized in a logical sequence, making it easy to navigate and understand the complex subject matter.
- Interactive Elements: Utilize previous and next buttons for smooth navigation between sections, and access various topics through the sidebar or homepage buttons.
- Comprehensive Analysis: The website consolidates a wealth of research findings, presenting them in a user-friendly digital format.
This project is built using the Hugo static site generator, leveraging the versatile Hextra theme for its design and structure. To learn more, visit the Hugo website.
To use this Hugo theme, visit the Hextra Repository.
Use this template to create your own repository:
You can also quickly start developing using the following online development environment:
-
Create a new codespace and follow the Local Development to launch the preview
A GitHub Actions workflow is provided in .github/workflows/pages.yaml
to publish to GitHub Pages for free.
For details, see Publishing with a custom GitHub Actions workflow.
Note: in the settings, make sure to set the Pages deployment source to GitHub Actions:

Run the workflow manually if it's not triggered automatically.
Override the configuration:

Pre-requisites: Hugo, Go and Git
# Clone the repo
git clone https://github.com/imfing/hextra-starter-template.git
# Change directory
cd hextra-starter-template
# Start the server
hugo mod tidy
hugo server --logLevel debug --disableFastRender -p 1313
hugo mod get -u
hugo mod tidy
See Update modules for more details.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Thanks to the creators of Hugo and the Hextra theme for making this project possible. Special thanks to Dr. Robert Macpherson and the SPPH 381E course team for their support and guidance throughout the project's development.