resume-a4/README.md
2021-02-13 12:30:54 +03:00

52 lines
No EOL
1.7 KiB
Markdown

# To Do:
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 and 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```.
* 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
```
## 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.
# 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
# My Work Flow
1. Make changes.
2. Delete resources folder in main project.
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.