deployment

Manual Deployment

dokugo
themes documentation hugo deployment

This very short guide will help you to generate your content with Hugo. You will get some hints how to deploy your website manually to your webhoster. Deployment When you think you’re ready to …

Deployment with GitHub

dokugo
themes documentation hugo deployment github

Here we are not running hugo manually to create and publish the site as in the manual deployment. Instead we use GitHub Actions and publish on GitHub Pages. Configuration For a successful deployment …

Deployment with GitLab

dokugo
themes documentation hugo deployment gitlab

This is even simpler than the deployment with GitHub. It’s just one file in the project root to run GitLab CI/CD and to deploy on GitLab Pages. Configuration For a successful deployment we have …