This commit is contained in:
Torma Kristóf 2022-04-17 15:01:58 +02:00
parent ed29fa5a09
commit eab285f251
4 changed files with 90 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
public/*
.hugo_build.lock
resources/_gen
assets/jsconfig.json
jsconfig.json

53
assets/icons/brand-linkedin.svg Executable file
View File

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="490.732px" height="490.732px" viewBox="0 0 490.732 490.732" style="enable-background:new 0 0 490.732 490.732;"
xml:space="preserve">
<g>
<g>
<path d="M472.366,0.003H18.36C8.219,0.003,0,8.222,0,18.363v454.005c0,10.143,8.219,18.361,18.36,18.361h454.012
c10.142,0,18.36-8.219,18.36-18.361V18.363C490.727,8.222,482.507,0.003,472.366,0.003z M130.375,403.808
c0,6.762-5.478,12.238-12.24,12.238H69.132c-6.756,0-12.24-5.477-12.24-12.238V189.625c0-6.763,5.484-12.24,12.24-12.24h49.003
c6.762,0,12.24,5.477,12.24,12.24V403.808z M130.375,127.482c0,6.763-5.478,12.24-12.24,12.24H69.132
c-6.756,0-12.24-5.478-12.24-12.24V83.969c0-6.763,5.484-12.24,12.24-12.24h49.003c6.762,0,12.24,5.477,12.24,12.24V127.482z
M433.835,403.808c0,6.762-5.483,12.238-12.24,12.238h-49.003c-6.763,0-12.24-5.477-12.24-12.238v-90.436
c0-29.988-1.566-49.383-4.712-58.189c-3.14-8.807-8.237-15.649-15.3-20.526c-7.062-4.884-15.558-7.32-25.496-7.32
c-12.729,0-24.149,3.488-34.26,10.459c-10.11,6.977-17.038,16.211-20.79,27.717c-3.745,11.506-5.618,32.779-5.618,63.807v74.488
c0,6.762-5.483,12.238-12.24,12.238h-49.003c-6.756,0-12.24-5.477-12.24-12.238V189.625c0-6.763,5.483-12.24,12.24-12.24h43.771
c6.763,0,12.24,5.477,12.24,12.24v16.316c0,6.763,3.312,7.852,7.858,2.852c22.864-25.123,50.753-37.687,83.673-37.687
c16.212,0,31.028,2.919,44.455,8.758c13.422,5.838,23.58,13.292,30.466,22.356c6.885,9.063,11.683,19.351,14.382,30.857
c2.699,11.505,4.058,27.98,4.058,49.426V403.808L433.835,403.808z"/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

12
assets/icons/document.svg Executable file
View File

@ -0,0 +1,12 @@
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 512 512">
<g>
<g>
<path d="M69.9,11v490h255.4l116.8-115.7V11H69.9z M89.7,31.9h331.5v338.8H321.1c-6.3,0-10.4,5.2-10.4,10.4v99h-221V31.9z M331.6,465.6v-75.1h75.1L331.6,465.6z"/>
<rect width="220" x="144.9" y="102.7" height="20.9"/>
<rect width="220" x="144.9" y="191.4" height="20.9"/>
<rect width="220" x="144.9" y="280" height="20.9"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 677 B

View File

@ -20,3 +20,27 @@ disable = false
math = false
toc = true
readingTime = true
[[menu.social]]
identifier = "linkedin"
name = "LinkedIn"
url = "https://www.linkedin.com/in/tormakris"
[menu.social.params]
icon = "brand-linkedin"
[[menu.social]]
identifier = "github"
name = "GitHub"
url = "https://github.com/tormachris"
[menu.social.params]
icon = "brand-github"
[[menu.social]]
identifier = "cv"
name = "CV"
url = "https://cv.tormakristof.eu"
[menu.social.params]
icon = "document"