Commit graph

9 commits

Author SHA1 Message Date
344d72d509
add umami tracking option to theme 2023-12-26 13:55:30 +01:00
Adam Tao
3067775c1f fix(home): Change to use RelPermalink
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>
2022-02-13 20:29:02 +08:00
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
mertbakir
38253c1174 Publications section added. 2021-02-13 14:13:08 +03:00
mertbakir
1270bc2b01 Projects section added. 2021-02-13 00:04:40 +03:00
mertbakir
bd132b183c Certifications section added. Section titles are customizable. 2021-02-12 22:01:55 +03:00
mertbakir
c4a1ddd345 Update section objective > about-me 2020-09-01 16:27:47 +03:00
mertbakir
00027c5801 Update Footer
* It's now customizable in config.toml
* Remove resume.pdf
2020-09-01 12:10:42 +03:00
mertbakir
22e073f558 Initial Commit. 2020-09-01 01:03:58 +03:00