diff --git a/astro.config.ts b/astro.config.ts index 2350975..4621b3c 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -20,8 +20,8 @@ export default defineConfig({ markdown: { shikiConfig: { themes: { - light: 'vitesse-light', - dark: 'vitesse-dark', + light: 'github-light-default', + dark: 'github-dark-default', }, wrap: true, }, diff --git a/src/content/blog/notes/post-1.md b/src/content/blog/notes/post-1.md index a446c10..ed3df1e 100644 --- a/src/content/blog/notes/post-1.md +++ b/src/content/blog/notes/post-1.md @@ -5,4 +5,47 @@ duration: 5min date: 2022-12-01 --- -Writing... +The main content of your article + +## h2 + +The main content of your article + +### h3 + +The main content of your article + +#### h4 + +The main content of your article + +##### h5 + +The main content of your article + +###### h6 + +The main content of your article + +Table Style: + +| Field | Req | Description | +| :---- | :-- | :-----------| +| NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | +| EMAIL | Yes | Displayed in contact section. | +| NUM_POSTS | Yes | Limit num of posts on home page. | +| NUM_WORKS | Yes | Limit num of works on home page. | +| NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +``` diff --git a/src/content/blog/notes/post-2.md b/src/content/blog/notes/post-2.md index fbddae9..2d0e4d7 100644 --- a/src/content/blog/notes/post-2.md +++ b/src/content/blog/notes/post-2.md @@ -5,4 +5,47 @@ duration: 5min date: 2018-01-01 --- -Writing... +The main content of your article + +## h2 + +The main content of your article + +### h3 + +The main content of your article + +#### h4 + +The main content of your article + +##### h5 + +The main content of your article + +###### h6 + +The main content of your article + +Table Style: + +| Field | Req | Description | +| :---- | :-- | :-----------| +| NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | +| EMAIL | Yes | Displayed in contact section. | +| NUM_POSTS | Yes | Limit num of posts on home page. | +| NUM_WORKS | Yes | Limit num of works on home page. | +| NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +``` diff --git a/src/content/blog/notes/post-3.md b/src/content/blog/notes/post-3.md index b684ce6..b013a8a 100644 --- a/src/content/blog/notes/post-3.md +++ b/src/content/blog/notes/post-3.md @@ -5,4 +5,47 @@ duration: 5min date: 2022-02-01 --- -Writing... +The main content of your article + +## h2 + +The main content of your article + +### h3 + +The main content of your article + +#### h4 + +The main content of your article + +##### h5 + +The main content of your article + +###### h6 + +The main content of your article + +Table Style: + +| Field | Req | Description | +| :---- | :-- | :-----------| +| NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | +| EMAIL | Yes | Displayed in contact section. | +| NUM_POSTS | Yes | Limit num of posts on home page. | +| NUM_WORKS | Yes | Limit num of works on home page. | +| NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +``` diff --git a/src/content/blog/notes/post-4.md b/src/content/blog/notes/post-4.md index a5d26e6..361085d 100644 --- a/src/content/blog/notes/post-4.md +++ b/src/content/blog/notes/post-4.md @@ -5,4 +5,47 @@ duration: 5min date: 2024-03-01 --- -Writing... +The main content of your article + +## h2 + +The main content of your article + +### h3 + +The main content of your article + +#### h4 + +The main content of your article + +##### h5 + +The main content of your article + +###### h6 + +The main content of your article + +Table Style: + +| Field | Req | Description | +| :---- | :-- | :-----------| +| NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | +| EMAIL | Yes | Displayed in contact section. | +| NUM_POSTS | Yes | Limit num of posts on home page. | +| NUM_WORKS | Yes | Limit num of works on home page. | +| NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +``` diff --git a/src/content/blog/post-1.md b/src/content/blog/post-1.md index 53e6a43..4345092 100644 --- a/src/content/blog/post-1.md +++ b/src/content/blog/post-1.md @@ -4,4 +4,47 @@ description: Your blog description, which is long text, can be an introduction t date: 2024-05-01 --- -Writing... +The main content of your article + +## h2 + +The main content of your article + +### h3 + +The main content of your article + +#### h4 + +The main content of your article + +##### h5 + +The main content of your article + +###### h6 + +The main content of your article + +Table Style: + +| Field | Req | Description | +| :---- | :-- | :-----------| +| NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | +| EMAIL | Yes | Displayed in contact section. | +| NUM_POSTS | Yes | Limit num of posts on home page. | +| NUM_WORKS | Yes | Limit num of works on home page. | +| NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +``` diff --git a/src/content/blog/post-2.md b/src/content/blog/post-2.md index d4477b4..1ac58c6 100644 --- a/src/content/blog/post-2.md +++ b/src/content/blog/post-2.md @@ -5,4 +5,47 @@ date: 2024-04-01 lang: zh --- -Writing... +The main content of your article + +## h2 + +The main content of your article + +### h3 + +The main content of your article + +#### h4 + +The main content of your article + +##### h5 + +The main content of your article + +###### h6 + +The main content of your article + +Table Style: + +| Field | Req | Description | +| :---- | :-- | :-----------| +| NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | +| EMAIL | Yes | Displayed in contact section. | +| NUM_POSTS | Yes | Limit num of posts on home page. | +| NUM_WORKS | Yes | Limit num of works on home page. | +| NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +``` diff --git a/src/content/blog/post-3.md b/src/content/blog/post-3.md index bc80b3d..92623d3 100644 --- a/src/content/blog/post-3.md +++ b/src/content/blog/post-3.md @@ -5,4 +5,47 @@ date: 2024-03-01 tag: Tag Text --- -Writing... +The main content of your article + +## h2 + +The main content of your article + +### h3 + +The main content of your article + +#### h4 + +The main content of your article + +##### h5 + +The main content of your article + +###### h6 + +The main content of your article + +Table Style: + +| Field | Req | Description | +| :---- | :-- | :-----------| +| NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | +| EMAIL | Yes | Displayed in contact section. | +| NUM_POSTS | Yes | Limit num of posts on home page. | +| NUM_WORKS | Yes | Limit num of works on home page. | +| NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +``` diff --git a/src/content/blog/post-4.md b/src/content/blog/post-4.md index 4a37394..2f3503e 100644 --- a/src/content/blog/post-4.md +++ b/src/content/blog/post-4.md @@ -4,3 +4,48 @@ description: If you need to link to an external address, you can set the redirec date: 2024-02-01 redirect: '/' --- + +The main content of your article + +## h2 + +The main content of your article + +### h3 + +The main content of your article + +#### h4 + +The main content of your article + +##### h5 + +The main content of your article + +###### h6 + +The main content of your article + +Table Style: + +| Field | Req | Description | +| :---- | :-- | :-----------| +| NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | +| EMAIL | Yes | Displayed in contact section. | +| NUM_POSTS | Yes | Limit num of posts on home page. | +| NUM_WORKS | Yes | Limit num of works on home page. | +| NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +``` diff --git a/src/content/blog/post-5.md b/src/content/blog/post-5.md index 84bff2e..e9c8eda 100644 --- a/src/content/blog/post-5.md +++ b/src/content/blog/post-5.md @@ -4,3 +4,48 @@ description: If you want to tell the visitor that there is a video, you can set date: 2024-02-01 video: true --- + +The main content of your article + +## h2 + +The main content of your article + +### h3 + +The main content of your article + +#### h4 + +The main content of your article + +##### h5 + +The main content of your article + +###### h6 + +The main content of your article + +Table Style: + +| Field | Req | Description | +| :---- | :-- | :-----------| +| NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | +| EMAIL | Yes | Displayed in contact section. | +| NUM_POSTS | Yes | Limit num of posts on home page. | +| NUM_WORKS | Yes | Limit num of works on home page. | +| NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +``` diff --git a/src/content/blog/post-6.md b/src/content/blog/post-6.md index bd2bc90..e6d888c 100644 --- a/src/content/blog/post-6.md +++ b/src/content/blog/post-6.md @@ -3,3 +3,48 @@ title: Blog Title description: Vitesse theme groups posts by year and displays them sorted by date. date: 2023-08-01 --- + +The main content of your article + +## h2 + +The main content of your article + +### h3 + +The main content of your article + +#### h4 + +The main content of your article + +##### h5 + +The main content of your article + +###### h6 + +The main content of your article + +Table Style: + +| Field | Req | Description | +| :---- | :-- | :-----------| +| NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | +| EMAIL | Yes | Displayed in contact section. | +| NUM_POSTS | Yes | Limit num of posts on home page. | +| NUM_WORKS | Yes | Limit num of works on home page. | +| NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +``` diff --git a/src/content/blog/post-7.md b/src/content/blog/post-7.md index dc240b1..b5a1953 100644 --- a/src/content/blog/post-7.md +++ b/src/content/blog/post-7.md @@ -4,3 +4,48 @@ description: You can set a duration to tell the viewer how long it will take to duration: 20min date: 2023-05-01 --- + +The main content of your article + +## h2 + +The main content of your article + +### h3 + +The main content of your article + +#### h4 + +The main content of your article + +##### h5 + +The main content of your article + +###### h6 + +The main content of your article + +Table Style: + +| Field | Req | Description | +| :---- | :-- | :-----------| +| NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | +| EMAIL | Yes | Displayed in contact section. | +| NUM_POSTS | Yes | Limit num of posts on home page. | +| NUM_WORKS | Yes | Limit num of works on home page. | +| NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +``` diff --git a/src/content/blog/post-8.md b/src/content/blog/post-8.md index 58d01c5..34c7ef3 100644 --- a/src/content/blog/post-8.md +++ b/src/content/blog/post-8.md @@ -3,3 +3,48 @@ title: Blog Title description: The date and title fields are required. date: 2022-11-01 --- + +The main content of your article + +## h2 + +The main content of your article + +### h3 + +The main content of your article + +#### h4 + +The main content of your article + +##### h5 + +The main content of your article + +###### h6 + +The main content of your article + +Table Style: + +| Field | Req | Description | +| :---- | :-- | :-----------| +| NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | +| EMAIL | Yes | Displayed in contact section. | +| NUM_POSTS | Yes | Limit num of posts on home page. | +| NUM_WORKS | Yes | Limit num of works on home page. | +| NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +``` diff --git a/src/content/blog/talks/post-1.md b/src/content/blog/talks/post-1.md index 2d5b1bf..6f63d60 100644 --- a/src/content/blog/talks/post-1.md +++ b/src/content/blog/talks/post-1.md @@ -5,4 +5,47 @@ duration: 30min date: 2023-12-01 --- -Writing... +The main content of your article + +## h2 + +The main content of your article + +### h3 + +The main content of your article + +#### h4 + +The main content of your article + +##### h5 + +The main content of your article + +###### h6 + +The main content of your article + +Table Style: + +| Field | Req | Description | +| :---- | :-- | :-----------| +| NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | +| EMAIL | Yes | Displayed in contact section. | +| NUM_POSTS | Yes | Limit num of posts on home page. | +| NUM_WORKS | Yes | Limit num of works on home page. | +| NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +``` diff --git a/src/content/blog/talks/post-2.md b/src/content/blog/talks/post-2.md index be00cdc..da0f895 100644 --- a/src/content/blog/talks/post-2.md +++ b/src/content/blog/talks/post-2.md @@ -5,4 +5,47 @@ duration: 30min date: 2023-11-01 --- -Writing... +The main content of your article + +## h2 + +The main content of your article + +### h3 + +The main content of your article + +#### h4 + +The main content of your article + +##### h5 + +The main content of your article + +###### h6 + +The main content of your article + +Table Style: + +| Field | Req | Description | +| :---- | :-- | :-----------| +| NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | +| EMAIL | Yes | Displayed in contact section. | +| NUM_POSTS | Yes | Limit num of posts on home page. | +| NUM_WORKS | Yes | Limit num of works on home page. | +| NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +``` diff --git a/src/content/blog/talks/post-3.md b/src/content/blog/talks/post-3.md index 819a987..8e350d6 100644 --- a/src/content/blog/talks/post-3.md +++ b/src/content/blog/talks/post-3.md @@ -5,4 +5,47 @@ duration: 30min date: 2024-02-01 --- -Writing... +The main content of your article + +## h2 + +The main content of your article + +### h3 + +The main content of your article + +#### h4 + +The main content of your article + +##### h5 + +The main content of your article + +###### h6 + +The main content of your article + +Table Style: + +| Field | Req | Description | +| :---- | :-- | :-----------| +| NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | +| EMAIL | Yes | Displayed in contact section. | +| NUM_POSTS | Yes | Limit num of posts on home page. | +| NUM_WORKS | Yes | Limit num of works on home page. | +| NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +``` diff --git a/src/content/blog/talks/post-4.md b/src/content/blog/talks/post-4.md index a62fa59..864dae2 100644 --- a/src/content/blog/talks/post-4.md +++ b/src/content/blog/talks/post-4.md @@ -5,4 +5,47 @@ duration: 30min date: 2022-12-01 --- -Writing... +The main content of your article + +## h2 + +The main content of your article + +### h3 + +The main content of your article + +#### h4 + +The main content of your article + +##### h5 + +The main content of your article + +###### h6 + +The main content of your article + +Table Style: + +| Field | Req | Description | +| :---- | :-- | :-----------| +| NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | +| EMAIL | Yes | Displayed in contact section. | +| NUM_POSTS | Yes | Limit num of posts on home page. | +| NUM_WORKS | Yes | Limit num of works on home page. | +| NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +``` diff --git a/src/content/pages/page-1.md b/src/content/pages/page-1.md index 10c1c15..06c0f13 100644 --- a/src/content/pages/page-1.md +++ b/src/content/pages/page-1.md @@ -24,6 +24,8 @@ The main content of your article The main content of your article +Table Style: + | Field | Req | Description | | :---- | :-- | :-----------| | NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | @@ -31,3 +33,16 @@ The main content of your article | NUM_POSTS | Yes | Limit num of posts on home page. | | NUM_WORKS | Yes | Limit num of works on home page. | | NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +``` diff --git a/src/content/pages/page-2.md b/src/content/pages/page-2.md index 87dad5e..06c0f13 100644 --- a/src/content/pages/page-2.md +++ b/src/content/pages/page-2.md @@ -2,4 +2,47 @@ title: Page Title --- -Writing... +The main content of your article + +## h2 + +The main content of your article + +### h3 + +The main content of your article + +#### h4 + +The main content of your article + +##### h5 + +The main content of your article + +###### h6 + +The main content of your article + +Table Style: + +| Field | Req | Description | +| :---- | :-- | :-----------| +| NAME | Yes | Displayed in header and footer. Used in SEO and RSS. | +| EMAIL | Yes | Displayed in contact section. | +| NUM_POSTS | Yes | Limit num of posts on home page. | +| NUM_WORKS | Yes | Limit num of works on home page. | +| NUM_PROJECTS | Yes | Limit num of projects on home page. | + +Code Snippet: + +```ts +export const data = { + name: 'Name', + value: 'Value' +} + +export function getName() { + return data.name +} +```