personal website

update README

Changed files
+12 -44
public
+12 -44
README.md
··· 1 - # Astro Starter Kit: Minimal 2 - 3 - ```sh 4 - npm create astro@latest -- --template minimal 5 - ``` 6 - 7 - [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal) 8 - [![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/minimal) 9 - [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/minimal/devcontainer.json) 10 - 11 - > ๐Ÿง‘โ€๐Ÿš€ **Seasoned astronaut?** Delete this file. Have fun! 12 - 13 - ## ๐Ÿš€ Project Structure 14 - 15 - Inside of your Astro project, you'll see the following folders and files: 16 - 17 - ```text 18 - / 19 - โ”œโ”€โ”€ public/ 20 - โ”œโ”€โ”€ src/ 21 - โ”‚ โ””โ”€โ”€ pages/ 22 - โ”‚ โ””โ”€โ”€ index.astro 23 - โ””โ”€โ”€ package.json 24 - ``` 25 - 26 - Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name. 27 - 28 - There's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components. 29 - 30 - Any static assets, like images, can be placed in the `public/` directory. 31 - 32 - ## ๐Ÿงž Commands 33 - 34 - All commands are run from the root of the project, from a terminal: 1 + # zeu's website 35 2 36 - | Command | Action | 37 - | :------------------------ | :----------------------------------------------- | 38 - | `npm install` | Installs dependencies | 39 - | `npm run dev` | Starts local dev server at `localhost:4321` | 40 - | `npm run build` | Build your production site to `./dist/` | 41 - | `npm run preview` | Preview your build locally, before deploying | 42 - | `npm run astro ...` | Run CLI commands like `astro add`, `astro check` | 43 - | `npm run astro -- --help` | Get help using the Astro CLI | 3 + ![Zeu in ASCII font](/public/site_screenshot.png) 44 4 45 - ## ๐Ÿ‘€ Want to learn more? 5 + ## Built with: 6 + - [Astro](https://astro.dev) 7 + - [Svelte](https://svelte.dev) 8 + - [Tailwind](https://tailwindcss.com) 9 + - [MDX](https://mdxjs.com) 46 10 47 - Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat). 11 + ## Sections 12 + - [Home](https://zeu.dev) 13 + - [Blog](https://zeu.dev/blog) 14 + - [Open Source](https://zeu.dev/open-source) 15 + - [Resume](https://zeu.dev/resume)
public/site_screenshot.png

This is a binary file and will not be displayed.