リポジトリ周りのそれっぽいところを更新

This commit is contained in:
sino 2024-03-31 17:32:05 +09:00
parent 06bfc5b9eb
commit e15d79294a
2 changed files with 4 additions and 4 deletions

View File

@ -30,8 +30,8 @@ theme:
extra_css:
- css/extra.css
repo_name: 'AkkomaGang/akkoma'
repo_url: 'https://akkoma.dev/AkkomaGang/akkoma'
repo_name: 'sliver/akkoma'
repo_url: 'https://akkoma.dev/sliver/akkoma'
extra:
repo_icon: gitea

View File

@ -38,10 +38,10 @@
{% endif %}
{% if page and page.url.startswith('backend') %}
{% set repo_url = "https://akkoma.dev/AkkomaGang/akkoma" %}
{% set repo_url = "https://akkoma.dev/sliver/akkoma" %}
{% set repo_name = "AkkomaGang/akkoma" %}
{% elif page and page.url.startswith('frontend') %}
{% set repo_url = "https://akkoma.dev/AkkomaGang/akkoma-fe" %}
{% set repo_url = "https://akkoma.dev/sliver/akkoma-fe" %}
{% set repo_name = "AkkomaGang/akkoma-fe" %}
{% else %}
{% set repo_url = config.repo_url %}