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

_index.md « As-git-clone « installation « getting-start « content « exampleSite - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f61f74c07c9a93820a4ef77fd43256a57977b896 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
description: ""
subpage: true
title: with git clone
weight: 1
---

## Install DocPort with a git clone

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

This method results that files are checked out locally, but won't be visible from parent git repo. Probably you will build site locally with `hugo` command and use result from `public/` on your own.

```
$ git clone https://github.com/vjeantet/hugo-theme-docport.git themes/docport
```

## Configuration

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