NexT

Theme for Hexo

Footer

Site Start Time

By default NexT shows current year in the footer like © 2020. You can configure it to show the time gap like © 2015 - 2020 by editing value since in footer section in NexT config file.

NexT config file
footer:
since: 2020

By default NexT shows red heart icon with animation between year and copyright information in the footer. You can configure it by editing value icon in footer section in NexT config file.

The name of footer icon can be founded in Font Awesome site. heart is recommended.

NexT config file
footer:
icon:
name: fa fa-user

Set up animated of footer icon by changing the value of icon.animated:

  • true → Icon will be animated.
  • false → Icon will not be animated.
NexT config file
footer:
icon:
animated: false

Set up color of footer icon by changing the value of icon.color. Please use Hex Code, and red (#ff0000) is recommended for heart icon.

NexT config file
footer:
icon:
color: "#808080"

By default NexT shows the name of author from Hexo config file. You can configure it by editing value copyright in footer section in NexT config file.

NexT config file
footer:
copyright:

Set copyright to false will disable the copyright statement completely.

This option will only customize the author name in the footer. The name in the Creative Commons License section at the end of each post is not affected.

Site Platform Information

By default NexT shows Hexo and Theme & scheme information like Powered by Hexo & NexT.Muse. You can configure it by editing value powered in footer section in NexT config file.

NexT config file
footer:
powered: true

Site Beian Information

Beian information is for Chinese users. By default NexT will not show the information of beian. You can configure it by editing values in footer.beian section in NexT config file.

NexT config file
footer:
beian:
enable: true
icp: 京ICP备 1234567890号-1
gongan_id: 1234567890
gongan_num: 京公网安备 1234567890
gongan_icon_url: /uploads/beian.png
0%