- {{ if and site.Params.search.engine (in site.Params.search.show_in $current_page.RelPermalink ) }}
+ {{ if and site.Params.search.engine (not (in site.Params.search.unable_type .Type)) }}
-{{ end }}
-
- {{ with $st.Content }}{{ . }}{{ end }}
-
- {{ if $st.Params.content.filter_button }}
-
- {{ $filter_default := default (int $st.Params.content.filter_default) 0 }}
-
- {{/* Parse default filter tag from front matter in the form of either tag name or CSS class name. */}}
- {{ $default_filter_tag_raw := (index $st.Params.content.filter_button ($filter_default)).tag }}
- {{ $default_filter_tag := printf ".js-id-%s" (replace $default_filter_tag_raw " " "-") }}
- {{ if or (eq (substr $default_filter_tag_raw 0 1) "*") (eq (substr $default_filter_tag_raw 0 1) ".") }}
- {{ $default_filter_tag = $default_filter_tag_raw }}
- {{ end }}
-
- {{ $default_filter_tag }}
-
- {{/* Only show filter buttons if there are multiple filters. */}}
- {{ if gt (len $st.Params.content.filter_button) 1 }}
-
-
-
-
- {{ range $idx, $item := $st.Params.content.filter_button }}
- {{/* Parse filter tag from front matter in the form of either tag name or CSS class name. */}}
- {{ $data_filter := printf ".js-id-%s" (replace .tag " " "-") }}
- {{ if or (eq (substr .tag 0 1) "*") (eq (substr .tag 0 1) ".") }}
- {{ $data_filter = .tag }}
- {{ end }}
- {{ .name }}
- {{ end }}
-
+{{ end }}
+
+ {{ with $st.Content }}{{ . }}{{ end }}
+
+ {{ if and $st.Params.content.show_filter_button $st.Params.content.filter_button }}
+
+ {{ $filter_default := default (int $st.Params.content.filter_default) 0 }}
+
+ {{/* Parse default filter tag from front matter in the form of either tag name or CSS class name. */}}
+ {{ $default_filter_tag_raw := (index $st.Params.content.filter_button ($filter_default)).tag }}
+ {{ $default_filter_tag := printf ".js-id-%s" (replace $default_filter_tag_raw " " "-") }}
+ {{ if or (eq (substr $default_filter_tag_raw 0 1) "*") (eq (substr $default_filter_tag_raw 0 1) ".") }}
+ {{ $default_filter_tag = $default_filter_tag_raw }}
+ {{ end }}
+
+ {{ $default_filter_tag }}
+
+
+
+
+
+
+ {{/* Only show filter buttons if there are multiple filters. */}}
+ {{ if gt (len $st.Params.content.filter_button) 1 }}
+
+
+
+
+ {{ range $idx, $item := $st.Params.content.filter_button }}
+ {{/* Parse filter tag from front matter in the form of either tag name or CSS class name. */}}
+ {{ $data_filter := printf ".js-id-%s" (replace .tag " " "-") }}
+ {{ if or (eq (substr .tag 0 1) "*") (eq (substr .tag 0 1) ".") }}
+ {{ $data_filter = .tag }}
+ {{ end }}
+ {{ .name }}
+ {{ end }}
+
+
+
+
+ {{ end }}
+ {{ end }}
+
+
+
+
+
+ {{ if $st.Params.content.link_to_archive }}
+
+
+
+
+{{- end -}}
diff --git a/public b/public
index 3c3ff28..44bb9fd 160000
--- a/public
+++ b/public
@@ -1 +1 @@
-Subproject commit 3c3ff2868d6df4a9a79bf1daac865614c80f40ed
+Subproject commit 44bb9fde873e6982c8e3a641f0e0e3b43665977c
diff --git a/static/css/my.css b/static/css/my.css
new file mode 100644
index 0000000..f0edb8a
--- /dev/null
+++ b/static/css/my.css
@@ -0,0 +1,151 @@
+/* 看板娘 */
+#top #waifu #live2d {
+ height: 250px;
+ width: 250px;
+}
+
+#top #waifu-tips span {
+ color: #2962ff;
+}
+
+.waifu-right #waifu {
+ left: auto;
+ right: 0;
+}
+
+.waifu-right #waifu-toggle {
+ margin-right: -100px;
+ margin-left: 0px;
+ writing-mode: vertical-lr;
+}
+
+.waifu-right #waifu-tool {
+ right: auto;
+}
+
+.waifu-right #waifu-tips {
+ margin-left: auto;
+}
+
+.waifu-right #waifu-toggle {
+ left: auto;
+ right: 0;
+ margin-right: -100px;
+ transition: margin-right 0.5s;
+}
+
+.waifu-right #waifu-toggle.waifu-toggle-active {
+ margin-right: -35px;
+}
+
+.waifu-right #waifu-toggle.waifu-toggle-active:hover {
+ margin-right: -10px;
+}
+
+.waifu-left #waifu-toggle {
+ transition: margin-left 0.5s;
+}
+
+.waifu-left #waifu-toggle.waifu-toggle-active {
+ margin-left: -35px;
+}
+
+.waifu-left #waifu-toggle.waifu-toggle-active:hover {
+ margin-left: -10px;
+}
+
+
+
+
+/* nav渐变透明 */
+#navbar-main {
+ background: #bdc3c7;
+ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
+ background: linear-gradient(to right, rgba(44, 62, 80, 0.6), rgba(189, 195, 199, 0.6), rgba(44, 62, 80, 0.6));
+ /* Chrome 10-25, Safari 5.1-6 */
+ background: -webkit-linear-gradient(to right, rgba(44, 62, 80, 0.6), rgba(189, 195, 199, 0.6), rgba(44, 62, 80, 0.6));
+}
+
+#navbar-main .container {
+ height: 100%;
+}
+
+/* nav-menus渐变透明 */
+@media (max-width: 991.98px) {
+ .navbar-collapse {
+ background: #bdc3c7;
+ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
+ background: linear-gradient(to right, rgba(44, 62, 80, 0.6), rgba(189, 195, 199, 0.6), rgba(44, 62, 80, 0.6));
+ /* Chrome 10-25, Safari 5.1-6 */
+ background: -webkit-linear-gradient(to right, rgba(44, 62, 80, 0.6), rgba(189, 195, 199, 0.6), rgba(44, 62, 80, 0.6));
+ }
+}
+
+/* nav字体白色 */
+#navbar-main .navbar-brand,
+#navbar-main .navbar-toggler i,
+#navbar-main .main-menu-item ul li .nav-link,
+#navbar-main .nav-icons i {
+ color: #fff
+}
+
+#navbar-main .navbar-brand:hover {
+ color: #2962ff !important;
+}
+
+#navbar-main i:hover {
+ color: #2962ff !important;
+ transition: color 0.6s ease !important;
+}
+
+#navbar-main .main-menu-item ul li .nav-link {
+ font-weight: bold;
+}
+
+/* 首页箭头 */
+.dark .btn-primary {
+ color: #fff
+}
+
+.dark .btn-primary i:hover {
+ color: #343a40 !important;
+ transition: color 0.3s ease !important;
+}
+
+
+/* 文章详情左侧栏 */
+.post-scroll {
+ overflow-y: auto;
+ direction: rtl
+}
+
+.post-scroll #TableOfContents {
+ border-left: 0;
+ border-right: 1px solid #eee;
+}
+
+/* 文章详情右侧内容 */
+.post-article-container {
+ max-width: none !important;
+ /* 强制换行 */
+ word-wrap: break-word;
+ word-break: break-all;
+}
+
+.post-article-header-head {
+ text-align: center;
+}
+
+
+
+/* 首页查看更多 */
+.see-all{
+ text-align: right;
+ padding:0 10% 10px 0
+}
+
+/* post列表页文章 */
+.universal-wrapper .media{
+ z-index: 0;
+ width: 100%
+}
\ No newline at end of file
diff --git a/static/js/vendor/live2d-widget/LICENSE b/static/js/vendor/live2d-widget/LICENSE
new file mode 100644
index 0000000..f288702
--- /dev/null
+++ b/static/js/vendor/live2d-widget/LICENSE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
diff --git a/static/js/vendor/live2d-widget/README.md b/static/js/vendor/live2d-widget/README.md
new file mode 100644
index 0000000..3741d08
--- /dev/null
+++ b/static/js/vendor/live2d-widget/README.md
@@ -0,0 +1,158 @@
+# Live2D Widget
+
+![](https://forthebadge.com/images/badges/built-with-love.svg)
+![](https://forthebadge.com/images/badges/uses-html.svg)
+![](https://forthebadge.com/images/badges/made-with-javascript.svg)
+![](https://forthebadge.com/images/badges/contains-cat-gifs.svg)
+![](https://forthebadge.com/images/badges/powered-by-electricity.svg)
+![](https://forthebadge.com/images/badges/makes-people-smile.svg)
+
+## 特性 Feature
+
+在网页中添加 Live2D 看板娘。兼容 PJAX,支持无刷新加载。
+Add Live2D widget to web page. Compatible with PJAX.
+
+**警告:本项目使用了大量 ES6 语法,不支持 IE 11 等老旧浏览器。**
+**WARNING: This project does not support legacy browsers such as IE 11.**
+
+## 示例 Demo
+
+在[米米的博客](https://zhangshuqiao.org)的左下角可查看效果。(注:以下人物模型仅供展示之用,本仓库并不包含任何模型。)
+
+
+
+你也可以在允许的范围内进行二次开发,这里有一些示例
+
+- [demo.html](https://mi.js.org/live2d-widget/demo/demo.html) ,展现基础效果
+- [login.html](https://mi.js.org/live2d-widget/demo/login.html) ,仿 NPM 的登陆界面
+
+## 依赖 Dependencies
+
+本插件需要 Font Awesome (v4 或 v5) 图标支持,请确保相关样式表已在页面中加载。以 Font Awesome v4 为例,请在 `` 中加入:
+Font Awesome (v4 or v5) is required for this plugin. Take Font Awesome v4 as an example, please add the following in ``:
+```xml
+
+```
+否则图标将无法正常显示。(如果网页中已经加载了任何版本的 Font Awesome,就不要重复加载了)
+
+## 使用 Usage
+
+将这一行代码加入 `` 或 ``,即可展现出效果:
+```xml
+
+```
+如果网站启用了 PJAX,由于看板娘不必每页刷新,因此要注意将相关脚本放到 PJAX 刷新区域之外。
+
+换句话说,如果你是小白,或者只需要最基础的功能,就只用把这一行代码,连同前面加载 Font Awesome 的一行代码,一起放到 html 的 `` 中即可。
+对于用各种模版引擎(例如 Nunjucks,Jinja 或者 PHP)生成的页面,也要自行修改,方法类似,只是可能略为麻烦。以 [Hexo](https://hexo.io) 为例,需要在主题相关的 ejs 或 njk 模版中正确配置路径,才可以加载。
+
+**但是!我们强烈推荐自己进行配置,否则很多功能是不完整的,并且可能产生问题!**
+如果你有兴趣自己折腾的话,请看下面的详细说明。
+
+### Using CDN
+
+要自定义有关内容,可以把这个仓库 Fork 一份,然后进行修改。这时,使用方法对应地变为
+```xml
+
+```
+将此处的 `username` 替换为你的 GitHub 用户名。为了使 CDN 的内容正常刷新,需要创建新的 git tag 和/或在 GitHub 仓库中创建 release,否则此处的 `@latest` 仍然指向更新前的文件。此外 CDN 本身存在缓存,因此改动可能需要一定的时间生效。相关文档:
+- [Git Basics - Tagging](https://git-scm.com/book/en/v2/Git-Basics-Tagging)
+- [Managing releases in a repository](https://help.github.com/en/github/administering-a-repository/managing-releases-in-a-repository)
+
+### Self-host
+
+你也可以直接把这些文件放到服务器上,而不是通过 CDN 加载。
+
+- 如果你能够通过 `ssh` 访问你的主机,请把整个仓库克隆到服务器上。执行:
+ ```bash
+ cd /path/to/your/webroot
+ # Clone this repository
+ git clone https://github.com/stevenjoezhang/live2d-widget.git
+ ```
+- 如果你的主机无法用 `ssh` 连接(例如一般的虚拟主机),请选择 `Download ZIP`,然后通过 `ftp` 等方式上传到主机上,再解压到网站的目录下。
+- 如果你是通过 Hexo 等工具部署的静态博客,请在本地的博客目录中(例如 `source` 下与 `_posts` 同级的目录),执行前述的 `git clone` 命令。重新部署博客时,相关文件就会自动上传到对应的路径下。为了避免这些文件被 Hexo 插件错误地修改,可能需要设置 `skip_render`。
+
+这样,整个项目就可以通过你的服务器 IP 或者域名从公网访问了。不妨试试能否正常地通过浏览器打开 `autoload.js` 和 `live2d.min.js` 等文件,并确认这些文件的内容是完整和正确的。
+一切正常的话,接下来修改一些配置就行了。(需要通过服务器上的文本编辑器修改;你也可以先在本地完成这一步骤,再上传到服务器上)
+修改 `autoload.js` 中的常量 `live2d_path` 为 `live2d-widget` 这一文件夹在公网上的路径。比如说,如果你能够通过
+```
+https://www.example.com/path/to/live2d-widget/live2d.min.js
+```
+访问到 `live2d.min.js`,那么就把 `live2d_path` 的值修改为
+```
+https://www.example.com/path/to/live2d-widget/
+```
+路径末尾的 `/` 一定要加上。具体可以参考 `autoload.js` 内的注释。
+完成后,在你要添加看板娘的界面加入
+```xml
+
+```
+就可以加载了。
+
+## 目录结构 Files
+
+- `waifu-tips.js` 包含了按钮和对话框的逻辑;
+- `waifu-tips.json` 中定义了触发条件(`selector`,CSS 选择器)和触发时显示的文字(`text`);
+- `waifu.css` 是看板娘的样式表。
+
+源文件是对 Hexo 的 [NexT 主题](http://github.com/hexo-next/hexo-theme-next)有效的,为了适用于你自己的网页,可能需要自行修改,或增加新内容。
+**警告:作者不对包括但不限于 `waifu-tips.js` 和 `waifu-tips.json` 文件中的内容负责,请自行确保它们是合适的。**
+
+如果有任何疑问,欢迎提 Issue。如果有任何修改建议,欢迎提 Pull Request。
+
+## 鸣谢 Thanks
+
+
+
+
+
+感谢 BrowserStack 容许我们在真实的浏览器中测试此项目。
+Thanks to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to test in real browsers!
+
+代码自这篇博文魔改而来:
+https://www.fghrsh.net/post/123.html
+
+点击看板娘的纸飞机按钮时,会出现一个彩蛋,这来自于 [WebsiteAsteroids](http://www.websiteasteroids.com)。
+
+## 更多 More
+
+更多内容可以参考:
+https://imjad.cn/archives/lab/add-dynamic-poster-girl-with-live2d-to-your-blog-02
+https://github.com/xiazeyu/live2d-widget.js
+https://github.com/summerscar/live2dDemo
+
+还可以自行搭建后端 API,并增加模型(需要修改的内容比较多,此处不再赘述):
+https://github.com/fghrsh/live2d_api
+https://github.com/xiazeyu/live2d-widget-models
+https://github.com/xiaoski/live2d_models_collection
+
+除此之外,还有桌面版本:
+https://github.com/amorist/platelet
+https://github.com/akiroz/Live2D-Widget
+
+## 许可证 License
+
+Released under the GNU General Public License v3
+http://www.gnu.org/licenses/gpl-3.0.html
+
+本仓库中涉及的所有 Live2D 模型、图片、动作数据等版权均属于其原作者,仅供研究学习,不得用于商业用途。
+
+Live2D 官方网站:
+https://www.live2d.com/en/
+https://live2d.github.io
+
+Live2D Cubism Core は Live2D Proprietary Software License で提供しています。
+https://www.live2d.com/eula/live2d-proprietary-software-license-agreement_en.html
+Live2D Cubism Components は Live2D Open Software License で提供しています。
+http://www.live2d.com/eula/live2d-open-software-license-agreement_en.html
+
+> The terms and conditions do prohibit modification, but obfuscating in `live2d.min.js` would not be considered illegal modification.
+
+https://community.live2d.com/discussion/140/webgl-developer-licence-and-javascript-question
+
+## 更新 Update
+
+2018年10月31日,由 fghrsh 提供的原 API 停用,请更新至新地址。参考文章:
+https://www.fghrsh.net/post/170.html
+
+2020年1月1日起,本项目不再依赖于 jQuery。
diff --git a/static/js/vendor/live2d-widget/assets/screenshot-1.png b/static/js/vendor/live2d-widget/assets/screenshot-1.png
new file mode 100644
index 0000000000000000000000000000000000000000..8ac6f90bc13a2acb5ddd3681f34f583b9db61b85
GIT binary patch
literal 48951
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