forked from AkkomaGang/akkoma
リポジトリ周りのそれっぽいところを更新
This commit is contained in:
parent
06bfc5b9eb
commit
e15d79294a
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
4
docs/theme/partials/source.html
vendored
4
docs/theme/partials/source.html
vendored
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue