Configuration
Jump to Section
There are a few configuration options that you can add to your config.toml
file.
Tip
Use the sample config.toml from docPort example site as a blueprint for your Hugo project:
Use the docport theme
When building the website, you can set a theme by passing the --theme
argument on command line.
We suggest you to edit your config.toml configuration file and set the theme by default.
theme = "docport"
Create content and customize the theme
Find out how to create and customize the theme to fit your needs .