mirror of https://gitlab.com/curben/blog
Clarify link to repo.
This commit is contained in:
parent
aa33c65f9e
commit
5efef34019
|
@ -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:
|
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
<hr>
|
<hr>
|
||||||
<% } %>
|
<% } %>
|
||||||
<div id="copyright" class="copyright">
|
<div id="copyright" class="copyright">
|
||||||
© <%= 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}) %>.
|
© <%= 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>
|
||||||
|
|
Loading…
Reference in New Issue