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