Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ylxmf2005 committed Jan 7, 2025
1 parent 75c64a9 commit d48baeb
Show file tree
Hide file tree
Showing 101 changed files with 27,715 additions and 13,143 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Deploy to GitHub Pages

on:
push:
branches:
- main

jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18'

- name: Install dependencies
run: npm install

- name: Build website
run: npm run build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
3 changes: 0 additions & 3 deletions babel.config.js

This file was deleted.

12 changes: 6 additions & 6 deletions blog/2019-05-28-first-blog-post.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
slug: first-blog-post
title: First Blog Post
authors:
name: Gao Wei
title: Docusaurus Core Team
url: https://github.com/wgao19
image_url: https://github.com/wgao19.png
authors: [slorber, yangshun]
tags: [hola, docusaurus]
---

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet
Lorem ipsum dolor sit amet...

<!-- truncate -->

...consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet
4 changes: 2 additions & 2 deletions blog/2019-05-29-long-blog-post.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
slug: long-blog-post
title: Long Blog Post
authors: endi
authors: yangshun
tags: [hello, docusaurus]
---

This is the summary of a very long blog post,

Use a `<!--` `truncate` `-->` comment to limit blog post size in the list view.

<!--truncate-->
<!-- truncate -->

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque elementum dignissim ultricies. Fusce rhoncus ipsum tempor eros aliquam consequat. Lorem ipsum dolor sit amet

Expand Down
8 changes: 6 additions & 2 deletions blog/2021-08-01-mdx-blog-post.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ Blog posts support [Docusaurus Markdown features](https://docusaurus.io/docs/mar

Use the power of React to create interactive blog posts.

:::

{/* truncate */}

For example, use JSX to create an interactive button:

```js
<button onClick={() => alert('button clicked!')}>Click me!</button>
```

<button onClick={() => alert('button clicked!')}>Click me!</button>

:::
Binary file not shown.
25 changes: 0 additions & 25 deletions blog/2021-08-26-welcome/index.md

This file was deleted.

18 changes: 12 additions & 6 deletions blog/authors.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
endi:
name: Endilie Yacop Sucipto
title: Maintainer of Docusaurus
url: https://github.com/endiliey
image_url: https://github.com/endiliey.png

yangshun:
name: Yangshun Tay
title: Front End Engineer @ Facebook
url: https://github.com/yangshun
image_url: https://github.com/yangshun.png
page: true
socials:
x: yangshunz
github: yangshun

slorber:
name: Sébastien Lorber
title: Docusaurus maintainer
url: https://sebastienlorber.com
image_url: https://github.com/slorber.png
page:
# customize the url of the author page at /blog/authors/<permalink>
permalink: '/all-sebastien-lorber-articles'
socials:
x: sebastienlorber
linkedin: sebastienlorber
github: slorber
newsletter: https://thisweekinreact.com
3 changes: 3 additions & 0 deletions blog/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ facebook:
label: Facebook
permalink: /facebook
description: Facebook tag description

hello:
label: Hello
permalink: /hello
description: Hello tag description

docusaurus:
label: Docusaurus
permalink: /docusaurus
description: Docusaurus tag description

hola:
label: Hola
permalink: /hola
Expand Down
14 changes: 0 additions & 14 deletions docs/ASR/ASR.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/ASR/AzureASR.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/ASR/Faster-Whisper.md

This file was deleted.

33 changes: 0 additions & 33 deletions docs/ASR/FunASR.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/ASR/GroqWhisperASR.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/ASR/Whisper.md

This file was deleted.

25 changes: 0 additions & 25 deletions docs/ASR/WhisperCPP.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/ASR/_category_.json

This file was deleted.

65 changes: 0 additions & 65 deletions docs/ASR/speech-recognition.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/LLM/_category_.json

This file was deleted.

Loading

0 comments on commit d48baeb

Please sign in to comment.