Update README
This commit is contained in:
parent
5d910662f0
commit
edf3c45e6f
2 changed files with 11 additions and 3 deletions
|
@ -47,3 +47,11 @@ $ git clone https://gitlab.com/mertbakir/resume-a4.git
|
||||||
# License
|
# 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
|
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.
|
|
@ -35,11 +35,11 @@ footnote = "You can print this resume in A4 size or save as pdf. | Last update o
|
||||||
[[params.footer.links.link]]
|
[[params.footer.links.link]]
|
||||||
prefix = "Contact me on"
|
prefix = "Contact me on"
|
||||||
name = "Linkedin"
|
name = "Linkedin"
|
||||||
url = "https://www.linkedin.com/in/mertbakir/"
|
url = "https://linkedin.com/in/mertbakir/"
|
||||||
icon = "fab fa-linkedin"
|
icon = "fab fa-linkedin"
|
||||||
|
|
||||||
[[params.footer.links.link]]
|
[[params.footer.links.link]]
|
||||||
prefix = "Check out my"
|
prefix = "Check out my"
|
||||||
name = "Website"
|
name = "Website"
|
||||||
url = "https://www.mertbakir.gitlab.io/about"
|
url = "https://mertbakir.gitlab.io/about/"
|
||||||
icon = "fas fa-globe"
|
icon = "fas fa-globe"
|
Loading…
Reference in a new issue