Skip to content

Commit ae35b66

Browse files
committed
upd. page. about.
1 parent d51567c commit ae35b66

29 files changed

Lines changed: 2212 additions & 910 deletions

File tree

blog/config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ permalinks:
99
page: /:slug/
1010

1111
DefaultContentLanguage: ru
12+
13+
markup:
14+
goldmark:
15+
renderer:
16+
unsafe: true
17+
1218
languages:
1319
en:
1420
languageName: en

blog/content/page/about/index.en.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: About
3+
slug: about
34
description: ml/ros specialist
45
date: '2019-02-28'
56
aliases:
6-
- about
77
- contact
8+
- обо-мне
89
lastmod: '2020-10-09'
910
menu:
1011
main:
@@ -31,6 +32,14 @@ Worth noting: GPT‑3.5 (which showed that chatting with a bot was possible) was
3132

3233
On the channel I'll cover what interests me: machine learning, computer vision, and building robotic systems.
3334

35+
<div class="video-wrapper">
36+
<iframe width="560" height="315" src="https://www.youtube.com/embed/O-Itc0rRttk?si=zrkFvgWaKo9JRs0i" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
37+
</div>
38+
3439
---
3540

36-
*Contact:* [svfcode@gmail.com](mailto:svfcode@gmail.com)
41+
*Contact:* <a href="mailto:svfcode@gmail.com">svfcode@gmail.com</a>
42+
43+
<hr>
44+
45+
{{< about_timeline >}}

blog/content/page/about/index.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: Обо мне
3+
slug: about
34
description: ml/ros специалист
45
date: '2019-02-28'
56
aliases:
6-
- about
77
- contact
8+
- обо-мне
89
lastmod: '2020-10-09'
910
menu:
1011
main:
@@ -31,8 +32,14 @@ menu:
3132

3233
На канале буду рассказывать об интересующих меня темах: машинное обучение, компьютерное зрение и создание роботизированных систем.
3334

35+
<div class="video-wrapper">
36+
<iframe width="560" height="315" src="https://www.youtube.com/embed/O-Itc0rRttk?si=zrkFvgWaKo9JRs0i" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
37+
</div>
38+
3439
---
3540

36-
*Контакты:* [svfcode@gmail.com](mailto:svfcode@gmail.com)
41+
*Контакты:* <a href="mailto:svfcode@gmail.com">svfcode@gmail.com</a>
42+
43+
<hr>
3744

3845
{{< about_timeline >}}

blog/public/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2 class="site-description">ai, ml, nn, cv, ros, etc.</h2>
9090

9191

9292
<li >
93-
<a href='/%D0%BE%D0%B1%D0%BE-%D0%BC%D0%BD%D0%B5/' >
93+
<a href='/about/' >
9494

9595

9696

0 commit comments

Comments
 (0)