Skip to content

Commit

Permalink
sorokin.engineer
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed May 27, 2019
1 parent d804ed0 commit fe21c3b
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
My personal blog http://masterandrey.com
My personal blog http://sorokin.engineer

To run locally

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -39,7 +39,7 @@ yandex_metrika: 44084904

# Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co)
# Used for Sitemap.xml and your RSS feed
url: https://masterandrey.com
url: https://sorokin.engineer

# If you're hosting your site at a Project repository on GitHub pages
# (http://yourusername.github.io/repository-name)
Expand Down
13 changes: 13 additions & 0 deletions _layouts/redirected.html
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<link rel="canonical" href="{{ page.redirect_to }}"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;url={{ page.redirect_to }}" />
</head>
<body>
<h1>Redirecting...</h1>
<a href="{{ page.redirect_to }}">Click here if you are not redirected.<a>
<script>location='{{ page.redirect_to }}'</script>
</body>
</html>
2 changes: 1 addition & 1 deletion posts/en/_posts/1999-12-31-about.md
Expand Up @@ -43,7 +43,7 @@ Tools: Anything and everywhere 8-)
Last vacations in Crimea..

### Contact me
* [Blog](http://masterandrey.com)
* [Blog](http://sorokin.engineer)
* [Linkedin](https://www.linkedin.com/in/masterandrey/)
* [Guthub](https://github.com/masterandrey)

Expand Down
2 changes: 1 addition & 1 deletion posts/en/_posts/1999-12-31-regexpstudio_site_is_lunched.md
Expand Up @@ -7,4 +7,4 @@ title: "TRegExpr site have been lunched"
tags: [pascal, regexp, delphi]
---

The [TRegExpr](https://regex.masterandrey.com/en/latest/) site have been lunched.
The [TRegExpr](https://regex.sorokin.engineer/en/latest/) site have been lunched.
Expand Up @@ -119,5 +119,5 @@ Conclusion
expressions can save
you incredible amount of stupid coding work !

[Regular expressions syntax explained](https://regex.masterandrey.com/regex)
[Regular expressions syntax explained](https://regex.sorokin.engineer/regex)

Expand Up @@ -22,5 +22,5 @@ as show in code below.

The result would be like on picture above.

In my [article](https://masterandrey.com/posts/en/e2e_tests.html)
In my [article](https://sorokin.engineer/posts/en/e2e_tests.html)
I explain how you can set up powerful test infrastructure in no time.
2 changes: 1 addition & 1 deletion posts/ru/_posts/1999-12-31-about.md
Expand Up @@ -40,7 +40,7 @@ Tools: Anything and everywhere 8-)
Крым..

### Контакты
* [Блог](https://masterandrey.com/ru/index.html)
* [Блог](https://sorokin.engineer/ru/index.html)
* [Linkedin](https://www.linkedin.com/in/masterandrey/)
* [Guthub](https://github.com/masterandrey)

2 changes: 1 addition & 1 deletion posts/ru/_posts/1999-12-31-regexpstudio_site_is_lunched.md
Expand Up @@ -7,4 +7,4 @@ title: "Запущен сайт TRegExpr"
tags: [pascal, regexp, delphi]
---

Создан сайт [TRegExpr](https://regex.masterandrey.com/ru/latest/)
Создан сайт [TRegExpr](https://regex.sorokin.engineer/ru/latest/)
Expand Up @@ -116,4 +116,4 @@ end;
Лучше опишите его на языке регулярных выражений и тем самым избавьтесь от
нудной работы!

[Описание синтаксиса регулярных выражений TRegExpr](https://regex.masterandrey.com/rus)
[Описание синтаксиса регулярных выражений TRegExpr](https://regex.sorokin.engineer/rus)
Expand Up @@ -9,7 +9,7 @@ redirect_from: "/posts/ru/amazon_dash_button_hack_install/"
---

Установка умной wifi кнопки (Amazon Dash Button hack),
описаной в [Умная wi-fi кнопка](http://masterandrey.com/posts/ru/amazon_dash_button_hack/).
описаной в [Умная wi-fi кнопка](http://sorokin.engineer/posts/ru/amazon_dash_button_hack/).

## Установка в Docker на Synology

Expand Down
Expand Up @@ -26,4 +26,4 @@ redirect_from: "/posts/en/pytest_allure_selenium_auto_screenshot/"

Или узнать как с минимальными усилиями можно развернуть Selenium + Allure
конфигурацию для тестов
[из моей статьи](https://masterandrey.com/posts/ru/e2e_tests.html).
[из моей статьи](https://sorokin.engineer/posts/ru/e2e_tests.html).

0 comments on commit fe21c3b

Please sign in to comment.