Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nullobject/joshbassett.info
https://github.com/nullobject/joshbassett.info
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nullobject/joshbassett.info
- Owner: nullobject
- Created: 2022-08-10T01:49:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T02:06:15.000Z (4 months ago)
- Last Synced: 2024-10-21T18:28:56.340Z (22 days ago)
- Language: Astro
- Size: 3.03 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro Example: Markdown with Shiki
```sh
npm create astro@latest -- --template with-markdown-shiki
```[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/with-markdown-shiki)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/with-markdown-shiki)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/with-markdown-shiki/devcontainer.json)This example showcases Astro's [built-in Markdown support](https://docs.astro.build/en/guides/markdown-content/).
- `src/pages/index.md` is a treated as a page entrypoint and uses a `layout`.