From 42220c3360fba2a833c6d56663013d7fb9d617f8 Mon Sep 17 00:00:00 2001 From: kaivanwong Date: Mon, 13 May 2024 11:41:58 +0800 Subject: [PATCH] feat: update footer and page content --- src/content/blog/notes/post-1.md | 45 +------------------ src/content/blog/notes/post-2.md | 45 +------------------ src/content/blog/notes/post-3.md | 45 +------------------ src/content/blog/notes/post-4.md | 45 +------------------ src/content/blog/post-1.md | 45 +------------------ src/content/blog/post-2.md | 45 +------------------ src/content/blog/post-3.md | 45 +------------------ src/content/blog/post-4.md | 45 +------------------ src/content/blog/post-5.md | 45 +------------------ src/content/blog/post-6.md | 45 +------------------ src/content/blog/post-7.md | 45 +------------------ src/content/blog/post-8.md | 45 +------------------ src/content/blog/talks/post-1.md | 45 +------------------ src/content/blog/talks/post-2.md | 45 +------------------ src/content/blog/talks/post-3.md | 45 +------------------ src/content/blog/talks/post-4.md | 45 +------------------ .../pages/{page-1.md => getting-started.md} | 0 src/content/pages/{page-2.md => md-style.md} | 0 src/site-config.ts | 10 ++--- 19 files changed, 21 insertions(+), 709 deletions(-) rename src/content/pages/{page-1.md => getting-started.md} (100%) rename src/content/pages/{page-2.md => md-style.md} (100%) diff --git a/src/content/blog/notes/post-1.md b/src/content/blog/notes/post-1.md index ed3df1e..2c00604 100644 --- a/src/content/blog/notes/post-1.md +++ b/src/content/blog/notes/post-1.md @@ -5,47 +5,4 @@ duration: 5min date: 2022-12-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 -} -``` +Use [Vitesse Them for Astro](https://astro.build/themes/details/vitesse-theme-for-astro/) to start writing your blog posts. diff --git a/src/content/blog/notes/post-2.md b/src/content/blog/notes/post-2.md index 2d0e4d7..a3bef90 100644 --- a/src/content/blog/notes/post-2.md +++ b/src/content/blog/notes/post-2.md @@ -5,47 +5,4 @@ duration: 5min date: 2018-01-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 -} -``` +Use [Vitesse Them for Astro](https://astro.build/themes/details/vitesse-theme-for-astro/) to start writing your blog posts. diff --git a/src/content/blog/notes/post-3.md b/src/content/blog/notes/post-3.md index b013a8a..31b9e98 100644 --- a/src/content/blog/notes/post-3.md +++ b/src/content/blog/notes/post-3.md @@ -5,47 +5,4 @@ duration: 5min date: 2022-02-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 -} -``` +Use [Vitesse Them for Astro](https://astro.build/themes/details/vitesse-theme-for-astro/) to start writing your blog posts. diff --git a/src/content/blog/notes/post-4.md b/src/content/blog/notes/post-4.md index 361085d..928cbca 100644 --- a/src/content/blog/notes/post-4.md +++ b/src/content/blog/notes/post-4.md @@ -5,47 +5,4 @@ duration: 5min date: 2024-03-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 -} -``` +Use [Vitesse Them for Astro](https://astro.build/themes/details/vitesse-theme-for-astro/) to start writing your blog posts. diff --git a/src/content/blog/post-1.md b/src/content/blog/post-1.md index 4345092..1e8a78b 100644 --- a/src/content/blog/post-1.md +++ b/src/content/blog/post-1.md @@ -4,47 +4,4 @@ description: Your blog description, which is long text, can be an introduction t date: 2024-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 -} -``` +Use [Vitesse Them for Astro](https://astro.build/themes/details/vitesse-theme-for-astro/) to start writing your blog posts. diff --git a/src/content/blog/post-2.md b/src/content/blog/post-2.md index 1ac58c6..4b6c229 100644 --- a/src/content/blog/post-2.md +++ b/src/content/blog/post-2.md @@ -5,47 +5,4 @@ date: 2024-04-01 lang: zh --- -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 -} -``` +Use [Vitesse Them for Astro](https://astro.build/themes/details/vitesse-theme-for-astro/) to start writing your blog posts. diff --git a/src/content/blog/post-3.md b/src/content/blog/post-3.md index 92623d3..a106f48 100644 --- a/src/content/blog/post-3.md +++ b/src/content/blog/post-3.md @@ -5,47 +5,4 @@ date: 2024-03-01 tag: Tag Text --- -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 -} -``` +Use [Vitesse Them for Astro](https://astro.build/themes/details/vitesse-theme-for-astro/) to start writing your blog posts. diff --git a/src/content/blog/post-4.md b/src/content/blog/post-4.md index 2f3503e..42157ea 100644 --- a/src/content/blog/post-4.md +++ b/src/content/blog/post-4.md @@ -5,47 +5,4 @@ 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 -} -``` +Use [Vitesse Them for Astro](https://astro.build/themes/details/vitesse-theme-for-astro/) to start writing your blog posts. diff --git a/src/content/blog/post-5.md b/src/content/blog/post-5.md index e9c8eda..55a093e 100644 --- a/src/content/blog/post-5.md +++ b/src/content/blog/post-5.md @@ -5,47 +5,4 @@ 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 -} -``` +Use [Vitesse Them for Astro](https://astro.build/themes/details/vitesse-theme-for-astro/) to start writing your blog posts. diff --git a/src/content/blog/post-6.md b/src/content/blog/post-6.md index e6d888c..8f49ecb 100644 --- a/src/content/blog/post-6.md +++ b/src/content/blog/post-6.md @@ -4,47 +4,4 @@ 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 -} -``` +Use [Vitesse Them for Astro](https://astro.build/themes/details/vitesse-theme-for-astro/) to start writing your blog posts. diff --git a/src/content/blog/post-7.md b/src/content/blog/post-7.md index b5a1953..1a0bc7f 100644 --- a/src/content/blog/post-7.md +++ b/src/content/blog/post-7.md @@ -5,47 +5,4 @@ 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 -} -``` +Use [Vitesse Them for Astro](https://astro.build/themes/details/vitesse-theme-for-astro/) to start writing your blog posts. diff --git a/src/content/blog/post-8.md b/src/content/blog/post-8.md index 34c7ef3..c969153 100644 --- a/src/content/blog/post-8.md +++ b/src/content/blog/post-8.md @@ -4,47 +4,4 @@ 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 -} -``` +Use [Vitesse Them for Astro](https://astro.build/themes/details/vitesse-theme-for-astro/) to start writing your blog posts. diff --git a/src/content/blog/talks/post-1.md b/src/content/blog/talks/post-1.md index 6f63d60..1e92a32 100644 --- a/src/content/blog/talks/post-1.md +++ b/src/content/blog/talks/post-1.md @@ -5,47 +5,4 @@ duration: 30min date: 2023-12-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 -} -``` +Use [Vitesse Them for Astro](https://astro.build/themes/details/vitesse-theme-for-astro/) to start writing your blog posts. diff --git a/src/content/blog/talks/post-2.md b/src/content/blog/talks/post-2.md index da0f895..951d652 100644 --- a/src/content/blog/talks/post-2.md +++ b/src/content/blog/talks/post-2.md @@ -5,47 +5,4 @@ duration: 30min date: 2023-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 -} -``` +Use [Vitesse Them for Astro](https://astro.build/themes/details/vitesse-theme-for-astro/) to start writing your blog posts. diff --git a/src/content/blog/talks/post-3.md b/src/content/blog/talks/post-3.md index 8e350d6..25447a5 100644 --- a/src/content/blog/talks/post-3.md +++ b/src/content/blog/talks/post-3.md @@ -5,47 +5,4 @@ duration: 30min date: 2024-02-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 -} -``` +Use [Vitesse Them for Astro](https://astro.build/themes/details/vitesse-theme-for-astro/) to start writing your blog posts. diff --git a/src/content/blog/talks/post-4.md b/src/content/blog/talks/post-4.md index 864dae2..7e874b9 100644 --- a/src/content/blog/talks/post-4.md +++ b/src/content/blog/talks/post-4.md @@ -5,47 +5,4 @@ duration: 30min date: 2022-12-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 -} -``` +Use [Vitesse Them for Astro](https://astro.build/themes/details/vitesse-theme-for-astro/) to start writing your blog posts. diff --git a/src/content/pages/page-1.md b/src/content/pages/getting-started.md similarity index 100% rename from src/content/pages/page-1.md rename to src/content/pages/getting-started.md diff --git a/src/content/pages/page-2.md b/src/content/pages/md-style.md similarity index 100% rename from src/content/pages/page-2.md rename to src/content/pages/md-style.md diff --git a/src/site-config.ts b/src/site-config.ts index ce1a06b..1b3e728 100644 --- a/src/site-config.ts +++ b/src/site-config.ts @@ -90,19 +90,19 @@ export const siteConfig = { footer: { navLinks: [ { - text: 'Page Title', - href: '/page-1', + text: 'Getting Started', + href: '/getting-started', }, { - text: 'Page Title', - href: '/page-2', + text: 'Markdown Style', + href: '/md-style', }, { text: '404 Page', href: '/404', }, { - text: 'Vitesse Theme Link', + text: 'Astro Page', href: 'https://astro.build/themes/details/vitesse-theme-for-astro/', }, {