Skip to content

arcibyte/website

Repository files navigation

My Personal Portfolio

Built with Astro Tailwind CSS TypeScript

image

This website was created to host my personal projects and/or open source contributions. Feel free to use and modify it as you see fit.

Installation

# Clone repository
git clone https://github.com/arcibyte/arcibyte_website.git

# Install dependencies
npm install

# Start development server
npm run dev

# Open on http://localhost:4321

# Build for production
npm run build

Structure

├── public/
│   ├── fonts/
│   └── img/
├── src/
│   ├── components/
│   │   ├── Footer.astro
│   │   ├── Home.astro
│   │   ├── Navbar.astro
│   │   └── Projects.astro
│   ├── content/
│   │   ├── blog/
│   │   │   ├── en/
│   │   │   └── es/
│   │   └── config.ts
│   ├── data/
│   │   └── projects.ts
│   ├── helpers/
│   │   └── blog.ts
│   ├── i18n/
│   │   ├── logicNav.ts
│   │   ├── translate.ts
│   │   ├── ui.ts
│   │   └── utils.ts
│   ├── layouts/
│   │   ├── Layout.astro
│   │   └── PostLayout.astro
│   └── pages/
│       ├── [lang]/
│       │   ├── posts/
│       │   │   └── [slug].astro
│       │   ├── blog.astro
│       │   └── index.astro
│       └── index.astro
├── astro.config.mjs
├── tailwind.config.js
└── package.json        

License

This project is licensed under the MIT License - see the LICENSE file for details.


⭐ If you liked this project, give it a star!

About

my personal website, projects, and blog

Topics

Resources

License

Stars

8 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors