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

github.com/radity/raditian-free-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Babayev <ali.babayev@ug.bilkent.edu.tr>2020-07-16 18:06:03 +0300
committerAli Babayev <ali.babayev@ug.bilkent.edu.tr>2020-07-16 18:06:03 +0300
commita25af74cbf97f2cc41f0c0bf204da10bcbae5b6b (patch)
tree8ce87135bbbbd30ed9352c26de38bb72fc0e2c28
parentdcf11b38f3e1efe11a205dfc9718004673f81fce (diff)
Added installation guide to readme fileHEADmaster
-rw-r--r--README.md17
1 files changed, 13 insertions, 4 deletions
diff --git a/README.md b/README.md
index b5d906f..b7ba509 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,6 @@ A free Hugo Theme by Radity: Modern, Fast, Fresh and of course responsive.
Demo: https://raditian-hugo.radity.com
-If you are using this theme, let us know at team@radity.com and we will tweet about it.
-
-
<img src="https://raditycmswebsite-live-5f5ab2ec57ec4907b-b52c0bb.divio-media.net/filer_public/73/76/7376fcbd-46ff-4e8b-85b6-e4f9175658ad/01_-_mainpage_exportable_copy_31x_2.png" width="100%" alt="raditian-free-hugo-theme">
## Download
@@ -15,6 +12,18 @@ If you are using this theme, let us know at team@radity.com and we will tweet ab
- Clone the repo: `git clone https://github.com/radity/raditian-free-hugo-theme.git`.
- [Download from Github](https://github.com/radity/raditian-free-hugo-theme/archive/master.zip).
+## Installation
+#### Install Hugo
+ To use raditian-free-hugo-theme you need to install Hugo by following https://gohugo.io/getting-started/installing/.
+
+#### Create your personal website and run
+ > hugo new site <your website's name>
+ > cd <your website's name>/themes/
+ Clone the raditian-free-hugo-theme (git clone https://github.com/radity/raditian-free-hugo-theme.git).
+ Replace the "config.toml" file that in the project's root directory with themes/raditian-free-hugo-theme/exampleSite/config.toml
+ > hugo server -D
+ The theme is alive on http://localhost:1313/
+
## License
- Copyright 2020 Radity (https://radity.com/)
@@ -22,4 +31,4 @@ If you are using this theme, let us know at team@radity.com and we will tweet ab
## Support
-If you have any problem please do not hesitate to [contact us](https://radity.com/en/contact/).
+If you have any problem please do not hesitate to [contact us](https://radity.com/en/contact/). \ No newline at end of file