Skip to content

Commit

Permalink
Site updated: 2024-04-05 19:09:38
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuxiangyun committed Apr 5, 2024
1 parent 474e142 commit 195ab18
Show file tree
Hide file tree
Showing 15 changed files with 301 additions and 342 deletions.
63 changes: 41 additions & 22 deletions 2024/02/02/hello-world/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h1 class="post-title" itemprop="name headline">Hello World</h1>
<i class="fa fa-comment-o"></i>
</span>
<a href="/2024/02/02/hello-world/#comments" itemprop="discussionUrl">
<span class="post-comments-count valine-comment-count" data-xid="/2024/02/02/hello-world/" itemprop="commentCount"></span>
<span class="post-comments-count gitment-comments-count" data-xid="/2024/02/02/hello-world/" itemprop="commentsCount"></span>
</a>
</span>

Expand Down Expand Up @@ -426,7 +426,11 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl


<div class="comments" id="comments">

<div id="gitment-container"></div>

</div>




Expand Down Expand Up @@ -736,30 +740,45 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl



<!-- LOCAL: You can save these files to your site and update links -->


<link rel="stylesheet" href="https://aimingoo.github.io/gitmint/style/default.css">
<script src="https://aimingoo.github.io/gitmint/dist/gitmint.browser.js"></script>

<!-- END LOCAL -->




<script type="text/javascript">
function renderGitment(){
var gitment = new Gitmint({
id: window.location.pathname,
owner: 'yuxiangyun',
repo: '评论',

lang: "" || navigator.language || navigator.systemLanguage || navigator.userLanguage,

oauth: {


client_secret: '241f0fb512a5f074fdc5efd29afcaf0b7e86ce08',

client_id: '0c16db9bc34e3e15b48d'
}});
gitment.render('gitment-container');
}


renderGitment();

</script>





<script src="//cdn1.lncld.net/static/js/3.0.4/av-min.js"></script>
<script src="//unpkg.com/valine/dist/Valine.min.js"></script>

<script type="text/javascript">
var GUEST = ['nick','mail','link'];
var guest = 'nick,mail,link';
guest = guest.split(',').filter(item=>{
return GUEST.indexOf(item)>-1;
});
new Valine({
el: '#comments' ,
verify: false,
notify: false,
appId: 'L6kKQqebn2o40L5AOL2QTOyu-gzGzoHsz',
appKey: 'lxbfKYPnYw9so3wELBpegLfy',
placeholder: 'Just go go',
avatar:'mm',
guest_info:guest,
pageSize:'10' || 10,
});
</script>



Expand Down
63 changes: 41 additions & 22 deletions 2024/02/08/我的第一篇/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ <h1 class="post-title" itemprop="name headline">我的第一篇</h1>
<i class="fa fa-comment-o"></i>
</span>
<a href="/2024/02/08/%E6%88%91%E7%9A%84%E7%AC%AC%E4%B8%80%E7%AF%87/#comments" itemprop="discussionUrl">
<span class="post-comments-count valine-comment-count" data-xid="/2024/02/08/%E6%88%91%E7%9A%84%E7%AC%AC%E4%B8%80%E7%AF%87/" itemprop="commentCount"></span>
<span class="post-comments-count gitment-comments-count" data-xid="/2024/02/08/%E6%88%91%E7%9A%84%E7%AC%AC%E4%B8%80%E7%AF%87/" itemprop="commentsCount"></span>
</a>
</span>

Expand Down Expand Up @@ -446,7 +446,11 @@ <h1 id="终于"><a href="#终于" class="headerlink" title="终于"></a>终于</


<div class="comments" id="comments">

<div id="gitment-container"></div>

</div>




Expand Down Expand Up @@ -756,30 +760,45 @@ <h1 id="终于"><a href="#终于" class="headerlink" title="终于"></a>终于</



<!-- LOCAL: You can save these files to your site and update links -->


<link rel="stylesheet" href="https://aimingoo.github.io/gitmint/style/default.css">
<script src="https://aimingoo.github.io/gitmint/dist/gitmint.browser.js"></script>

<!-- END LOCAL -->




<script type="text/javascript">
function renderGitment(){
var gitment = new Gitmint({
id: window.location.pathname,
owner: 'yuxiangyun',
repo: '评论',

lang: "" || navigator.language || navigator.systemLanguage || navigator.userLanguage,

oauth: {


client_secret: '241f0fb512a5f074fdc5efd29afcaf0b7e86ce08',

client_id: '0c16db9bc34e3e15b48d'
}});
gitment.render('gitment-container');
}


renderGitment();

</script>





<script src="//cdn1.lncld.net/static/js/3.0.4/av-min.js"></script>
<script src="//unpkg.com/valine/dist/Valine.min.js"></script>

<script type="text/javascript">
var GUEST = ['nick','mail','link'];
var guest = 'nick,mail,link';
guest = guest.split(',').filter(item=>{
return GUEST.indexOf(item)>-1;
});
new Valine({
el: '#comments' ,
verify: false,
notify: false,
appId: 'L6kKQqebn2o40L5AOL2QTOyu-gzGzoHsz',
appKey: 'lxbfKYPnYw9so3wELBpegLfy',
placeholder: 'Just go go',
avatar:'mm',
guest_info:guest,
pageSize:'10' || 10,
});
</script>



Expand Down
63 changes: 41 additions & 22 deletions 2024/02/08/日记/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ <h1 class="post-title" itemprop="name headline">关于写日记</h1>
<i class="fa fa-comment-o"></i>
</span>
<a href="/2024/02/08/%E6%97%A5%E8%AE%B0/#comments" itemprop="discussionUrl">
<span class="post-comments-count valine-comment-count" data-xid="/2024/02/08/%E6%97%A5%E8%AE%B0/" itemprop="commentCount"></span>
<span class="post-comments-count gitment-comments-count" data-xid="/2024/02/08/%E6%97%A5%E8%AE%B0/" itemprop="commentsCount"></span>
</a>
</span>

Expand Down Expand Up @@ -453,7 +453,11 @@ <h1 id="决策日记🤔"><a href="#决策日记🤔" class="headerlink" title="


<div class="comments" id="comments">

<div id="gitment-container"></div>

</div>




Expand Down Expand Up @@ -763,30 +767,45 @@ <h1 id="决策日记🤔"><a href="#决策日记🤔" class="headerlink" title="



<!-- LOCAL: You can save these files to your site and update links -->


<link rel="stylesheet" href="https://aimingoo.github.io/gitmint/style/default.css">
<script src="https://aimingoo.github.io/gitmint/dist/gitmint.browser.js"></script>

<!-- END LOCAL -->




<script type="text/javascript">
function renderGitment(){
var gitment = new Gitmint({
id: window.location.pathname,
owner: 'yuxiangyun',
repo: '评论',

lang: "" || navigator.language || navigator.systemLanguage || navigator.userLanguage,

oauth: {


client_secret: '241f0fb512a5f074fdc5efd29afcaf0b7e86ce08',

client_id: '0c16db9bc34e3e15b48d'
}});
gitment.render('gitment-container');
}


renderGitment();

</script>





<script src="//cdn1.lncld.net/static/js/3.0.4/av-min.js"></script>
<script src="//unpkg.com/valine/dist/Valine.min.js"></script>

<script type="text/javascript">
var GUEST = ['nick','mail','link'];
var guest = 'nick,mail,link';
guest = guest.split(',').filter(item=>{
return GUEST.indexOf(item)>-1;
});
new Valine({
el: '#comments' ,
verify: false,
notify: false,
appId: 'L6kKQqebn2o40L5AOL2QTOyu-gzGzoHsz',
appKey: 'lxbfKYPnYw9so3wELBpegLfy',
placeholder: 'Just go go',
avatar:'mm',
guest_info:guest,
pageSize:'10' || 10,
});
</script>



Expand Down
63 changes: 41 additions & 22 deletions 2024/02/24/记一次引流手术/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h1 class="post-title" itemprop="name headline">记一次引流手术</h1>
<i class="fa fa-comment-o"></i>
</span>
<a href="/2024/02/24/%E8%AE%B0%E4%B8%80%E6%AC%A1%E5%BC%95%E6%B5%81%E6%89%8B%E6%9C%AF/#comments" itemprop="discussionUrl">
<span class="post-comments-count valine-comment-count" data-xid="/2024/02/24/%E8%AE%B0%E4%B8%80%E6%AC%A1%E5%BC%95%E6%B5%81%E6%89%8B%E6%9C%AF/" itemprop="commentCount"></span>
<span class="post-comments-count gitment-comments-count" data-xid="/2024/02/24/%E8%AE%B0%E4%B8%80%E6%AC%A1%E5%BC%95%E6%B5%81%E6%89%8B%E6%9C%AF/" itemprop="commentsCount"></span>
</a>
</span>

Expand Down Expand Up @@ -449,7 +449,11 @@ <h1 id="换药"><a href="#换药" class="headerlink" title="换药"></a>换药</


<div class="comments" id="comments">

<div id="gitment-container"></div>

</div>




Expand Down Expand Up @@ -759,30 +763,45 @@ <h1 id="换药"><a href="#换药" class="headerlink" title="换药"></a>换药</



<!-- LOCAL: You can save these files to your site and update links -->


<link rel="stylesheet" href="https://aimingoo.github.io/gitmint/style/default.css">
<script src="https://aimingoo.github.io/gitmint/dist/gitmint.browser.js"></script>

<!-- END LOCAL -->




<script type="text/javascript">
function renderGitment(){
var gitment = new Gitmint({
id: window.location.pathname,
owner: 'yuxiangyun',
repo: '评论',

lang: "" || navigator.language || navigator.systemLanguage || navigator.userLanguage,

oauth: {


client_secret: '241f0fb512a5f074fdc5efd29afcaf0b7e86ce08',

client_id: '0c16db9bc34e3e15b48d'
}});
gitment.render('gitment-container');
}


renderGitment();

</script>





<script src="//cdn1.lncld.net/static/js/3.0.4/av-min.js"></script>
<script src="//unpkg.com/valine/dist/Valine.min.js"></script>

<script type="text/javascript">
var GUEST = ['nick','mail','link'];
var guest = 'nick,mail,link';
guest = guest.split(',').filter(item=>{
return GUEST.indexOf(item)>-1;
});
new Valine({
el: '#comments' ,
verify: false,
notify: false,
appId: 'L6kKQqebn2o40L5AOL2QTOyu-gzGzoHsz',
appKey: 'lxbfKYPnYw9so3wELBpegLfy',
placeholder: 'Just go go',
avatar:'mm',
guest_info:guest,
pageSize:'10' || 10,
});
</script>



Expand Down
Loading

0 comments on commit 195ab18

Please sign in to comment.