Find a file
Jaakko Kantojärvi 3e13c5ea2d Rewrite all layouts, data and configuration structures
* Add support for multiple pages
* Add support to reorder and move features to columns and pages
* Add support for new sections with generic widgets
2021-03-03 18:01:09 +02:00
archetypes Initial Commit. 2020-09-01 01:03:58 +03:00
assets/css Rewrite all layouts, data and configuration structures 2021-03-03 18:01:09 +02:00
exampleSite Rewrite all layouts, data and configuration structures 2021-03-03 18:01:09 +02:00
images Update README 2021-02-13 12:30:54 +03:00
layouts Rewrite all layouts, data and configuration structures 2021-03-03 18:01:09 +02:00
static Update Footer 2020-09-01 12:10:42 +03:00
.editorconfig Add .editorconfig 2021-03-03 17:33:50 +02:00
.gitignore Update .gitignore and remove resources 2021-03-03 17:33:41 +02:00
LICENSE Initial Commit. 2020-09-01 01:03:58 +03:00
README.md Rewrite all layouts, data and configuration structures 2021-03-03 18:01:09 +02:00
theme.toml Initial Commit. 2020-09-01 01:03:58 +03:00

Features

  • Simple, easy to use, single or multi 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.
  • Remove/Add sections from config.toml.
  • Section names are configurable in config.toml. So, you can write in any language you want.

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

or add ass a submodule

git submodule add https://gitlab.com/mertbakir/resume-a4.git themes/resume-a4

Start

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

Notes

  • Add/Remove sections in config.toml
  • Set avatar link in config.toml, keep your image under static folder if you want.
  • You can change style of the publications feature in the config file. I've created options for APA and IEEE standards. You can add more standards to section-publications.html file in the layouts\partials folder if you are looking for something else.
  • Here is the blog post about this project.

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

I'm open to suggestions and contributions.

My Work Flow

  1. Make changes.
  2. Delete resources folder in main project.
  3. Build your hugo site using the theme. hugo server
  4. Copy resources folder from main project to theme folder themes\resume-A4\resources
  5. git commit and git push.