Skip to content

usrme/website

Repository files navigation

Website

Netlify Status

πŸš€ Project Structure

$ tree -L 3 -I 'dist|node_modules|public'
.
β”œβ”€β”€ astro.config.mjs
β”œβ”€β”€ package.json
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ README.md
β”œβ”€β”€ src
β”‚   β”œβ”€β”€ components
β”‚   β”‚   β”œβ”€β”€ Analytics.astro
β”‚   β”‚   β”œβ”€β”€ BlogPost.astro
β”‚   β”‚   β”œβ”€β”€ Footer.astro
β”‚   β”‚   β”œβ”€β”€ Header.astro
β”‚   β”‚   β”œβ”€β”€ Navigation.astro
β”‚   β”‚   └── ThemeIcon.astro
β”‚   β”œβ”€β”€ content
β”‚   β”‚   β”œβ”€β”€ config.ts
β”‚   β”‚   └── docs
β”‚   β”œβ”€β”€ env.d.ts
β”‚   β”œβ”€β”€ layouts
β”‚   β”‚   β”œβ”€β”€ BaseLayout.astro
β”‚   β”‚   └── MarkdownPostLayout.astro
β”‚   β”œβ”€β”€ pages
β”‚   β”‚   β”œβ”€β”€ about
β”‚   β”‚   β”œβ”€β”€ about.astro
β”‚   β”‚   β”œβ”€β”€ blog.astro
β”‚   β”‚   β”œβ”€β”€ index.astro
β”‚   β”‚   β”œβ”€β”€ posts
β”‚   β”‚   β”œβ”€β”€ rss.xml.js
β”‚   β”‚   β”œβ”€β”€ tils
β”‚   β”‚   └── tils.astro
β”‚   └── styles
β”‚       └── global.css
└── tsconfig.json