master
plazmoid 2 years ago
parent 2673ba7d8c
commit 71c3d42e70
  1. 9
      config.toml
  2. 3
      content/_index.md
  3. 1
      content/about/cv.md
  4. 2
      content/about/index.md
  5. 1
      content/blog/rust-tricky-quiz.md
  6. 4
      content/home.md
  7. 4
      content/home.ru.md
  8. 3
      content/index.md
  9. 6
      content/projects.md

@ -41,3 +41,12 @@ menu_items = [
# just a placeholder to satisfy zola
{name = "", url = "$BASE_URL/"},
]
[languages.ru]
taxonomies = [
{name = "теги"},
]
[languages.ru.translations]
logo_text = "Ортёмья конура"

@ -0,0 +1,3 @@
+++
redirect_to = "home"
+++

@ -1,3 +1,4 @@
+++
title = "Curriculum vitae"
+++
CV placeholder

@ -1,7 +1,7 @@
+++
title = "About me"
+++
Are you an employer and looking for a Middle Rust Developer? Don't hesitate to check out my [CV](/about/cv) and [portfolio](/projects)!
Not enough? You wanna dig into my mind [deeper](/about/mind)?

@ -1,5 +1,6 @@
+++
title = "Tricky questions for any rust interview"
draft = true
date = "2022-08-18"
[taxonomies]

@ -0,0 +1,4 @@
+++
title = "Welcome, stranger"
+++
You're on ortem's website! Use top menu to navigate.

@ -0,0 +1,4 @@
+++
title = "Приветствую"
+++
Вы находитесь на самом ортёмном сайте во всей сети. Используйте меню для навигации.

@ -1,3 +0,0 @@
+++
+++
You're on ortem's website! Use top menu to navigate.

@ -1,17 +1,15 @@
+++
title = "My pet projects"
+++
* [Source code of ortem.xyz](https://git.ortem.xyz/root/ortem.xyz)
* [Yet another one brainfuck interpreter](https://github.com/plazmoid/brainfuck-rust)
* [unki](https://git.ortem.xyz/root/unki): cross-platform remote admin tool for not enough smart house
* [sockser](https://git.ortem.xyz/root/sockser): small program to establish and maintain SOCKS5-tunnel via ssh client
* [Teeworlds](https://github.com/plazmoid/teeworlds): rough clone of original [game](https://www.teeworlds.com/) written in python+pygame
* [teeworlds](https://github.com/plazmoid/teeworlds): rough clone of original [game](https://www.teeworlds.com/) written in python+pygame
* [bind-it](https://github.com/plazmoid/bind_it): small nightly-rust crate that allows to write `let n: impl Trait = 1;`
Loading…
Cancel
Save