yang-1213 / yang-1213.github.io

一个博客

Home Page:https://yang-1213.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yang-1213 博客

vuepress-theme-vdoing

这个主题可以做什么?

快速上手

# clone the project
git clone https://github.com/xugaoyi/vuepress-theme-vdoing.git

# enter the project directory
cd vuepress-theme-vdoing

# install dependency
npm install # or yarn install

# develop
npm run dev # or yarn dev

构建结构化站点的核心配置和约定

文档

自动生成front matter

文档

目录结构

.
├── .github   (可选,GitHub Actions所需文件)
│   ├── workflows
│   │   ├── baiduPush.yml (可选,百度定时自动推送)
│   │   └── ci.yml (可选,自动部署)
├── docs (必须,不要修改文件夹名称)
│   ├── .vuepress (同官方,查看:https://vuepress.vuejs.org/zh/guide/directory-structure.html#目录结构)
│   ├── @pages (可选,自动生成的文件夹,存放分类页、标签页、归档页)
│   ├── _posts (可选,专门存放碎片化博客文章的文件夹)
│   ├── <结构化目录>
│   └── index.md (首页)
├── theme-vdoing (可选,本地的vdoing主题)
├── utils  (可选,vdoing主题使用的node工具)
│   ├── modules
│   ├── config.yml (可选,批量操作front matter配置)
│   ├── editFrontmatter.js (可选,批量操作front matter工具)
├── baiduPush.sh (可选,百度推送命令脚本)
├── deploy.sh (可选,部署命令脚本)
│
└── package.json

全局引入js

  • jquery
  • jqToast
  • clipboard
  • aPlayer
  • clickLove

谷歌收录网站

评论系统

动漫壁纸

About

一个博客

https://yang-1213.github.io/


Languages

Language:Vue 66.2%Language:JavaScript 20.9%Language:Stylus 12.5%Language:HTML 0.4%