# amos-blog **Repository Path**: kamos/amos-blog ## Basic Information - **Project Name**: amos-blog - **Description**: 个人博客 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-20 - **Last Updated**: 2024-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- home: true modules: # 指定首页展示模块 - Banner # 巨幅展示图,可以展示 logo、标题、简述、背景图,上下布局 - BannerBrand # 品牌格式的巨幅展示图,可以展示 logo、标题、简述、背景图、按钮,左右布局 - Features # 首页特性列表 - Blog # 博客模块,两栏布局,作则展示博客列表,右侧展示用户信息及博客相关内容 - MdContent # 首页的 markdown 正文展示模块 - Comment # 评论模块 - Footer # 首页底部模块 - CustomModule # 自定义模块 # banner 模块的配置 banner: heroText: amos # 标题 tagline: Enjoy when you can, and endure when you must. # 简述 heroImage: /xk.png # 首页 logo heroImageStyle: # 首页 logo 样式 maxWidth: 200px margin: 0 auto 2rem text-align: left bgImage: /bg.svg # 背景图片 bgImageStyle: # 背景图片样式 height: 450px # bannerBrand 模块的配置 bannerBrand: # bannerBrand 模块的配置 title: AMOS 的个人博客 # 标题 description: 记录平时的学习和文档,方便整理知识! # 描述 tagline: 逝者如斯夫,不舍昼夜! # 标语 # 按钮 text:按钮文案 link: 按钮地址 type: 按钮风格,默认带背景色,如果不需要可以设置为 'plain' buttons: - { text: Guide, link: '/docs/guide/introduce' } - { text: Default Style, link: '/docs/theme/introduce', type: 'plain' } # 社交地址 icon: 图标 link: 按钮地址 socialLinks: - { icon: 'LogoGithub', color: 'black', iconSize: '40', link: 'https://github.com/kaiamos' } blog: # blog 模块的配置 # 社交地址 icon: 图标 link: 按钮地址 socialLinks: - { icon: 'LogoGithub',color: 'red', link: 'https://github.com/kaiamos' } customModule: # customModule 模块的配置 key: value # 配置首页特性列表 title:标题 details:详情 features: - title: 过去 details: 开发一款看着开心、写着顺手的 vuepress 博客主题。 - title: 当下 details: 帮助更多的朋友节省时间去用心书写内容,而不是仅仅配置一个博客去孤芳自赏。 - title: 未来 details: 吸引更多的朋友参与到开发中来,继续强大功能。 # 用于配置 Footer 模块 footer: # 底部模块的配置 record: 域名备案文案record # 域名备案文案 recordLink: 域名备案地址recordLink # 域名备案地址 cyberSecurityRecord: 公安备案文案cyberSecurityRecord # 公安备案文案 cyberSecurityLink: 公安备案地址cyberSecurityLink # 公安备案地址 startYear: 2018 # 本网站开始时间 ---