updated config

This commit is contained in:
tom5079
2019-05-12 01:17:03 +09:00
parent 52c0b9e2e5
commit 7bdcec1ea2
2 changed files with 11 additions and 7 deletions

View File

@@ -2,4 +2,11 @@ theme: jekyll-theme-cayman
title: Pupil
tagline: Hitomi.la viewer for Android
baseurl: "/Pupil"
baseurl: "/Pupil"
show_downloads: true
google_analytics: UA-119938781-2
github:
app_url: http://www.naver.com/
issue_url: https://github.com/tom5079/Pupil-issue/issues/new/choose

View File

@@ -25,12 +25,9 @@
<header class="page-header" role="banner">
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
{% if site.github.is_project_page %}
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
{% endif %}
{% if site.show_downloads %}
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
<a href="{{ site.github.app_url }}" class="btn">Download app</a>
<a href="{{ site.github.issue_url }}" class="btn">Having a problem?</a>
{% endif %}
</header>
@@ -39,7 +36,7 @@
<footer class="site-footer">
{% if site.github.is_project_page %}
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
<span class="site-footer-owner">{{ site.github.repository_name }} is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
{% endif %}
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
</footer>