Forked from https://gitlab.com/mertbakir/resume-a4
00027c5801
* It's now customizable in config.toml * Remove resume.pdf |
||
---|---|---|
archetypes | ||
assets/sass | ||
exampleSite | ||
images | ||
layouts | ||
resources/_gen/assets/scss | ||
static | ||
.gitignore | ||
LICENSE | ||
README.md | ||
theme.toml |
To Do:
Write proper README.- Projects Section
- Papers Section
- 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. Make footer configurable from config file.- Add multilanguage option.
- I'll write a blog post soon.
- 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
- Create a hugo project.
- Go to themes folder.
- Clone this theme.
cd themes
$ git clone https://gitlab.com/mertbakir/resume-a4.git
Start
- Go to
exampleSite
and copyconfig.toml
to the root directory of your hugo project. - Open
config.toml
and add your relevant information. - Copy
data
folder fromexampleSite
to root directory. All you need is that folder. - Create your resume in yaml files.
Notes
- Enable/Disable Sections in
config.toml
- Set avatar link in
config.toml
, keep your image understatic
folder if you want. - Save your resume as pdf, put it under
static
folder in root directory. Name the pdf asresume.pdf
or set it's name todownload
param inconfig.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