Update README.md

This commit is contained in:
mertbakir 2020-09-01 08:30:05 +03:00 committed by mertbakir
parent 65de816192
commit 4c0540d3cf
3 changed files with 6 additions and 1 deletions

View file

@ -3,6 +3,10 @@
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. ez.
5. Make footer configurable from config file.
> I'm open to suggestions or contributions.
# Features
@ -36,6 +40,7 @@ $ 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.
* Contacts, useFontAwesome, dateUpdated pparameters in the config file are used in footer only, not in the resume itself.
* 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

View file

@ -2,5 +2,5 @@ Last updated on {{ .Site.Params.dateUpdated }}<br>
This page is print friendly, you can print via your browser or <a href="{{ .Site.Params.contacts.download }}"><span class="link-text">Download <span><i class="fas fa-save"></i></a>
<br>
Contact me on <a href="{{ .Site.Params.contacts.linkedin }}"><span class="link-text">Linkedin </span><i class="fab fa-linkedin"></i></a>
| See, this project at <a href="{{ .Site.Params.contacts.gitlab }}"> <span class="link-text">GitLab </span><i class="fab fa-gitlab"></i></a>
| See, this project at <a href="{{ .Site.Params.contacts.gitlab }}"><span class="link-text">GitLab </span><i class="fab fa-gitlab"></i></a>
| Checkout my <a href="{{ .Site.Params.contacts.website }}"><span class="link-text">Website </span><i class="fas fa-globe"></i></a>