From 9637e97f1cfb0abcb243215c01bc745e4fc6c5ca Mon Sep 17 00:00:00 2001 From: Sergey Nazaryev Date: Mon, 20 Jul 2020 01:42:09 +0300 Subject: Update to the latest version --- Gemfile | 1 + Gemfile.lock | 37 ++- README.md | 63 +++- _config.yml | 29 +- _includes/nav.html | 19 +- _layouts/default.html | 15 +- _layouts/projects.html | 145 +++++---- _posts/.2018-11-17-multiplayer-games.md.swp | Bin 0 -> 12288 bytes _posts/2016-05-20-good-designs.md | 34 +- _posts/2016-11-11-linux-spb.md | 74 ++++- _posts/2016-11-17-zaurus-c700.md | 48 +++ _posts/2016-11-21-jjb-folders.md | 23 ++ _posts/2017-03-17-job-sites.md | 68 ++++ _posts/2017-07-03-ultrabooks.md | 14 + _posts/2018-10-15-busybox-ulyanovsk.md | 41 +++ _posts/2018-11-17-multiplayer-games.md | 33 ++ articles.md | 7 - assets/Graphik-Bold-Cy-Web.woff | Bin 0 -> 65840 bytes assets/Graphik-Regular-Cy-Web.woff | Bin 0 -> 61038 bytes assets/candara.ttf | Bin 218504 -> 0 bytes assets/game/android.png | Bin 0 -> 26613 bytes assets/game/battletoads.gif | Bin 0 -> 39867 bytes assets/game/belmont.png | Bin 0 -> 4253 bytes assets/game/billrizer.png | Bin 0 -> 5308 bytes assets/game/cache.png | Bin 0 -> 61650 bytes assets/game/chipndale.png | Bin 0 -> 4111 bytes assets/game/game.html | 473 ++++++++++++++++++++++++++++ assets/game/higgins.png | Bin 0 -> 1580 bytes assets/game/ios.png | Bin 0 -> 25269 bytes assets/game/mario.png | Bin 0 -> 4098 bytes assets/game/objects/forest.png | Bin 0 -> 5895 bytes assets/game/objects/lamp.png | Bin 0 -> 3506 bytes assets/game/objects/shop-blue.png | Bin 0 -> 4136 bytes assets/game/objects/shop-red.png | Bin 0 -> 5198 bytes assets/game/objects/shop-violet.png | Bin 0 -> 4135 bytes assets/game/objects/sign-blue.png | Bin 0 -> 3494 bytes assets/game/objects/tall-green.png | Bin 0 -> 7952 bytes assets/game/objects/tall-red.png | Bin 0 -> 8198 bytes assets/game/objects/tall-violet.png | Bin 0 -> 8043 bytes assets/game/objects/trash.png | Bin 0 -> 2892 bytes assets/game/objects/wide-gray.png | Bin 0 -> 6935 bytes assets/game/objects/wide-green.png | Bin 0 -> 7005 bytes assets/game/objects/wide-violet.png | Bin 0 -> 6815 bytes assets/game/objects/world.png | Bin 0 -> 8877 bytes assets/game/stollman.png | Bin 0 -> 25944 bytes assets/game/world.png | Bin 0 -> 8877 bytes assets/style.css | 250 ++++++++++----- assets/syntax.css | 62 ++++ forge.md | 38 --- index.md | 37 ++- notes.md | 7 + projects.md | 7 + resume.pdf | Bin 0 -> 26385 bytes 53 files changed, 1258 insertions(+), 267 deletions(-) create mode 100644 _posts/.2018-11-17-multiplayer-games.md.swp create mode 100644 _posts/2016-11-17-zaurus-c700.md create mode 100644 _posts/2016-11-21-jjb-folders.md create mode 100644 _posts/2017-03-17-job-sites.md create mode 100644 _posts/2017-07-03-ultrabooks.md create mode 100644 _posts/2018-10-15-busybox-ulyanovsk.md create mode 100644 _posts/2018-11-17-multiplayer-games.md delete mode 100644 articles.md create mode 100644 assets/Graphik-Bold-Cy-Web.woff create mode 100644 assets/Graphik-Regular-Cy-Web.woff delete mode 100644 assets/candara.ttf create mode 100644 assets/game/android.png create mode 100644 assets/game/battletoads.gif create mode 100644 assets/game/belmont.png create mode 100644 assets/game/billrizer.png create mode 100644 assets/game/cache.png create mode 100644 assets/game/chipndale.png create mode 100644 assets/game/game.html create mode 100644 assets/game/higgins.png create mode 100644 assets/game/ios.png create mode 100644 assets/game/mario.png create mode 100755 assets/game/objects/forest.png create mode 100755 assets/game/objects/lamp.png create mode 100755 assets/game/objects/shop-blue.png create mode 100755 assets/game/objects/shop-red.png create mode 100755 assets/game/objects/shop-violet.png create mode 100755 assets/game/objects/sign-blue.png create mode 100755 assets/game/objects/tall-green.png create mode 100755 assets/game/objects/tall-red.png create mode 100755 assets/game/objects/tall-violet.png create mode 100755 assets/game/objects/trash.png create mode 100755 assets/game/objects/wide-gray.png create mode 100755 assets/game/objects/wide-green.png create mode 100755 assets/game/objects/wide-violet.png create mode 100755 assets/game/objects/world.png create mode 100644 assets/game/stollman.png create mode 100644 assets/game/world.png create mode 100644 assets/syntax.css delete mode 100644 forge.md create mode 100644 notes.md create mode 100644 projects.md create mode 100644 resume.pdf diff --git a/Gemfile b/Gemfile index d846141..2148910 100644 --- a/Gemfile +++ b/Gemfile @@ -18,4 +18,5 @@ gem "jekyll", "3.3.0" # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.6" + gem "jekyll-redirect-from" end diff --git a/Gemfile.lock b/Gemfile.lock index 4dcc886..ce7298b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,10 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.5.0) - public_suffix (~> 2.0, >= 2.0.2) + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) colorator (1.1.0) - ffi (1.9.14) + ffi (1.9.18) forwardable-extended (2.6.0) jekyll (3.3.0) addressable (~> 2.4) @@ -19,25 +19,31 @@ GEM safe_yaml (~> 1.0) jekyll-feed (0.8.0) jekyll (~> 3.3) - jekyll-sass-converter (1.4.0) + jekyll-redirect-from (0.13.0) + jekyll (~> 3.3) + jekyll-sass-converter (1.5.1) sass (~> 3.4) - jekyll-watch (1.5.0) - listen (~> 3.0, < 3.1) - kramdown (1.12.0) + jekyll-watch (1.5.1) + listen (~> 3.0) + kramdown (1.16.2) liquid (3.0.6) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) mercenary (0.3.6) - pathutil (0.14.0) + pathutil (0.16.1) forwardable-extended (~> 2.6) - public_suffix (2.0.4) - rb-fsevent (0.9.8) - rb-inotify (0.9.7) - ffi (>= 0.5.0) + public_suffix (3.0.1) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) rouge (1.11.1) safe_yaml (1.0.4) - sass (3.4.22) + sass (3.5.5) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) PLATFORMS ruby @@ -45,9 +51,10 @@ PLATFORMS DEPENDENCIES jekyll (= 3.3.0) jekyll-feed (~> 0.6) + jekyll-redirect-from RUBY VERSION - ruby 2.1.5p273 + ruby 2.6.2p47 BUNDLED WITH - 1.13.6 + 1.17.2 diff --git a/README.md b/README.md index 5b2a406..d57ecf9 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,59 @@ -zar's homepage -============== +# nazaryev-blog -Site based on Jekyll with my blog and portfolio +Welcome to your new Jekyll theme! In this directory, you'll find the files you +need to be able to package up your theme into a gem. Put your layouts in +`_layouts`, your includes in `_includes` and your sass in `_sass`. To +experiment with this code, add some sample content and run `bundle exec jekyll +serve` – this directory is setup just like a Jekyll site! -## Building +TODO: Delete this and the text above, and describe your gem -For building just type in shell: +## Installation -```bash -$ jekyll build -``` +Add this line to your Jekyll site's Gemfile: + +```ruby gem "nazaryev-blog" ``` + +And add this line to your Jekyll site's `_config.yml`: + +```yaml theme: nazaryev-blog ``` + +And then execute: + + $ bundle + +Or install it yourself as: + + $ gem install nazaryev-blog + +## Usage + +TODO: Write usage instructions here. Describe your available layouts, includes, +and/or sass. + +## Contributing + +Bug reports and pull requests are welcome on GitHub at +https://github.com/[USERNAME]/hello. This project is intended to be a safe, +welcoming space for collaboration, and contributors are expected to adhere to +the [Contributor Covenant](http://contributor-covenant.org) code of conduct. + +## Development + +To set up your environment to develop this theme, run `bundle install`. + +You theme is setup just like a normal Jelyll site! To test your theme, run +`bundle exec jekyll serve` and open your browser at `http://localhost:4000`. +This starts a Jekyll server using your theme. Add pages, documents, data, etc. +like normal to test your theme's contents. As you make modifications to your +theme and to your content, your site will regenerate and you should see the +changes in the browser after a refresh, just like normal. + +When your theme is released, only the files in `_layouts`, `_includes`, and +`_sass` tracked with Git will be released. + +## License + +The theme is available as open source under the terms of the [MIT +License](http://opensource.org/licenses/MIT). -Static HTML pages will be generated in `_site` directory. diff --git a/_config.yml b/_config.yml index 807badd..e2aaa32 100644 --- a/_config.yml +++ b/_config.yml @@ -1,15 +1,17 @@ name: Сергей Назарьев -position: Software Developer -location: Saint Petersburg +position: Инженер Linux (embedded) +location: Санкт-Петербург +age: 22 года email: sergey@nazaryev.ru +telegram: picokun description: Сергей Назарьев. Разработчик всяких IT-штук. Санкт-Петербург. markdown: kramdown links: - - title: "CV" - url: "http://forge.nazaryev.ru/CV.pdf" + - title: "Резюме" + url: "http://nazaryev.ru/resume.pdf" - - title: "File Archive" + - title: "Файлопомойка" url: "http://files.nazaryev.ru/" exclude: @@ -30,9 +32,6 @@ sites: - title: "Газовик" url: "http://gazovik.ru" - - title: "Кинотеатр Пионер" - url: "http://pioner-kino.ru" - - title: "Океан-тур" url: "http://okean-tur.ru" @@ -41,7 +40,7 @@ products: url: http://cp.mobiumapps.com screenshot: assets/products/mobium.png icon: assets/products/mobium_icon.png - tags: [ ASP.NET, Вёрстка ] + tags: [ asp.net, вёрстка ] description: > Некоторое время по работе поддерживал панель для клиентов сервиса по созданию кроссплатформенных приложений. В @@ -52,7 +51,7 @@ products: url: http://galaxy-rpg.ru screenshot: assets/products/gy.png icon: assets/products/gy_icon.png - tags: [ MODx, PHP ] + tags: [ modx, php ] description: > По старой дружбе с клиентом выступил в этом проекте в роли менеджера и программиста: тесно взаимодействовал с клиентом, @@ -62,7 +61,7 @@ products: url: unknown screenshot: assets/products/exhosting.png icon: assets/products/exhosting_icon.png - tags: [ PHP, Linux ] + tags: [ php, linux ] description: > Ныне уже несуществующий игровой хостинг. Для него была сделана удобная и простая панель для управления игровыми @@ -73,7 +72,7 @@ products: url: https://play.google.com/store/apps/details?id=ru.copypaste screenshot: assets/products/kopipasta.png icon: assets/products/kopipasta_icon.png - tags: [ Android, Java ] + tags: [ android, java ] description: > Читалка сайта Kopipasta.ru с кэшированием и системой избранного. Проба пера. @@ -82,7 +81,7 @@ products: url: unknown screenshot: assets/products/lovesushi.png icon: assets/products/lovesushi_icon.png - tags: [ Android, Java ] + tags: [ android, java ] description: > Меню для суши-бара Love Суши (г. Саратов). Используется вместо традиционного бумажного меню. @@ -91,7 +90,7 @@ products: url: http://cpt-yurcom.ru screenshot: assets/products/yurcom.png icon: assets/products/yurcom_icon.png - tags: [ PHP, MODx ] + tags: [ php, modx ] description: > Портал юристов, сделанный под эгидой Nopreset (топовой web-студии г. Саратова). Реализован back-end под управлением @@ -102,7 +101,7 @@ products: url: unknown screenshot: assets/products/emuteam.png icon: assets/products/emuteam_icon.png - tags: [ Вёрстка, Дизайн ] + tags: [ вёрстка, дизайн ] description: > Сайт «стримеров» — игроков, показывающих игровой процесс в прямом эфире. Я был их посетителем, когда ещё их сайт был diff --git a/_includes/nav.html b/_includes/nav.html index 12789b4..08ac5a4 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -4,26 +4,35 @@ {{ site.name }}
- {{ site.position }}, 20 at {{ site.location }} +
{{ site.position }},
+ {{ site.age }} @ {{ site.location }}
- -