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

github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ce58c94
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+# Sada Theme
+
+The Sada Theme is a one page responsive portfolio created using Bootstrap 4.
+
+## Installation
+
+Inside the folder of your Hugo site run:
+
+ $ cd themes
+ $ git clone REPO
+
+For more information read the official [setup guide](//gohugo.io/overview/installing/) of Hugo.
+
+
+## Getting started
+
+After installing the Sada Theme successfully, modify the `config.toml` as you wish to generate your online resume.
+
+
+### The config file
+
+You'll find a file called [`config.toml`](//github.com/.../exampleSite/config.toml). Copy the `config.toml`to the root folder of your Hugo site customize it per your need.
+
+### Add your photo
+
+Go to `static/images` and replace the `logo.svg` with your own file. \ No newline at end of file