chore(*): update posts and configurations
parent
22bdab6411
commit
32525c5ecb
|
@ -140,8 +140,9 @@ plugins:
|
|||
# CDN provider settings
|
||||
providers:
|
||||
# Name or URL of the JavaScript and/or stylesheet CDN provider
|
||||
cdn: cdnjs
|
||||
cdn: jsdelivr
|
||||
# Name or URL of the webfont CDN provider
|
||||
fontcdn: google
|
||||
# Name or URL of the webfont Icon CDN provider
|
||||
iconcdn: fontawesome
|
||||
|
|
@ -4,6 +4,17 @@ categories:
|
|||
- Languages
|
||||
comments: false
|
||||
thumbnail: /gallery/world/china-great-wall.jpg
|
||||
providers:
|
||||
cdn: '[cdnjs]https://cdn.staticfile.org/${package}/${version}/${filename}'
|
||||
fontcdn: https://fonts.loli.net/${type}?family=${fontname}
|
||||
iconcdn: fontawesome
|
||||
comment:
|
||||
type: valine
|
||||
app_id: QuQK82UpN8gNkXIaKIszbPUY-gzGzoHsz
|
||||
app_key: B0D5cYRcXrwNGnBoQdRoDTqw
|
||||
notify: false
|
||||
verify: false
|
||||
placeholder: Valine Comment
|
||||
meta:
|
||||
- name="robots";content="noindex, follow"
|
||||
---
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
title: Profile Sidebar Widget
|
||||
date: 2018-02-01
|
||||
date: 2018-02-02
|
||||
categories:
|
||||
- Widgets
|
||||
tags:
|
||||
- Getting Started
|
||||
thumbnail: /gallery/deer.jpg
|
||||
widgets:
|
||||
-
|
||||
type: profile
|
||||
|
@ -59,4 +60,6 @@ There are two things that you should note:
|
|||
icon: fab fa-twitter
|
||||
url: http://twitter.com
|
||||
```
|
||||
The `icon` here refers to the [Font Awesome](https://fontawesome.com/) icon class name by default, which you can find in the Font Awesome icon details page.
|
||||
The `icon` here refers to the [Font Awesome](https://fontawesome.com/) icon class name by default, which you can find in the Font Awesome icon details page.
|
||||
|
||||
<a style="background-color:black;color:white;text-decoration:none;padding:4px 6px;font-size:12px;line-height:1.2;display:inline-block;border-radius:3px" href="https://unsplash.com/@joeypilgrim?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge" target="_blank" rel="noopener noreferrer" title="Download free do whatever you want high-resolution photos from Joey Pilgrim"><span style="display:inline-block;padding:2px 3px"><svg xmlns="http://www.w3.org/2000/svg" style="height:12px;width:auto;position:relative;vertical-align:middle;top:-1px;fill:white" viewBox="0 0 32 32"><title>unsplash-logo</title><path d="M20.8 18.1c0 2.7-2.2 4.8-4.8 4.8s-4.8-2.1-4.8-4.8c0-2.7 2.2-4.8 4.8-4.8 2.7.1 4.8 2.2 4.8 4.8zm11.2-7.4v14.9c0 2.3-1.9 4.3-4.3 4.3h-23.4c-2.4 0-4.3-1.9-4.3-4.3v-15c0-2.3 1.9-4.3 4.3-4.3h3.7l.8-2.3c.4-1.1 1.7-2 2.9-2h8.6c1.2 0 2.5.9 2.9 2l.8 2.4h3.7c2.4 0 4.3 1.9 4.3 4.3zm-8.6 7.5c0-4.1-3.3-7.5-7.5-7.5-4.1 0-7.5 3.4-7.5 7.5s3.3 7.5 7.5 7.5c4.2-.1 7.5-3.4 7.5-7.5z"></path></svg></span><span style="display:inline-block;padding:2px 3px">Joey Pilgrim</span></a>
|
|
@ -41,7 +41,7 @@ Share plugins
|
|||
- [AddThis](/hexo-theme-icarus/Plugins/Share/addthis-share-plugin/)
|
||||
- [AddToAny](/hexo-theme-icarus/Plugins/Share/addtoany-share-plugin/)
|
||||
- [Baidu Share](/hexo-theme-icarus/Plugins/Share/baidu-share-plugin/)
|
||||
- [Share.js](/hexo-theme-icarus/Plugins/Share/sharejs-share-plugin/)
|
||||
- [Share.js](/hexo-theme-icarus/Plugins/Share/share-js-share-plugin/)
|
||||
- [ShareThis](/hexo-theme-icarus/Plugins/Share/sharethis-share-plugin/)
|
||||
|
||||
Other plugins
|
||||
|
@ -76,7 +76,7 @@ per-page basis with the ability to merge and override partial configurations.
|
|||
Tags: /tags
|
||||
About: /about
|
||||
{% endcodeblock %}
|
||||
<img class="not-gallery-item" style="height:44px" src="/hexo-theme-Icarus/gallery/navbar/main-config.png">
|
||||
<img class="not-gallery-item" style="height:44px" src="/hexo-theme-icarus/gallery/navbar/main-config.png">
|
||||
</div>
|
||||
<div class="column is-half is-12-mobile">
|
||||
{% codeblock lang:yaml post.md %}
|
||||
|
@ -86,7 +86,7 @@ per-page basis with the ability to merge and override partial configurations.
|
|||
---
|
||||
# Here is some simple markdown.
|
||||
{% endcodeblock %}
|
||||
<img class="not-gallery-item" style="height:44px" src="/hexo-theme-Icarus/gallery/navbar/post-config.png">
|
||||
<img class="not-gallery-item" style="height:44px" src="/hexo-theme-icarus/gallery/navbar/post-config.png">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 155 KiB |
|
@ -1 +1 @@
|
|||
Subproject commit 9a94031465515881f5796e1dbadb5ba0da6352b8
|
||||
Subproject commit 41f06e3d1435c741274fcda93a238ca4072533b2
|
Loading…
Reference in New Issue