Add credit
This commit is contained in:
parent
9d48afea2c
commit
16d6a2331e
56
README.md
56
README.md
@ -1,54 +1,4 @@
|
||||
# Starlight Starter Kit: Basics
|
||||
# FI MUNI Notes by Cafour
|
||||
|
||||
[](https://starlight.astro.build)
|
||||
|
||||
```
|
||||
pnpm create astro@latest -- --template starlight
|
||||
```
|
||||
|
||||
[](https://stackblitz.com/github/withastro/starlight/tree/main/examples/basics)
|
||||
[](https://codesandbox.io/p/sandbox/github/withastro/starlight/tree/main/examples/basics)
|
||||
[](https://app.netlify.com/start/deploy?repository=https://github.com/withastro/starlight&create_from_path=examples/basics)
|
||||
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fwithastro%2Fstarlight%2Ftree%2Fmain%2Fexamples%2Fbasics&project-name=my-starlight-docs&repository-name=my-starlight-docs)
|
||||
|
||||
> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun!
|
||||
|
||||
## 🚀 Project Structure
|
||||
|
||||
Inside of your Astro + Starlight project, you'll see the following folders and files:
|
||||
|
||||
```
|
||||
.
|
||||
├── public/
|
||||
├── src/
|
||||
│ ├── assets/
|
||||
│ ├── content/
|
||||
│ │ ├── docs/
|
||||
│ └── content.config.ts
|
||||
├── astro.config.mjs
|
||||
├── package.json
|
||||
└── tsconfig.json
|
||||
```
|
||||
|
||||
Starlight looks for `.md` or `.mdx` files in the `src/content/docs/` directory. Each file is exposed as a route based on its file name.
|
||||
|
||||
Images can be added to `src/assets/` and embedded in Markdown with a relative link.
|
||||
|
||||
Static assets, like favicons, can be placed in the `public/` directory.
|
||||
|
||||
## 🧞 Commands
|
||||
|
||||
All commands are run from the root of the project, from a terminal:
|
||||
|
||||
| Command | Action |
|
||||
| :------------------------ | :----------------------------------------------- |
|
||||
| `pnpm install` | Installs dependencies |
|
||||
| `pnpm dev` | Starts local dev server at `localhost:4321` |
|
||||
| `pnpm build` | Build your production site to `./dist/` |
|
||||
| `pnpm preview` | Preview your build locally, before deploying |
|
||||
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
|
||||
| `pnpm astro -- --help` | Get help using the Astro CLI |
|
||||
|
||||
## 👀 Want to learn more?
|
||||
|
||||
Check out [Starlight’s docs](https://starlight.astro.build/), read [the Astro documentation](https://docs.astro.build), or jump into the [Astro Discord server](https://astro.build/chat).
|
||||
All notes come from [fi.cafour.cz](https://fi.cafour.cz), I just transpiled the SZMGR part of them
|
||||
to markdown and wrapped it in an Astro Starlight template. All credit goes to Adam.
|
||||
|
@ -22,7 +22,7 @@ export default defineConfig({
|
||||
logo: {
|
||||
src: "./src/assets/fi_16.png"
|
||||
},
|
||||
social: [{ icon: 'github', label: 'GitHub', href: 'https://github.com/withastro/starlight' }],
|
||||
social: [{ icon: 'github', label: 'GitHub', href: 'https://git.vojtechstruhar.com/Vojta/fi-notes' }],
|
||||
customCss: [
|
||||
"remark-github-alerts/styles/github-colors-light.css",
|
||||
"remark-github-alerts/styles/github-colors-dark-class.css",
|
||||
@ -93,25 +93,4 @@ export default defineConfig({
|
||||
],
|
||||
}),
|
||||
],
|
||||
});
|
||||
// PGV01_zaklady_vizualizace.md
|
||||
// PGV02_metody_vizualizace.md
|
||||
// PGV03_zaklady_pocitatcove_grafiky.md
|
||||
// PGV04_geometricke_algoritmy.md
|
||||
// PGV05_deleni_prostoru_a_sceny.md
|
||||
// PGV06_vykreslovani_objemovych_dat.md
|
||||
// PGV07_modely_osvetleni.md
|
||||
// PGV08_real_time_rendering.md
|
||||
// PGV09_minimalizace_energie.md
|
||||
// PGV10_zpracovani_obrazu_pomoci_PDE.md
|
||||
// PGV_zpracovani_obrazu_intro.md
|
||||
// VPH01_graficke_principy_ve_vyvoji_her.md
|
||||
// VPH01_pokrocila_grafika.md
|
||||
// VPH02_fyzikalni_principy_ve_vyvoji_her.md
|
||||
// VPH02_graficke_a_fyzikalni_principy.md
|
||||
// VPH03_herni_design_i.md
|
||||
// VPH04_herni_design_ii.md
|
||||
// VPH05_vyvoj_her.md
|
||||
// VPH06_ai_ve_hrach.md
|
||||
// VPH07_gpu_rendering.md
|
||||
// VPH08_modelovani_3d_postav.md
|
||||
});
|
Loading…
Reference in New Issue
Block a user