Изменение адреса ссылки git
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
Клонируем репозиторий
|
||||
|
||||
```$ git clone https://gitea.zlinux.ru/gitea/zloy_linux/blog.zlinux.ru.git ~/blog```
|
||||
```$ git clone https://gitea.zlinux.ru/zloy_linux/blog.zlinux.ru.git ~/blog```
|
||||
|
||||
переходим в директорию нашего блога
|
||||
|
||||
|
||||
@@ -226,7 +226,7 @@ enable_csp = false
|
||||
#]
|
||||
|
||||
|
||||
remote_repository_url = "https://gitea.zlinux.ru/gitea/zloy_linux/blog.zlinux.ru.git"
|
||||
remote_repository_url = "https://gitea.zlinux.ru/zloy_linux/blog.zlinux.ru.git"
|
||||
remote_repository_git_platform = "auto"
|
||||
remote_repository_branch = "main"
|
||||
show_remote_changes = true
|
||||
@@ -262,7 +262,7 @@ menu = [
|
||||
{ name = "articles", url = "articles", trailing_slash = true },
|
||||
{ name = "tags", url = "tags", trailing_slash = true },
|
||||
{ name = "archive", url = "archive", trailing_slash = true },
|
||||
{ name = "git", url = "https://gitea.zlinux.ru/gitea/zloy_linux", trailing_slash = true },
|
||||
{ name = "git", url = "https://gitea.zlinux.ru/zloy_linux", trailing_slash = true },
|
||||
]
|
||||
|
||||
feed_icon = true
|
||||
|
||||
Reference in New Issue
Block a user