文件名称:youdeliang.github.io:我的博客由vuepress
文件大小:2.56MB
文件格式:ZIP
更新时间:2024-05-26 06:18:07
vuepress vuepress-blog JavaScript
速览 这是一款 Vuepress 主题,集成了博客所需的分类、TAG墙、分页、评论等功能。 主题追求极简,配置上手简单,适配移动端。 博客效果展示: 主题使用 安装主题 创建一个新的项目 my-blog: mkdir my-blog cd my-blog 初始化 yarn 或 npm : yarn init 或 npm init -y 安装 vuepress 和 vuepress-theme-melodydl: yarn add vuepress vuepress-theme-melodydl 或 npm install vuepress vuepress-theme-melodydl 创建 src/_posts 文件夹和 Vuepress 配置文件,项目结构大致为: my-blog ├── src # Blog 源文件目录 │ ├── .vuepress # Vuepre
【文件预览】:
youdeliang.github.io-src
----.travis.yml(380B)
----package.json(619B)
----LICENSE(1KB)
----src()
--------_posts()
--------.vuepress()
--------about()
----.gitignore(25B)
----README.md(6KB)
----yarn.lock(337KB)