Skip to content

Commit 5e3c4c2

Browse files
switch to own, forked theme
1 parent ee80bb4 commit 5e3c4c2

18 files changed

+79
-55
lines changed

.gitmodules

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "themes/ananke"]
2-
path = themes/ananke
3-
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
4-
[submodule "themes/raditian-free-hugo-theme"]
5-
path = themes/raditian-free-hugo-theme
6-
url = https://github.com/radity/raditian-free-hugo-theme.git
1+
[submodule "themes/vs-free-hugo-theme"]
2+
path = themes/vs-free-hugo-theme
3+
url = [email protected]:valentinsavenko/vs-free-hugo-theme.git

data/homepage.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ about:
4646
button:
4747
icon: "icon-smile-fill"
4848
btnText: "About Me"
49-
URL: "https://www.linkedin.com/company/radity/"
49+
URL: "https://www.linkedin.com/in/valentin-savenko-61b38797"
5050
image:
51-
x: "img/who-am-i/vs.png"
52-
_2x: "img/who-am-i/vs.png"
51+
x: "img/who-am-i/vs-portrait-green-1x.png"
52+
_2x: "img/who-am-i/vs-portrait-green-2x.png"
5353

5454
# education
5555
education:
@@ -59,6 +59,7 @@ education:
5959
- university: "Hasso Plattner Institute"
6060
year: "2015"
6161
degree: "Design Thinking, Basic Track"
62+
description: ' omg geilomg geil omg geilomg geilomg geilomg geilomg geilomg geilomg geilomg geilomg geilomg geilomg geilomg geilomg geilomg geil'
6263

6364
- university: "İzmir Yüksek Teknoloji Enstitüsü"
6465
year: "2014-2015"
@@ -72,7 +73,7 @@ education:
7273
experience:
7374
enable: true
7475
title: "Experience"
75-
description: "Over 15+ years of experience working with companies from all over the world. I design & develop digital products to help businesses and improve people's lives."
76+
description: "10+ years of experience working with companies from all over the world. I design & develop digital products to help businesses and improve people's lives."
7677
button:
7778
icon: "icon-linkedin-fill"
7879
btnText: "Linkedin"

hugo.toml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
baseURL = "https://www.valentinsavenko.com/"
22
languageCode = "en-us"
3-
theme = "raditian-free-hugo-theme"
3+
# theme = "raditian-free-hugo-theme"
4+
theme = "vs-free-hugo-theme"
5+
46

57
# Plugins
68
[params.plugins]
@@ -49,10 +51,10 @@ weight = 2
4951
# name = "Portfolio"
5052
# weight = 3
5153

52-
[[menu.footer]]
53-
URL = "#contact"
54-
name = "Contact"
55-
weight = 4
54+
# [[menu.footer]]
55+
# URL = "#contact"
56+
# name = "Contact"
57+
# weight = 4
5658

5759
[params]
5860

@@ -66,8 +68,4 @@ text1 = "Valentin"
6668
text2 = "Savenko"
6769

6870
[params.footer]
69-
copyright = "© Raditian. All rights reserved."
70-
[params.footer.radity_logo]
71-
_2x = "img/general/[email protected]"
72-
alt = "Design & Code - Radity"
73-
x = "img/general/design-and-code-radity.png"
71+
copyright = "© Valentin Savenko. All rights reserved."

public/404.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ <h4>Page not found</h4>
273273
<div class="container">
274274
<div class="footer__left">
275275
<div class="footer__copy">
276-
© Raditian. All rights reserved.
276+
© vs. All rights reserved.
277277
</div>
278278
</div>
279279
<div class="footer__links">
@@ -295,9 +295,9 @@ <h4>Page not found</h4>
295295
<div class="footer__right">
296296
<a href="https://radity.com/"
297297
><img
298-
src="https://www.valentinsavenko.com/img/general/design-and-code-radity.png"
299-
srcset="https://www.valentinsavenko.com/img/general/design-and-code-radity.png 1x, https://www.valentinsavenko.com/img/general/[email protected] 2x"
300-
alt="Design &amp; Code - Radity"
298+
src="https://www.valentinsavenko.com/"
299+
srcset="https://www.valentinsavenko.com/ 1x, https://www.valentinsavenko.com/ 2x"
300+
alt=""
301301
/></a>
302302
</div>
303303
</div>

public/categories/index.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<link>https://www.valentinsavenko.com/categories/</link>
66
<description>Recent content in Categories on </description>
77
<generator>Hugo -- gohugo.io</generator>
8-
<language>en-us</language><atom:link href="https://www.valentinsavenko.com/categories/index.xml" rel="self" type="application/rss+xml" />
8+
<language>en-us</language>
9+
10+
<atom:link href="https://www.valentinsavenko.com/categories/index.xml" rel="self" type="application/rss+xml" />
11+
12+
913
</channel>
10-
</rss>
14+
</rss>

public/img/.DS_Store

-6 KB
Binary file not shown.

public/img/general/logo_vs.png

-91.8 KB
Binary file not shown.

public/img/who-am-i/user-picture.png

-308 KB
Binary file not shown.
-1.08 MB
Binary file not shown.
2.46 MB
Loading

0 commit comments

Comments
 (0)