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

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/getting-start/installation/direct copy/_index.md')
-rw-r--r--exampleSite/content/getting-start/installation/direct copy/_index.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/exampleSite/content/getting-start/installation/direct copy/_index.md b/exampleSite/content/getting-start/installation/direct copy/_index.md
new file mode 100644
index 0000000..e154958
--- /dev/null
+++ b/exampleSite/content/getting-start/installation/direct copy/_index.md
@@ -0,0 +1,24 @@
++++
+title = "from zip archive"
+description = ""
+weight = 1
+subpage = true
++++
+
+## 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"%}})