# docs **Repository Path**: sisi001/docs ## Basic Information - **Project Name**: docs - **Description**: 基于vuePress开发的文档博客,已配置CICD包含自动部署gitee,此仓库不做操作,同步来自于github仓库。 gh-pages分支为部署分支 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: https://sisi001.gitee.io/docs - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-13 - **Last Updated**: 2024-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: blog, 个人 ## README --- home: true modules: # 指定首页展示模块 - Banner - bannerBrand - Blog - MdContent # - Footer banner: # banner 模块的配置 heroText: tagline: # heroImage: /img/logo.png # heroImageStyle: # maxWidth: 200px # margin: 0 auto 2rem bgImage: /img/bg.svg bgImageStyle: height: 100vh position: absolute zIndex: -1 # bannerBrand 模块的配置 bannerBrand: title: never too old to learn description: 学习、记录、分享 tagline: 我们所做的一切,不是为了改变世界,而是不让世界改变我们! buttons: # - { text: 关于我, link: '/my/my' } socialLinks: # 社交地址 - { icon: 'BrandGithub11', link: 'https://github.com/recoluan' } # blog 模块的配置 blog: socialLinks: # 社交地址 - { icon: 'BrandGithub22', link: 'https://github.com/recoluan' } # 底部模块的配置 # footer: # record: 域名备案文案1 # recordLink: 域名备案地址 # cyberSecurityRecord: 公安备案文案 # cyberSecurityLink: 公安备案地址 # startYear: 2018 ---