Find a file
2020-09-01 12:15:55 +03:00
archetypes Initial Commit. 2020-09-01 01:03:58 +03:00
assets/sass Update Footer 2020-09-01 12:10:42 +03:00
exampleSite Update Footer 2020-09-01 12:10:42 +03:00
images Initial Commit. 2020-09-01 01:03:58 +03:00
layouts Update Footer 2020-09-01 12:10:42 +03:00
resources/_gen/assets/scss/resume/sass Update Resources 2020-09-01 12:15:55 +03:00
static Update Footer 2020-09-01 12:10:42 +03:00
.gitignore Add: resources folder 2020-09-01 01:07:38 +03:00
LICENSE Initial Commit. 2020-09-01 01:03:58 +03:00
README.md Update Footer 2020-09-01 12:10:42 +03:00
theme.toml Initial Commit. 2020-09-01 01:03:58 +03:00

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.
  7. I'll write a blog post soon.
  8. Add linkedin in resume header (?)

I'm open to suggestions or contributions.

Features

  • Simple, easy to use, single page, A4-sized Resume generator.
  • 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.

How To Use

Download

  1. Create a hugo project.
  2. Go to themes folder.
  3. Clone this theme.
cd themes
$ git clone https://gitlab.com/mertbakir/resume-a4.git

Start

  1. Go to exampleSite and copy config.toml to the root directory of your hugo project.
  2. Open config.toml and add your relevant information.
  3. Copy data folder from exampleSite to root directory. All you need is that folder.
  4. Create your resume in yaml files.

Notes

  • 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

This project is open-sourced and licensed under the terms of the MIT license. I would be happy though, if you give attribution. <3