Clarify link to repo.

This commit is contained in:
curben 2018-09-19 18:32:51 +09:30
parent aa33c65f9e
commit 5efef34019
2 changed files with 5 additions and 20 deletions

View File

@ -8,6 +8,7 @@ dark: true
menu: menu:
Home: / Home: /
About: /about About: /about
GitLab: https://gitlab.com/curben/curben.gitlab.io
# Your Feed Location # Your Feed Location
#rss: /atom.xml #rss: /atom.xml
@ -26,18 +27,12 @@ description: Troubleshooting, tips & tricks, etc.
icons: false icons: false
# Footer area links # Footer area links
# NOTICE) If you set "icons: false" link names will be clear text # If you set "icons: false" link names will be clear text
# If "icons: true" link names will interpreted as fontawesome icon names # If "icons: true" link names will interpreted as fontawesome icon names
# NOTICE) Use the fontawesome icon names without the fa- prefix (http://fontawesome.io/cheatsheet/) # Use only the brand icon names (https://fontawesome.com/cheatsheet#brands)
links: links:
Home: / Home: /
# globe: GitLab: https://gitlab.com/curben/curben.gitlab.io
# twitter:
# github-alt:
# youtube-play:
# stack-overflow:
# google-plus:
# rss:
# nav position (top, left. top is default) # nav position (top, left. top is default)
nav: left nav: left
@ -45,13 +40,3 @@ nav: left
# Info # Info
archive_footer_content: archive_footer_content:
post_footer_content: post_footer_content:
# Donate
donate:
enable: false
github:
paypal:
bitcoin:
BTCQR:
AliPayQR:
WeChatQR:

View File

@ -10,6 +10,6 @@
<hr> <hr>
<% } %> <% } %>
<div id="copyright" class="copyright"> <div id="copyright" class="copyright">
&copy; <%= date(new Date(), 'YYYY') %> <%- link_to('https://gitlab.com/curben/curben.gitlab.io', config.author, {external: true}) %>. <%= __('powered_by') %> <%- link_to('https://docs.gitlab.com/ee/user/project/pages/', 'GitLab Pages', {external: true}) %> using <%- link_to('https://hexo.io/', 'Hexo', {external: true}) %> with <%- link_to('https://github.com/geekplux/hexo-theme-typing', 'Typing', {external: true}) %> theme. <br>Content is licensed under <%- link_to('https://creativecommons.org/licenses/by-sa/4.0/', 'CC-BY-SA 4.0', {external: true}) %>. &copy; <%= date(new Date(), 'YYYY') %> <%= config.author %>. <%= __('powered_by') %> <%- link_to('https://hexo.io/', 'Hexo', {external: true}) %> with <%- link_to('https://github.com/geekplux/hexo-theme-typing', 'Typing', {external: true}) %> theme. <br>Content is licensed under <%- link_to('https://creativecommons.org/licenses/by-sa/4.0/', 'CC-BY-SA 4.0', {external: true}) %>.
</div> </div>
</footer> </footer>