Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZHow1024 committed Apr 20, 2024
1 parent 2fc4899 commit 0457db0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions themes/heo/config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
const CONFIG = {
HEO_HOME_BANNER_ENABLE: true,

HEO_SITE_CREATE_TIME: '2021-09-21', // 建站日期,用于计算网站运行的第几天
HEO_SITE_CREATE_TIME: '2023-11-9', // 建站日期,用于计算网站运行的第几天

// 首页顶部通知条滚动内容,如不需要可以留空 []
HEO_NOTICE_BAR: [
{ title: '欢迎来到我的博客', url: 'https://blog.tangly1024.com' },
{ title: '访问文档中心获取更多帮助', url: 'https://docs.tangly1024.com' }
{ title: '欢迎来到ZZHow主站', url: 'https://zzhow.com' },
{ title: '访问ZZHow博客获取更多精彩内容', url: 'https://blog.zzhow.com' }
],

// 英雄区左右侧组件颠倒位置
Expand All @@ -15,17 +15,17 @@ const CONFIG = {
HEO_HERO_BODY_REVERSE: false,

// 英雄区(首页顶部大卡)
HEO_HERO_TITLE_1: '分享编程',
HEO_HERO_TITLE_2: '与思维认知',
HEO_HERO_TITLE_3: 'TANGLY1024.COM',
HEO_HERO_TITLE_4: '新版上线',
HEO_HERO_TITLE_5: 'NotionNext4.0 轻松定制主题',
HEO_HERO_TITLE_LINK: 'https://tangly1024.com',
HEO_HERO_TITLE_1: 'Change the world',
HEO_HERO_TITLE_2: 'by program!',
HEO_HERO_TITLE_3: 'zzhow.com',
HEO_HERO_TITLE_4: '更多文章',
HEO_HERO_TITLE_5: '点击前往ZZHow博客获取',
HEO_HERO_TITLE_LINK: 'https://blog.zzhow.com',

// 英雄区显示三个置顶分类
HEO_HERO_CATEGORY_1: { title: '必看精选', url: '/tag/必看精选' },
HEO_HERO_CATEGORY_2: { title: '热门文章', url: '/tag/热门文章' },
HEO_HERO_CATEGORY_3: { title: '实用教程', url: '/tag/实用教程' },
HEO_HERO_CATEGORY_1: { title: 'Java', url: 'https://blog.zzhow.com/tag/Java' },
HEO_HERO_CATEGORY_2: { title: '期末复习', url: 'https://blog.zzhow.com/tag/%E6%9C%9F%E6%9C%AB%E5%A4%8D%E4%B9%A0' },
HEO_HERO_CATEGORY_3: { title: 'CTF', url: 'https://blog.zzhow.com/tag/CTF' },

// 英雄区右侧推荐文章标签, 例如 [推荐] , 最多六篇文章; 若留空白'',则推荐最近更新文章
HEO_HERO_RECOMMEND_POST_TAG: '推荐',
Expand Down

0 comments on commit 0457db0

Please sign in to comment.