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:
authormertbakir <2335694-mertbakir@users.noreply.gitlab.com>2020-09-18 13:10:27 +0300
committermertbakir <mertbakxr@gmail.com>2020-09-18 13:10:27 +0300
commitedf3c45e6f0b82aaf3720cd63678aa0463a1e99a (patch)
tree9134cf67a676bbe296491766b70beff820bb86b4
parent5d910662f0d3b3e790d1a3bddab47be7d9625e2c (diff)
Update README
-rw-r--r--README.md10
-rw-r--r--exampleSite/config.toml4
2 files changed, 11 insertions, 3 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
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 06f5d53..5ddf441 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -35,11 +35,11 @@ footnote = "You can print this resume in A4 size or save as pdf. | Last update o
[[params.footer.links.link]]
prefix = "Contact me on"
name = "Linkedin"
-url = "https://www.linkedin.com/in/mertbakir/"
+url = "https://linkedin.com/in/mertbakir/"
icon = "fab fa-linkedin"
[[params.footer.links.link]]
prefix = "Check out my"
name = "Website"
-url = "https://www.mertbakir.gitlab.io/about"
+url = "https://mertbakir.gitlab.io/about/"
icon = "fas fa-globe" \ No newline at end of file