This is my Portfolio Website, containing posts about my research, development projects and other things I find interesting.
- Clone the repo:
git clone https://github.com/dom-wuest/Portfolio- Install Hugo on your system. You can find the installation instructions here.
- Build a local version of the site by executing
hugo server. You can see the site by navigating tohttp://localhost:1313/(URL will be outputted in the CLI) in a browser.
The Qubt theme has been modified to suit my needs. The main changes include:
- Removed Grid layout for posts
- Added language toggle
- Support for different image layouts
- Responsive layout for posts card_images on mobile
My site is built using the static site generator Hugo and a modified version of the Qubt theme. A shoutout to Jonas Heinle for inspiration and motivation to start this project!