Skip to content

Commit 1e0d76f

Browse files
committed
fix
1 parent 2e63f63 commit 1e0d76f

68 files changed

Lines changed: 4429 additions & 26955 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/authors/admin/_index.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Slava Chernoy
3+
superuser: true
4+
role: Software Engineer
5+
6+
organizations: []
7+
8+
interests:
9+
- Distributed Systems
10+
- Infrastructure
11+
12+
education:
13+
courses:
14+
- course: MSc in Computer Science
15+
institution: Technion -- Israel Institute of Technology
16+
year: 2011
17+
18+
social:
19+
- icon: linkedin
20+
icon_pack: fab
21+
link: https://linkedin.com/in/slava-chernoy-9859a81/
22+
- icon: github
23+
icon_pack: fab
24+
link: https://github.com/vchernoy
25+
- icon: stack-overflow
26+
icon_pack: fab
27+
link: https://stackoverflow.com/users/276287/slava
28+
---
29+
30+
Backend software engineer with focus on building infrastructure and distributed systems.

content/home/_index.md

Whitespace-only changes.

content/home/about.md

Lines changed: 9 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,9 @@
1-
+++
2-
# About/Biography widget.
3-
widget = "about"
4-
active = true
5-
#date = "2016-04-20T00:00:00"
6-
draft = false
7-
8-
9-
# Order that this section will appear in.
10-
weight = 1
11-
12-
# List your academic interests.
13-
[interests]
14-
interests = [
15-
"Distributed Systems",
16-
"Infrastructure"
17-
]
18-
19-
[[education.courses]]
20-
course = "MSc in Computer Science"
21-
institution = "Technion -- Israel Institute of Technology"
22-
year = 2011
23-
24-
+++
25-
26-
# About
27-
28-
Backend software engineer with focus on building infrastructure and distributed systems.
1+
---
2+
widget: about
3+
active: true
4+
headless: true
5+
weight: 1
6+
7+
title: About
8+
author: admin
9+
---

content/home/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
# Homepage
3+
type: widget_page
4+
5+
# Homepage is headless, other widget pages are not.
6+
headless: true
7+
---

content/home/posts.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
1-
+++
2-
# Recent Posts widget.
3-
# This widget displays recent posts from `content/post/`.
4-
widget = "posts"
5-
active = true
6-
date = "2016-04-20T00:00:00"
7-
draft = false
1+
---
2+
widget: collection
3+
active: true
4+
headless: true
5+
weight: 40
86

9-
title = "Recent Posts"
10-
subtitle = ""
7+
title: Recent Posts
8+
subtitle: ''
119

12-
# Order that this section will appear in.
13-
weight = 40
14-
15-
# Show posts that contain the following tags. Default to any tags.
16-
tags = []
17-
tags_include = []
18-
tags_exclude = []
19-
20-
# Number of posts to list.
21-
count = 5
22-
23-
+++
10+
content:
11+
page_type: post
12+
count: 5
13+
offset: 0
14+
order: desc
15+
filters: {}
2416

17+
design:
18+
columns: '1'
19+
view: compact
20+
background: {}
21+
spacing: {}
22+
---

0 commit comments

Comments
 (0)