My personal/portfolio site
Find a file
2022-09-26 15:50:24 -04:00
.vscode initial commit 2022-09-14 10:14:29 -04:00
public improving other stuffs 2022-09-26 15:02:08 -04:00
src removing spanish certifications 2022-09-26 15:50:24 -04:00
.gitignore initial commit 2022-09-14 10:14:29 -04:00
.npmrc initial commit 2022-09-14 10:14:29 -04:00
astro.config.mjs initial commit 2022-09-14 10:14:29 -04:00
LICENSE Initial commit 2022-09-14 10:08:23 -04:00
package-lock.json improving blog posts and blog page 2022-09-23 22:39:34 -04:00
package.json improving other stuffs 2022-09-26 15:02:08 -04:00
README.md changing files to baseLayout 2022-09-26 15:49:05 -04:00
tailwind.config.cjs improving blog posts and blog page 2022-09-23 22:39:34 -04:00
tsconfig.json initial commit 2022-09-14 10:14:29 -04:00

astro-personal-website

Personal Website template with blog and themes made with Astro

Project Strucutre

├── src/ 
   ├── components/
      ├── cs/
         ├── TimeLine 
      ├── BaseHead.astro
      ├── Card.astro 
      ├── Footer.astro 
      ├── Header.astro 
      - HorizontalCard.jsx
      - SideBar.jsx
   ├── layouts/
      - BaseLayout.astro
      - PostLayout.astro
   └── pages/
      ├── posts/
         ├── post1.md
         ├── post2.md
         └── post3.md
      └── index.astro
   └── styles/
       - global.css
├── public/
   ├── favicon.svg
   - social-image.png
├── astro.config.mjs
├── package.json
└── tsconfig.json