Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_index.md « configuration « getting-start « content « exampleSite - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1ce77f9cb33609398e0630543314bf9621a5df7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
description: ""
title: Configuration
weight: 2
---


There are a few configuration options that you can add to your `config.toml` file.

{{%notice tip%}}
**Tip**
\
Use the sample [config.toml](https://github.com/vjeantet/hugo-theme-docport/blob/master/exampleSite/config-template.toml) from docPort example site as a blueprint for your Hugo project:
{{%/notice%}}

## 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]({{%relref "create-page/_index.md"%}}) and [customize the theme to fit your needs]({{%relref "customization/_index.md"%}}) .