Skip to content

NING3739/astrobuildsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astro Starter Kit: Basics

astrobuildsite
├─ astro.config.mjs
├─ package-lock.json
├─ package.json
├─ public
│  ├─ 404.png
│  ├─ favicon.svg
│  └─ me.jpeg
├─ src
│  ├─ components
│  │  ├─ BlogPost.astro
│  │  ├─ Footer.astro
│  │  ├─ Header.astro
│  │  ├─ NavgationBar.astro
│  │  ├─ Social.astro
│  │  ├─ TableOfContents.astro
│  │  └─ TableOfContentsHeading.astro
│  ├─ env.d.ts
│  ├─ layouts
│  │  ├─ BaseLayout.astro
│  │  └─ MarkdownPostLayout.astro
│  ├─ pages
│  │  ├─ 404.astro
│  │  ├─ about.astro
│  │  ├─ archive.astro
│  │  ├─ [...page].astro
│  │  ├─ posts
│  │  │  └─ post.md
│  │  ├─ resource.astro
│  │  └─ tags
│  │     ├─ [tag].astro
│  │     └─ index.astro
│  ├─ scripts
│  │  └─ BacktoTop.js
│  └─ styles
│     └─ global.css
└─ tsconfig.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks