Skip to content

Commit

Permalink
feat: streams page
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 10, 2022
1 parent af83ffc commit 8a70acf
Show file tree
Hide file tree
Showing 10 changed files with 602 additions and 473 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,63 +7,63 @@
"static": "rimraf temp && degit antfu/static temp --force && esno scripts/copy-sponsors",
"redirects": "esno scripts/redirects.ts"
},
"eslintConfig": {
"extends": "@antfu"
},
"dependencies": {
"@vueuse/core": "^7.6.2",
"@vueuse/core": "^7.7.1",
"@vueuse/head": "^0.7.5",
"dayjs": "^1.10.7",
"dayjs": "^1.10.8",
"nprogress": "^0.2.0",
"prism-theme-vars": "^0.2.2",
"vue": "^3.2.31",
"vue-router": "^4.0.12"
"vue-router": "4.0.13"
},
"devDependencies": {
"@antfu/eslint-config": "^0.16.1",
"@iconify/json": "^2.1.2",
"@antfu/eslint-config": "^0.18.3",
"@iconify/json": "^2.1.13",
"@octokit/rest": "^18.12.0",
"@types/degit": "^2.8.3",
"@types/diacritics": "^1.3.1",
"@types/fs-extra": "^9.0.13",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@unocss/reset": "^0.24.4",
"@vitejs/plugin-vue": "^2.2.0",
"@unocss/reset": "^0.27.3",
"@vitejs/plugin-vue": "^2.2.4",
"critters": "0.0.16",
"cross-env": "^7.0.3",
"degit": "^2.8.4",
"diacritics": "^1.3.0",
"eslint": "^8.9.0",
"eslint": "^8.10.0",
"esno": "^0.14.1",
"fast-glob": "^3.2.11",
"feed": "^4.2.2",
"fs-extra": "^10.0.0",
"fs-extra": "^10.0.1",
"gray-matter": "^4.0.3",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1",
"markdown-it-link-attributes": "^4.0.0",
"markdown-it-prism": "^2.2.2",
"markdown-it-shiki": "^0.3.0",
"markdown-it-prism": "^2.2.3",
"markdown-it-shiki": "^0.4.0",
"markdown-it-table-of-contents": "^0.6.0",
"pnpm": "^6.31.0",
"prismjs": "^1.26.0",
"pnpm": "^6.32.3",
"prismjs": "^1.27.0",
"rimraf": "^3.0.2",
"typescript": "^4.5.5",
"unocss": "^0.24.4",
"unplugin-auto-import": "^0.6.0",
"unplugin-icons": "^0.13.1",
"unplugin-vue-components": "^0.17.18",
"vite": "^2.8.3",
"vite-plugin-inspect": "^0.3.14",
"vite-plugin-md": "^0.11.8",
"vite-plugin-pages": "^0.20.2",
"typescript": "^4.6.2",
"unocss": "^0.27.3",
"unplugin-auto-import": "^0.6.1",
"unplugin-icons": "^0.13.3",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.8.6",
"vite-plugin-inspect": "^0.4.3",
"vite-plugin-md": "^0.11.9",
"vite-plugin-pages": "^0.21.4",
"vite-plugin-pwa": "^0.11.13",
"vite-plugin-yaml": "^1.0.5",
"vite-ssg": "^0.17.10",
"vite-ssg": "^0.17.11",
"vite-svg-loader": "^3.1.2"
},
"eslintConfig": {
"extends": "@antfu"
},
"pnpm": {
"overrides": {
"@vueuse/head": "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Outside of programming, I enjoy doing photography and traveling. Some of my phot

***

Find me on [GitHub](https://github.com/antfu), [Twitter](https://www.twitter.com/antfu7), [知乎](https://www.zhihu.com/people/antfu), [微博](https://weibo.com/u/7485197193) or [哔哩哔哩](https://space.bilibili.com/668380).<br>
Find me on [GitHub](https://github.com/antfu), [Twitter](https://www.twitter.com/antfu7), [Twitch](https://www.twitch.tv/antfu7), [知乎](https://www.zhihu.com/people/antfu), [微博](https://weibo.com/u/7485197193) or [哔哩哔哩](https://space.bilibili.com/668380).<br>
Mail me at [[email protected]](mailto:[email protected]).<br>
Chat with the community at [my Discord Server](https://chat.antfu.me).

Expand Down
25 changes: 25 additions & 0 deletions pages/streams.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Streams - Anthony Fu
display: ''
items:
- title: 'Bilibili - 用 Vue 写个扫雷吧!'
date: '2022-03-09'
path: 'https://www.bilibili.com/video/BV1ia411b7jY'
lang: 'zh'
---

<SubNav/>

> Live stream at [Twitch](https://www.twitch.tv/antfu7) & [哔哩哔哩](https://space.bilibili.com/668380)
>
> Upcoming:<br>
> **TBA**
***

<ListPosts :posts="frontmatter.items.reverse()" />


<ClientOnly>
<Plum/>
</ClientOnly>
Loading

0 comments on commit 8a70acf

Please sign in to comment.