Site updated: 2022-10-21 13:27:14
This commit is contained in:
70
rss.xml
70
rss.xml
@ -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[ <ul>
|
||||
<li>valine 评论需要 LeanCloud 支持</li>
|
||||
</ul>
|
||||
<h1 id="leancloud注册"><a class="anchor" href="#leancloud注册">#</a> LeanCloud 注册</h1>
|
||||
<ol>
|
||||
<li>到<span class="exturl" data-url="aHR0cHM6Ly93d3cubGVhbmNsb3VkLmNu"> LeanCloud</span> 网站完成注册。</li>
|
||||
<li>创建应用。<br />
|
||||
<img data-src="https://file.jingxiyuan.cn/images/2022/10/21/2022-10-21-11-54-32.jpg" alt="" /></li>
|
||||
<li>名称随便取,方案看自己选择。开发版免费但是有限制,商业版收费无限制。<br />
|
||||
<img data-src="https://file.jingxiyuan.cn/images/2022/10/21/2022-10-21-11-54-32516c410640de936a.jpg" alt="" /></li>
|
||||
<li>点击配置按钮进行配置。<br />
|
||||
<img data-src="https://file.jingxiyuan.cn/images/2022/10/21/2022-10-21-11-54-32267554cf6f62d3eb.jpg" alt="" /></li>
|
||||
<li>点击设置 - 应用凭证可获取 App ID 和 App Key<br />
|
||||
<img data-src="https://file.jingxiyuan.cn/images/2022/10/21/2022-10-21-11-54-328c330a6fdd48d2c3.jpg" alt="" /></li>
|
||||
<li>点击设置 - 安全中心根据自己的需求配置<br />
|
||||
<img data-src="https://file.jingxiyuan.cn/images/2022/10/21/2022-10-21-11-54-32204f14d87e95b59e.jpg" alt="" /></li>
|
||||
</ol>
|
||||
<h4 id="修改themeshoka配置"><a class="anchor" href="#修改themeshoka配置">#</a> 修改 Theme.Shoka 配置</h4>
|
||||
<pre><code class="language-yml">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: &quot;var(--color-orange)&quot;
|
||||
friend: &quot;var(--color-aqua)&quot;
|
||||
investor: &quot;var(--color-pink)&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
|
||||
</code></pre>
|
||||
]]></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 三个参数:</p>
|
||||
<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[ <p> 一个月都过去了,工作还没有着落!</p>
|
||||
]]></description>
|
||||
@ -831,6 +894,7 @@ server &#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[ <h1 id="hexo-themeshoka安装"><a class="anchor" href="#hexo-themeshoka安装">#</a> Hexo + Theme.Shoka 安装</h1>
|
||||
<p> <a href="https://blog.jingxiyuan.cn/2022/09/14/Hexo%E5%AE%89%E8%A3%85%E6%91%B8%E7%B4%A2/">安装介绍</a></p>
|
||||
|
Reference in New Issue
Block a user