diff --git a/README.md b/README.md index 0b5bad6..515c8b2 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,10 @@ # To Do: -1. ~~Write proper README.~~ -2. ~~Projects Section~~ -3. Papers Section -4. Remove side grid from front config file. > Add new scss and an if statement in head. Should be ez, but I'm not sure if ```/resources``` dependency of theme would be a problem. -5. ~~Make footer configurable from config file.~~ -6. ~~Add multilanguage option.~~ Titles are configurable now. -7. ~~I'll write a blog post soon.~~ [Here is the blog post](https://mertbakir.gitlab.io/projects/resume-a4/) -8. ~~Add linkedin in resume header~~ +1. Papers Section +2. Remove side grid from front config file. [?] > Add new scss and an if statement in head. Should be easy, but I'm not sure if ```/resources``` dependency of theme will be a problem. +3. [Here is the blog post](https://mertbakir.gitlab.io/projects/resume-a4/) -> I'm open to suggestions or contributions. +> _I'm open to suggestions and contributions._ # Features @@ -17,6 +12,7 @@ * Print friendly, just use your browser or save as PDF. * Write your resume in yaml. All content stored in data files. * Configure sections from ```config.toml```. +* Section names are configurable in ```config.toml```. So, you can write in any language you want. # How To Use @@ -42,7 +38,6 @@ $ git clone https://gitlab.com/mertbakir/resume-a4.git * Enable/Disable Sections in ```config.toml``` * Set avatar link in ```config.toml```, keep your image under ```static``` folder if you want. -* Save your resume as pdf, put it under ```static``` folder in root directory. Name the pdf as ```resume.pdf``` or set it's name to ```download``` param in ```config.yml```. # License @@ -52,6 +47,6 @@ This project is open-sourced and licensed under the terms of the MIT license. I 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.) +2. Build your hugo site using the theme. ```hugo server``` 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/images/one-page-resume.png b/images/one-page-resume.png deleted file mode 100644 index d0950d8..0000000 Binary files a/images/one-page-resume.png and /dev/null differ diff --git a/images/one_page_resume.png b/images/one_page_resume.png new file mode 100644 index 0000000..8475337 Binary files /dev/null and b/images/one_page_resume.png differ diff --git a/images/screenshot.png b/images/screenshot.png index cbaeaad..704bbc8 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png index d984dd7..f4bc4dd 100644 Binary files a/images/tn.png and b/images/tn.png differ