-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use English as root locale, re-enable newsroom
- Loading branch information
1 parent
315a5b6
commit c06de3e
Showing
32 changed files
with
171 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
import StarlightBlogMarkdownContent from "starlight-blog/overrides/MarkdownContent.astro"; | ||
import type { Props } from "@astrojs/starlight/props"; | ||
import ImageZoom from "starlight-image-zoom/components/ImageZoom.astro"; | ||
--- | ||
|
||
<ImageZoom /> | ||
<StarlightBlogMarkdownContent {...Astro.props}><slot /></StarlightBlogMarkdownContent> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
import { defineCollection } from "astro:content"; | ||
import { docsSchema } from "@astrojs/starlight/schema"; | ||
import { blogSchema } from "starlight-blog/schema"; | ||
|
||
export const collections = { | ||
docs: defineCollection({ | ||
schema: docsSchema(), | ||
schema: docsSchema({ extend: (context) => blogSchema(context) }), | ||
}), | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ hero: | |
variant: primary | ||
next: false | ||
prev: | ||
link: /en/applehax | ||
link: /applehax/ | ||
label: AppleHax | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ hero: | |
variant: primary | ||
next: false | ||
prev: | ||
link: /en/applehax | ||
link: /applehax/ | ||
label: AppleHax | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ hero: | |
variant: primary | ||
next: false | ||
prev: | ||
link: /en/applehax | ||
link: /applehax/ | ||
label: AppleHax | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,6 @@ hero: | |
variant: primary | ||
next: false | ||
prev: | ||
link: /en/applehax | ||
link: /applehax/ | ||
label: AppleHax | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,6 @@ hero: | |
variant: primary | ||
next: false | ||
prev: | ||
link: /en/applehax | ||
link: /applehax/ | ||
label: AppleHax | ||
--- |
Oops, something went wrong.