diff --git a/README.md b/README.md index 70f4d8b..70658d0 100644 --- a/README.md +++ b/README.md @@ -1,54 +1,4 @@ -# Starlight Starter Kit: Basics +# FI MUNI Notes by Cafour -[![Built with Starlight](https://astro.badg.es/v2/built-with-starlight/tiny.svg)](https://starlight.astro.build) - -``` -pnpm create astro@latest -- --template starlight -``` - -[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/starlight/tree/main/examples/basics) -[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/starlight/tree/main/examples/basics) -[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/withastro/starlight&create_from_path=examples/basics) -[![Deploy with Vercel](https://vercel.com/button)](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. diff --git a/astro.config.mjs b/astro.config.mjs index ca44e4c..3f15842 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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 \ No newline at end of file +}); \ No newline at end of file