~xdavidwu/xdavidwu.link

ad391330da40995386b2bd5c189e4242b881aa4c — xdavidwu 3 years ago 267861d
add license info
3 files changed, 4 insertions(+), 1 deletions(-)

M LICENSE
M _config.yml
M _includes/footer.html
M LICENSE => LICENSE +1 -0
@@ 1,6 1,7 @@
The MIT License (MIT)

Copyright (c) 2013-2020 Michael Rose and contributors
Copyright (c) 2018-2021 xdavidwu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

M _config.yml => _config.yml +2 -0
@@ 25,6 25,8 @@ description              : ""
url                      : "https://xdavidwu.eglo.ga" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl                  : "" # the subpath of your site, e.g. "/blog"
repository               : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
since                    : "2018"
license_url              : "https://gitlab.eglo.ga/xdavidwu/xdavidwu.eglo.ga/-/blob/master/LICENSE"
teaser                   : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo                     : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
masthead_title           : # overrides the website title displayed in the masthead, use " " for no title

M _includes/footer.html => _includes/footer.html +1 -1
@@ 12,4 12,4 @@
  </ul>
</div>

<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
<div class="page__footer-copyright">&copy; {{ site.since }}-{{ date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a>. Based on <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.<br>Content is <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA</a>. Code is <a href="{{ site.license_url }}">MIT</a>.</div>