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>2018-03-04 12:38:54 +0300
committerthingsym <thingsym@gmail.com>2018-03-04 12:38:54 +0300
commit54024de03953cf79e5cb7ca595efec96f95d38c5 (patch)
treee6177cc622a3ee163a2ef1874d29a915ee7d9892
parent308c86c78b906f3e2e9939db5d73f3cd7e6daeee (diff)
docs: add READMEv0.1.0
-rw-r--r--README.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a326c70
--- /dev/null
+++ b/README.md
@@ -0,0 +1,38 @@
+# Hugo Theme Techdoc
+
+The Techdoc is Hugo Theme for technical documentation.
+
+## Development environment
+
+```
+cd /path/to/hugo-theme-techdoc
+yarn install
+gulp watch
+```
+
+## Contribution
+
+### Patches and Bug Fixes
+
+Small patches and bug reports can be submitted a issue tracker in Github. Forking on Github is another good way. You can send a pull request.
+
+1. Fork [Hugo Theme Techdoc](http://thingsym.github.io/hugo-theme-techdoc/) from GitHub repository
+2. Create a feature branch: git checkout -b my-new-feature
+3. Commit your changes: git commit -am 'Add some feature'
+4. Push to the branch: git push origin my-new-feature
+5. Create new Pull Request
+
+## Changelog
+
+* Version 0.1.0
+ * initial release
+
+## License
+
+Licensed under the MIT License.
+
+## Author
+
+[thingsym](https://github.com/thingsym)
+
+Copyright (c) 2017-2018 by thingsym