hero

Track

vuepress 博客主题

开始使用 → (opens new window)

这是什么

一个基于 vuepress 的博客主题, 它基于 vuepress 及 `vuepress-theme-yubisaki` 提供的默认主题

有哪些特点

提供文章列表, 文章分页, 文章详情, 自定义活动页 layout 等等功能

致谢

感谢vuepress-theme-yubisaki 和好用的Vue 驱动的静态网站生成器 vuepress

# vuepress markdown

# Table

| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is      | right-aligned | $1600 |
| col 2 is      | centered      |   $12 |
| zebra stripes | are neat      |    $1 |
Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

# Emoji

:tada: :100:

🎉 💯

# Custom Containers

::: tip
This is a tip
:::

::: warning
This is a warning
:::

::: danger
This is a dangerous warning
:::

::: tip This is a tip :::

::: warning This is a warning :::

::: danger This is a dangerous warning :::

# TODO List

- [x] done
- [ ] doing
  • done
  • doing

# Image size

![test](/blog/images/logo.png =200x80)

test

# flowchart

vuepress-plugin-flowchart (opens new window)

@flowstart
st=>start: 开始|past:>https://github.com/tomieric/vuepress-theme-track.git[blank]
e=>end: 发布|future:>https://kuaizi-co.github.io/blog/
op1=>operation: 安装vuepress-theme-track|past
op2=>operation: 手动 deploy|current
sub1=>subroutine: 设置.vuepress/config.js主题|invalid
cond=>condition: 写文章?|approved:>https://kuaizi-co.github.io/blog/
c2=>condition: 是否自动发布|rejected
io=>inputoutput: Git push...|future

st->op1(right)->cond
cond(yes, right)->c2
cond(no)->sub1(left)->op1
c2(yes)->io->e
c2(no)->op2->e
@flowend