Permalink will generate a absolute link like
https://localhost:1313/css/main.min.css, which will make the browser
cannot find the file if you browse your resume in another machine
insteal of the one running `hugo server`. Changing to use RelPermalink
will fix it, which will generate a relative link like /css/main.min.css.
Signed-off-by: Adam Tao <tcx4c70@gmail.com>