Site Footer Setting
Site Start Time
By default NexT shows current year in the footer like © 2018
. You can configure it to show the time gap like © 2015 - 2018
by editing values in since
section in theme config file.
1 | footer: |
Site Footer Icon
By default NexT shows black user
icon without animation between year and copyright information in the footer. You can configure it by editing values in icon
section in theme config file.
The name of footer icon can be founded in Font Awesome site. heart
is recommended.
1 | footer: |
Set up animated of footer icon by changing the value of icon.animated
:
true
→ Icon will be animated.false
→ Icon will not be animated.
1 | footer: |
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.
1 | footer: |
Site Copyright Name
By default NexT shows the name of author
from site config file. You can configure it by editing values in copyright
section in theme config file.
1 | footer: |
Site Platform Information
By default NexT shows Hexo and Theme & scheme information like Powered by Hexo v3.7.1 | Theme — NexT.Muse v6.3.0
. You can configure it by editing values in powered
and theme
section in theme config file.
true
→ DisplayingPowered by Hexo
Information.false
→ Not DisplayingPowered by Hexo
Information.
1 | footer: |
true
→ Displaying Hexo Version Information.false
→ Not Displaying Hexo Version Information.
1 | footer: |
true
→ Displaying Theme & Scheme Information.false
→ Not Displaying Theme & Scheme Information.
1 | footer: |
true
→ Displaying Theme NexT Version Information.false
→ Not Displaying Theme NexT Version Information.
1 | footer: |
Adding Custom Information
If you want, any custom text can be defined within footer in custom_text
section in theme config file like:
1 | footer: |