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

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthingsym <thingsym@gmail.com>2020-02-07 11:45:44 +0300
committerthingsym <thingsym@gmail.com>2020-02-07 11:45:44 +0300
commitc7789d44bbbf3c8368770952d8287e85e937422a (patch)
treeb201244ad062786da945bff96d17b000d43f9064 /README.md
parent9f8f548eb81a730c9a7bb232dadc4e76dd8f8801 (diff)
docs: edit README
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 665214c..e3d1558 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,12 @@ The Techdoc is a Hugo Theme for technical documentation.
## Getting Started
+### Requirement
+
+Hugo minimum version: 0.60.0
+
+Default Markdown parser library `Goldmark` compatible
+
### Download Hugo theme
If you have git installed, you can do the following at the command-line-interface within the Hugo directory:
@@ -62,10 +68,10 @@ For an example of `config.toml`, [config.toml](https://github.com/thingsym/hugo-
├── archetypes
│   └── default.md
├── exampleSite
-│   ├── ..
+│   └── ..
├── gulpfile.js
├── images
-│   ├── ..
+│   └── ..
├── layouts
│   ├── 404.html
│   ├── blog
@@ -258,4 +264,4 @@ Techdoc bundles the following third-party resources:
[thingsym](https://github.com/thingsym)
-Copyright (c) 2017-2019 by thingsym
+Copyright (c) 2017-2020 by thingsym