Skip to content

Commit

Permalink
change theme
Browse files Browse the repository at this point in the history
  • Loading branch information
rndev-io committed Jul 26, 2023
1 parent 3f03a5c commit f9468a3
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/hugo-texify2"]
path = themes/hugo-texify2
url = https://github.com/weastur/hugo-texify2.git
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 20 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
baseurl = "https://rusnasonov.com/"
languageCode = "ru,en"
title = "Ruslan Nasonov"
theme = "hugo-rusnasonov-theme"
theme = "hugo-texify2"
publishDir = "output"
sectionPagesMenu = "main"
enableRobotsTXT = true
Expand All @@ -21,3 +21,22 @@ keywords = ["программирование", "блог", "it", "ит", "бл
author = "Ruslan Nasonov"
avatar = "/images/avatar.jpg"
yandexMetrica = 46434456

[params.commentEngine]
code = """
<script src="https://giscus.app/client.js"
data-repo="rusnasonov/blog"
data-repo-id="MDEwOlJlcG9zaXRvcnk3NjY3MTY2OQ=="
data-category="Announcements"
data-category-id="DIC_kwDOBJHqtc4CYIxL"
data-mapping="title"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="preferred_color_scheme"
data-lang="ru"
crossorigin="anonymous"
async>
</script>
"""
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ TeamLead Conf — одна из конференций Олега Бунина.

<!--more-->

{{< img "image.jpg" "">}}


Конференция проходит 2 дня, в 3 потока. Параллельно идут митапы — это когда обозначена некая тема, но нет таймингов, и общение в формате диалога. Для себя определил, что конференция это не доклады (их в 99% случаев выкладывают в открытый доступ), а общение с другими участниками. Я пока разговоры с рандомным участниками начинать не научился, да и смысла особого не вижу. А вот пообщаться с докладчиками самое то. Сейчас почти на всех конфах после докладов есть секция QA, когда докладчик стоит в стороне, а ты можешь задать ему вопросов, и это круто. Составил план куда я буду ходить, да еще надеялся писать в реальном времени "конспекты". В итоге конспекты достаю из головы, а на половину не пошел — завис в куларах.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ ogimage: "https://code.visualstudio.com/assets/blogs/2018/09/10/github_pr_hero.p
6. Указывать теги и ревьюеров.
7. Работать с GitHub Enterprise.

{{< img "image.jpg" "">}}

Для сравнения, в [IDE от JetBrains](https://blog.jetbrains.com/idea/2018/10/intellij-idea-2018-3-eap-github-pull-requests-and-more) тоже есть возможность работать с pr, но функциональность сильно скуднее - нельзя комментировать, смотреть комментарии, подтвержать и мержить, неудобная фильтрация.
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ ogimage: "https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images
* Подсветка измененных строк одного коммита.
* Просмотр изменений в коммите.

{{< img "image.png" "">}}

### Просмотр информации о репозитории

* Просмотр локальных и удаленных веток.
Expand All @@ -37,6 +35,5 @@ ogimage: "https://raw.githubusercontent.com/eamodio/vscode-gitlens/master/images
* Поиск коммитов по автору, файлу, сообщению, хешу.


{{< img "image1.png" "">}}

Расширение очень годное, рекомендую к использованию!
Расширение очень годное, рекомендую к использованию!
1 change: 1 addition & 0 deletions themes/hugo-texify2
Submodule hugo-texify2 added at d09e91

0 comments on commit f9468a3

Please sign in to comment.