diff options
author | Sebastian Engels | 2018-10-18 16:35:12 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen | 2018-10-18 16:35:12 +0200 |
commit | c0cdd0ea1b477246ba9cb9e7123e80535e97ea8f (patch) | |
tree | 9d7c63ec097a6f1a7900d5aae3a5b748cb7d5738 | |
parent | 932d5322bfabd0639c5b3f77594d5e0a9a4f05a3 (diff) | |
download | hyde-c0cdd0ea1b477246ba9cb9e7123e80535e97ea8f.tar.lz hyde-c0cdd0ea1b477246ba9cb9e7123e80535e97ea8f.tar.zst hyde-c0cdd0ea1b477246ba9cb9e7123e80535e97ea8f.zip |
Add Quick Start Forestry Button to Readme.md
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md index d8cb82c..04d9654 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,16 @@ It pairs a prominent sidebar with uncomplicated content. ## Installation +### Quick Start + +To give you a running start this installation puts a fully configured [starter repo](https://github.com/forestryio/hyde-hugo-starter) into your Git account and sets it up in a content manager / CMS. + +_[Forestry](https://forestry.io) Starter-Kit:_ + +[![Import this project into Forestry](https://assets.forestry.io/import-to-forestry.svg)](https://app.forestry.io/quick-start?repo=forestryio/hyde-hugo-starter&provider=github&engine=hugo&version=0.49) + +### Standard Installation + To install Hyde as your default theme, first install this repository in the `themes/` directory: $ cd themes/ |