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

_index.md « direct copy « installation « getting-start « content « exampleSite - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f962d2e69ce3a469e5020e96eadcd51ba0da0218 (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
---
description: ""
subpage: true
title: from zip archive
weight: 1
---

## Install DocPort from a zip archive

Navigate to your hugo root folder in your Hugo site and use perform one of following scenarios.

All files from theme will be tracked inside parent repo, to update it, have to override files in theme. [{{%icon cloud_download%}} download zip](https://github.com/vjeantet/hugo-theme-docport/archive/master.zip) and extract inside `themes/`.

```
https://github.com/vjeantet/hugo-theme-docport/archive/master.zip
```

Rename `hugo-theme-docport-master` folder to `docport`, to match configuration in next step.

Name of theme in next step will be `docport`.

## Configuration

[Follow instructions here]({{%relref "getting-start/configuration/_index.md"%}})