# xiecd.cc **Repository Path**: xie-cd/xiecd.cc ## Basic Information - **Project Name**: xiecd.cc - **Description**: 我的home页 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-04 - **Last Updated**: 2022-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- home: true modules: - BannerBrand - MdContent - Footer bannerBrand: heroImage: /logo.png heroImageStyle: maxWidth: '200px' width: '100%' display: block margin: '0 auto 2rem' borderRadius: '1rem' bgImage: '/bg.svg' heroText: vuepress-reco tagline: 一款 vuepress 主题容器,集成多种主题底层功能,快速生成主题风格。主题 2.0 的默认风格是原主题 1.0 迁移而来,更多风格正在路上,敬请期待。 buttons: - { text: Guide, link: '/docs/guide/introduce' } - { text: Default Style, link: '/docs/style-default-api/introduce', type: 'plain' } isShowTitleInHome: true actionText: About actionLink: /views/other/about features: - title: 过去 details: 开发一款看着开心、写着顺手的 vuepress 博客主题。 - title: 当下 details: 帮助更多的朋友节省时间去用心书写内容,而不是仅仅配置一个博客去孤芳自赏。 - title: 未来 details: 吸引更多的朋友参与到开发中来,继续强大功能。 --- ## 快速开始 **npx** ```bash # 初始化,并选择 2.x npx @vuepress-reco/theme-cli init ``` **npm** ```bash # 初始化,并选择 2.x npm install @vuepress-reco/theme-cli@1.0.7 -g theme-cli init ``` **yarn** ```bash # 初始化,并选择 2.x yarn global add @vuepress-reco/theme-cli@1.0.7 theme-cli init ```