1 | #------------------------------------------------------ |
Footer statement
You can modify the footer.content configuration to change the HTML of the second line of text in the footer. The default display content is a citation for the theme, and if you do not have any special customization needs, you can keep the default setting, which is used to promote the Node Tree theme to more people.
1 | footer: |
Copyright statement
The copyright statement is enabled by default, meaning footer.copyright.enable
is set to true. You can modify the jump link for the copyright author at the bottom of the page by changing the footer.copyright.url
. Additionally, you can update the footer.copyright.baseYear
configuration to change the default site start-up running year.
1 | footer: |
If you do not wish to display the copyright statement, you can set footer.copyright.enable
to false
.
Website visit statistics
The theme uses Vercount as the interface for visit statistics, and the interface visit statistics feature is enable by default.
1 | footer: |
Vercount self-host configuration
You can refer to the Vercount Self-Hosted Guide to deploy a private access statistics service.
1 | footer: |
Then modify footer.statistics.vercount.src
to the prefix of your self-hosted domain, for example, https://domain.com/js
.