Site updated: 2022-10-21 13:27:14

This commit is contained in:
qinglong
2022-10-21 13:27:15 +08:00
parent 4f801e9a66
commit 861de1924a
85 changed files with 275 additions and 94 deletions

70
rss.xml
View File

@ -10,8 +10,8 @@
</author>
<description>hito的博客</description>
<language>zh-CN</language>
<pubDate>Fri, 21 Oct 2022 09:06:00 +0800</pubDate>
<lastBuildDate>Fri, 21 Oct 2022 09:06:00 +0800</lastBuildDate>
<pubDate>Fri, 21 Oct 2022 11:48:00 +0800</pubDate>
<lastBuildDate>Fri, 21 Oct 2022 11:48:00 +0800</lastBuildDate>
<category term="hito" />
<category term="無言" />
<category term="博客" />
@ -19,6 +19,69 @@
<category term="笔记" />
<category term="心得体会" />
<category term="踩坑" />
<item>
<guid isPermalink="true">https://blog.jingxiyuan.cn/2022/10/21/Hexo-Theme-Shoka-Valine%E8%AF%84%E8%AE%BA%E8%B8%A9%E5%9D%91/</guid>
<title>Hexo + Theme.Shoka + Valine评论踩坑</title>
<link>https://blog.jingxiyuan.cn/2022/10/21/Hexo-Theme-Shoka-Valine%E8%AF%84%E8%AE%BA%E8%B8%A9%E5%9D%91/</link>
<category term="极空间" scheme="https://blog.jingxiyuan.cn/categories/%E6%9E%81%E7%A9%BA%E9%97%B4/" />
<category term="服务" scheme="https://blog.jingxiyuan.cn/categories/%E6%9E%81%E7%A9%BA%E9%97%B4/%E6%9C%8D%E5%8A%A1/" />
<category term="经验分享" scheme="https://blog.jingxiyuan.cn/categories/%E6%9E%81%E7%A9%BA%E9%97%B4/%E6%9C%8D%E5%8A%A1/%E7%BB%8F%E9%AA%8C%E5%88%86%E4%BA%AB/" />
<category term="博客" scheme="https://blog.jingxiyuan.cn/tags/%E5%8D%9A%E5%AE%A2/" />
<category term="Hexo" scheme="https://blog.jingxiyuan.cn/tags/Hexo/" />
<category term="Shoka" scheme="https://blog.jingxiyuan.cn/tags/Shoka/" />
<category term="Valine" scheme="https://blog.jingxiyuan.cn/tags/Valine/" />
<category term="评论" scheme="https://blog.jingxiyuan.cn/tags/%E8%AF%84%E8%AE%BA/" />
<pubDate>Fri, 21 Oct 2022 11:48:00 +0800</pubDate>
<description><![CDATA[ &lt;ul&gt;
&lt;li&gt;valine 评论需要 LeanCloud 支持&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id=&#34;leancloud注册&#34;&gt;&lt;a class=&#34;anchor&#34; href=&#34;#leancloud注册&#34;&gt;#&lt;/a&gt; LeanCloud 注册&lt;/h1&gt;
&lt;ol&gt;
&lt;li&gt;到&lt;span class=&#34;exturl&#34; data-url=&#34;aHR0cHM6Ly93d3cubGVhbmNsb3VkLmNu&#34;&gt; LeanCloud&lt;/span&gt; 网站完成注册。&lt;/li&gt;
&lt;li&gt;创建应用。&lt;br /&gt;
&lt;img data-src=&#34;https://file.jingxiyuan.cn/images/2022/10/21/2022-10-21-11-54-32.jpg&#34; alt=&#34;&#34; /&gt;&lt;/li&gt;
&lt;li&gt;名称随便取,方案看自己选择。开发版免费但是有限制,商业版收费无限制。&lt;br /&gt;
&lt;img data-src=&#34;https://file.jingxiyuan.cn/images/2022/10/21/2022-10-21-11-54-32516c410640de936a.jpg&#34; alt=&#34;&#34; /&gt;&lt;/li&gt;
&lt;li&gt;点击配置按钮进行配置。&lt;br /&gt;
&lt;img data-src=&#34;https://file.jingxiyuan.cn/images/2022/10/21/2022-10-21-11-54-32267554cf6f62d3eb.jpg&#34; alt=&#34;&#34; /&gt;&lt;/li&gt;
&lt;li&gt;点击设置 - 应用凭证可获取 App ID 和 App Key&lt;br /&gt;
&lt;img data-src=&#34;https://file.jingxiyuan.cn/images/2022/10/21/2022-10-21-11-54-328c330a6fdd48d2c3.jpg&#34; alt=&#34;&#34; /&gt;&lt;/li&gt;
&lt;li&gt;点击设置 - 安全中心根据自己的需求配置&lt;br /&gt;
&lt;img data-src=&#34;https://file.jingxiyuan.cn/images/2022/10/21/2022-10-21-11-54-32204f14d87e95b59e.jpg&#34; alt=&#34;&#34; /&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h4 id=&#34;修改themeshoka配置&#34;&gt;&lt;a class=&#34;anchor&#34; href=&#34;#修改themeshoka配置&#34;&gt;#&lt;/a&gt; 修改 Theme.Shoka 配置&lt;/h4&gt;
&lt;pre&gt;&lt;code class=&#34;language-yml&#34;&gt;valine:
 appId: 粘贴5中获取的App ID #Your_appId
appKey: 粘贴5中获取的App Key #Your_appkey
placeholder: ヽ(○´∀`)ノ♪欢迎畅所欲言 # Comment box placeholder
avatar: mp #默认头像设置 Gravatar style : mp, identicon, monsterid, wavatar, robohash, retro
pageSize: 10 # Pagination size
lang: zh-CN
visitor: true # Article reading statistic 这个要设置为false以免与 leancloud_visitors 突冲
NoRecordIP: false # Whether to record the commenter IP
serverURLs: # When the custom domain name is enabled, fill it in here (it will be detected automatically by default, no need to fill in)
powerMode: true
tagMeta:
visitor: 新朋友
master: 博主
friend: 小伙伴
investor: 金主粑粑
tagColor:
master: &amp;quot;var(--color-orange)&amp;quot;
friend: &amp;quot;var(--color-aqua)&amp;quot;
investor: &amp;quot;var(--color-pink)&amp;quot;
tagMember:
master:
# - hash of master@email.com
# - hash of master2@email.com
friend:
# - hash of friend@email.com
# - hash of friend2@email.com
investor:
# - hash of investor1@email.com
&lt;/code&gt;&lt;/pre&gt;
]]></description>
</item>
<item>
<guid isPermalink="true">https://blog.jingxiyuan.cn/2022/10/21/%E6%9E%81%E7%A9%BA%E9%97%B4Docker%E7%89%88mariadb%E5%AE%89%E8%A3%85%E4%B8%8E%E9%85%8D%E7%BD%AE/</guid>
<title>极空间Docker版mariadb安装与配置</title>
@ -638,8 +701,8 @@ X-Frame-Options 三个参数:&lt;/p&gt;
<link>https://blog.jingxiyuan.cn/2022/09/28/%E6%B7%B1%E6%B7%B1%E7%9A%84%E6%8C%AB%E8%B4%A5%E5%92%8C%E6%97%A0%E5%8A%A9%E6%84%9F/</link>
<category term="生活" scheme="https://blog.jingxiyuan.cn/categories/%E7%94%9F%E6%B4%BB/" />
<category term="心情" scheme="https://blog.jingxiyuan.cn/categories/%E7%94%9F%E6%B4%BB/%E5%BF%83%E6%83%85/" />
<category term="郁闷" scheme="https://blog.jingxiyuan.cn/tags/%E9%83%81%E9%97%B7/" />
<category term="心情" scheme="https://blog.jingxiyuan.cn/tags/%E5%BF%83%E6%83%85/" />
<category term="郁闷" scheme="https://blog.jingxiyuan.cn/tags/%E9%83%81%E9%97%B7/" />
<pubDate>Wed, 28 Sep 2022 16:02:00 +0800</pubDate>
<description><![CDATA[ &lt;p&gt;  一个月都过去了,工作还没有着落!&lt;/p&gt;
]]></description>
@ -831,6 +894,7 @@ server &amp;#123;
<category term="Shoka" scheme="https://blog.jingxiyuan.cn/tags/Shoka/" />
<category term="algolia" scheme="https://blog.jingxiyuan.cn/tags/algolia/" />
<category term="踩坑" scheme="https://blog.jingxiyuan.cn/tags/%E8%B8%A9%E5%9D%91/" />
<category term="搜索" scheme="https://blog.jingxiyuan.cn/tags/%E6%90%9C%E7%B4%A2/" />
<pubDate>Sat, 17 Sep 2022 23:12:00 +0800</pubDate>
<description><![CDATA[ &lt;h1 id=&#34;hexo-themeshoka安装&#34;&gt;&lt;a class=&#34;anchor&#34; href=&#34;#hexo-themeshoka安装&#34;&gt;#&lt;/a&gt; Hexo + Theme.Shoka 安装&lt;/h1&gt;
&lt;p&gt;&lt;a href=&#34;https://blog.jingxiyuan.cn/2022/09/14/Hexo%E5%AE%89%E8%A3%85%E6%91%B8%E7%B4%A2/&#34;&gt;安装介绍&lt;/a&gt;&lt;/p&gt;