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

gitlab.com/mertbakir/resume-a4.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.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1da6d39..2c8c241 100644
--- a/README.md
+++ b/README.md
@@ -46,4 +46,12 @@ $ git clone https://gitlab.com/mertbakir/resume-a4.git
# License
-This project is open-sourced and licensed under the terms of the MIT license. I would be happy though, if you give attribution. <3 \ No newline at end of file
+This project is open-sourced and licensed under the terms of the MIT license. I would be happy though, if you give attribution. <3
+
+# My Work Flow
+
+1. Make changes.
+2. Delete resources folder in main project.
+2. Build your hugo site using this themes ```hugo server``` (set baseurl = "/" before the build.)
+3. Copy "resources" folder from main project to theme folder ```themes\resume-A4\resources```
+4. git commit & push. \ No newline at end of file