iTimeTraveler / hexo-theme-hiker

An attractive theme for Hexo. called "Hiker", short for "HikerNews".
https://itimetraveler.github.io/hexo-theme-hiker/
MIT License
368 stars 84 forks source link

如何在网站底部添加备案号 #74

Open SuperJohnson opened 6 years ago

SuperJohnson commented 6 years ago

我把网站解析到了我的域名上,怎么加备案号?

iTimeTraveler commented 6 years ago

@SuperJohnson 不清楚哎,我还没用过备案的域名

SuperJohnson commented 6 years ago

@iTimeTraveler 其实就是怎么更改底部栏的内容

yangqi93 commented 6 years ago

修改themes/hiker/layout/_partial/footer.ejs line 9

<p id="copyRightEn">Copyright &copy; <%= theme.since ||  (date(new Date(), 'YYYY')-1)%> - <%= date(new Date(), 'YYYY') %> <%= config.title || config.author %> All Rights Reserved. <%= config.icp %></p>

然后在配置中加入 icp 配置项