Skip to content

This is my personal portfolio website to showcase some projects and to provide some information about me.

Notifications You must be signed in to change notification settings

billikowski/portfolio

 
 

Repository files navigation

mauricebauer.de - Portfolio website

GitHub Workflow Status (branch) GitHub deployments

This is my portfolio website to showcase some of my projects and to provide information about me. This project uses the static page builder Hugo in combination with the PaperMod-Theme and follows the Git-Flow.

Website

Contribution

If you find a mistake on the page, please let me know either via e-mail or create an issue here on this repository. Also feel free to open a pull-request.

Development server

# Make sure to update the theme Git-Submodule
git submodule update --init --recursive
git submodule update --remote --merge

# Start live server with "development"-environment
hugo server -D

Build production version

# Make sure to update the theme Git-Submodule
git submodule update --init --recursive
git submodule update --remote --merge

# Build production-ready minified version of the website
hugo --minify

About

This is my personal portfolio website to showcase some projects and to provide some information about me.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 100.0%