Skip to content

Commit 52ff222

Browse files
committed
Update content of website
1 parent 9cd661f commit 52ff222

17 files changed

Lines changed: 29 additions & 17 deletions

config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#=========================================================================================
77

88
base_url = "https://isgin01.github.io"
9-
title = "isgin01's blog"
10-
description = "xxxx xxxx xxxx"
9+
title = "isgin01's personal website"
10+
description = "I like books, mathematics, programming, and languages."
1111
default_language = "en"
1212
theme = "serene"
1313
output_dir = "public"
@@ -18,7 +18,7 @@ generate_feeds = false # Whether to generate a feed file in root, read docs for
1818
feed_filenames = [
1919
"feed.xml",
2020
] # "feed.xml" | "atom.xml" | "rss.xml", read docs for more info
21-
taxonomies = [{ name = "tags" }, { name = "categories" }]
21+
# taxonomies = [{ name = "tags" }, { name = "categories" }]
2222

2323
[markdown]
2424
highlight_code = true
@@ -46,7 +46,7 @@ anchors = "on"
4646
sections = [
4747
{ name = "hire me", path = "/hireme", is_external = false },
4848
{ name = "posts", path = "/posts", is_external = false },
49-
# { name = "github", path = "https://github.com/<your-username>", is_external = true },
49+
# { name = "github", path = "https://github.com/isgin01", is_external = true },
5050
]
5151
blog_section_path = "/posts"
5252

content/_index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ lang = 'en'
88
footer = false
99

1010
# If you don't want to display id/bio/avatar, simply comment out that line
11-
name = "Ivan Smagin"
12-
id = "isgin01"
13-
bio = "JS developer"
11+
name = "isgin01"
12+
# id = "isgin01"
13+
# bio = "JS developer"
1414
avatar = "avatar.webp"
1515
links = [
1616
{ name = "GitHub", icon = "github", url = "https://github.com/isgin01" },
1717
{ name = "Email", icon = "email", url = "mailto:isgin01@gmail.com" },
18+
{ name = "Telegram", icon = "telegram", url = "https://t.me/isgin01" },
1819
]
1920

2021
# Show a few recent posts in home page
@@ -24,4 +25,4 @@ recent_more_text = "more »"
2425
date_format = "%b %-d, %Y"
2526
+++
2627

27-
Hi, I'm ...
28+
Hi, I'm a

content/apple-touch-icon.png

5.39 KB
Loading

content/favicon-16x16.png

281 Bytes
Loading

content/favicon-32x32.png

544 Bytes
Loading

content/hireme/_index.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
+++
2-
title = "Hire me"
2+
title = "isgin01 - hire me"
3+
description = "A section on isgin01's personal website explaining why you should hire him."
34
template = "prose.html"
45
insert_anchor_links = "none"
56

@@ -13,27 +14,35 @@ comment = false
1314
reaction = false
1415
+++
1516

16-
My name is Ivan Smagin and I'm a JS software developer. I'm the most proficient in JS ecosystem with some knowledge of Python as well.
17+
# Hire me
1718

18-
## What I worked on most
19+
[resume.pdf](resume-isgin01-2026-01.pdf)
1920

20-
### AudataDAO
21+
I'm a full-stack JS engineer.
22+
23+
Projects I’m most proud of:
24+
25+
## AudataDAO
2126

2227
A DataDAO built on network $VANA that lets you upload your voice and get $AUDATA token for it later to collect data to fuel AI voice agents.
2328

2429
- [Website](https://audata.space)
2530
- [Twitter/X](https://x.com/audatadao)
2631
- [GitHub](https://github.com/cape4labs/audatadao_dlp_ui)
2732

28-
### Sunflower wallet
33+
## Sunflower wallet
2934

30-
A Stacks blockchain only hot-wallet with focus BTCFi operations.
35+
A Stacks blockchain only hot-wallet with focus on BTCFi operations.
3136

3237
- [Website](https://sunflower-wallet.webflow.io/)
3338
- [GitHub](https://github.com/cape4labs/sunflower_wallet_app)
3439

35-
### Zauth
40+
## Zauth
3641

3742
A secure storage for your social media data encrypted on-chain for connection with various SocialFi / InfoFi platforms.
3843

3944
- [Github](https://github.com/cape4labs/zauth_frontend)
45+
46+
---
47+
48+
Everything was possible because of the wonderful people from [cape4labs team](https://github.com/cape4labs).
36.2 KB
Binary file not shown.

content/posts/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
2-
title = "Blog"
3-
description = "My blog site."
2+
title = "isgin01's posts"
3+
description = "I like books, mathematics, programming, and languages."
44
sort_by = "date"
55
template = "blog.html"
66
page_template = "post.html"

public/apple-touch-icon.png

5.39 KB
Loading

public/avatar.jpeg

-82.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)