dantas15 / me

My digital garden

Home Page:https://dantas15.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

garden

Project Structure

├── public/
├── src/
│   ├── components/
│   ├── content/
│   ├── data/
│   ├── icons/
│   ├── layouts/
│   ├── pages/
│   ├── styles/
│   └── utils/
├── astro.config.mjs
├── package.json
├── README.md
├── tailwind.config.cjs
└── tsconfig.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro (.astro) components.

The src/content/ directory contains "collections" of related Markdown and MDX documents. Use getCollection() to retrieve posts from src/content/blog/, and type-check your frontmatter using an optional schema. See Astro's Content Collections docs to learn more.

Any static assets, like images, can be placed in the public/ directory.

More about Astro.js?

Check out our documentation or jump into our Discord server.

Credits

Based on JustGoodUI's Dante's theme

About

My digital garden

https://dantas15.com

License:GNU Affero General Public License v3.0


Languages

Language:Astro 42.3%Language:MDX 32.5%Language:TypeScript 15.9%Language:JavaScript 5.0%Language:Handlebars 3.0%Language:CSS 1.3%