Hexo Weather Widget© Karobben

Hexo Weather Widget

1min Hexo 博客添加天氣插件

Date: 20 June 2020
Reference: cungudafa

代碼獲取

進入中國天氣官網,免費登錄後就可以直接獲取代碼,(可用微信,QQ等三方登錄): https://cj.weather.com.cn/plugin/pc
頁面如下,支持半個性化定製:
DeepinScreenshot_select-area_20200620184308

代碼插入

我的是默認landscape主題,我選擇自己寫個小文件,然後導入。

複製代碼後, 寫入了 themes/landscape/layout/_partial/Weather.ejs文件。之後在themes/landscape/layout/layout.ejs文件中,插入位置如下。

<% if (theme.sidebar && theme.sidebar !== 'bottom'){ %>
<%- partial('_partial/sidebar', null, {cache: !config.relative_link}) %>
<!-- Weather Plug-->
<%- partial('_partial/Weather', null, {cache: !config.relative_link}) %>
<% } %>

小調一下位置, 最終顯示結果:
DeepinScreenshot_select-area_20200620185110

Author

Karobben

Posted on

2020-06-19

Updated on

2024-01-22

Licensed under

Comments