hugo
Introduction
dokugo
themes
documentation
hugo
A simple theme for technical documentation purposes. Features LaTeX with MathJax Mermaid - generation of diagrams and flowcharts Breadcrumbs Table of Contents for articles Preview Theme with …
Installation
dokugo
themes
documentation
hugo
installation
This guide will help you to install Hugo and DoKugo. You will be pointed to the documents to configure and create content for your site. Finally you have to choose how to create the static site and to …
Configuration
dokugo
themes
documentation
hugo
configuration
Now it’s time to configure your site. The configuration is done in the config.toml file. This file is located in the root of your Hugo project. After creating the directories like explained in …
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 …