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

github.com/darshanbaral/mero.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2019-03-03 07:11:51 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-03-03 07:11:51 +0300
commite9ddc17084984cccd9548f59e8a152efbda4aae3 (patch)
tree1e67738a6c950120c8ddb2587cebfd70c07245ae
parent1057c49ddaf67ef0a0698b0c36615baf4b43b3be (diff)
updated Readme
-rw-r--r--README.md22
-rw-r--r--layouts/partials/footer.html7
2 files changed, 24 insertions, 5 deletions
diff --git a/README.md b/README.md
index 625ee54..c5df46b 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,20 @@
-# mero
-personal blog theme for hugo
+# mero Theme
+
+The mero Theme is for personal blogs.
+
+## Installation
+
+Inside the folder of your Hugo site run:
+
+ $ cd themes
+ $ git clone https://github.com/darshanbaral/mero.git
+
+For more information read the official [setup guide](//gohugo.io/overview/installing/) of Hugo.
+
+## Getting started
+
+After installing the mero Theme successfully, modify the `config.toml`.
+
+### The config file
+
+You'll find a file called [`config.toml`](https://github.com/darshanbaral/mero/blob/master/exampleSite/config.toml). Copy the `config.toml`to the root folder of your Hugo site and customize it per your need. \ No newline at end of file
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index f3aa709..3e8b33d 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,7 +1,8 @@
<div class="w-50 bg-danger ml-auto mr-auto mt-4" style="height: 2px;"></div>
<div class="mt-4 mb-2" style="font-size: 0.9em;">
<p class="text-center">
- {{ .Site.Params.footer.message | safeHTML }} | <a href="">Mero</a> theme by <a
- href="https://www.darshanbaral.com">Darshan</a>
+ {{ .Site.Params.footer.message | safeHTML }} |
+ <a href="https://github.com/darshanbaral/mero.git">Mero</a> theme by
+ <a href="https://www.darshanbaral.com">Darshan</a>
</p>
-</div> \ No newline at end of file
+</div>