BrycensRanch / Portfolio

My portfolio

Home Page:https://brycens.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio

Astro Modern Personal Website

πŸ‘·β€β™‚οΈπŸ—οΈ Currently under construction! πŸš§πŸ‘·

Things that need work: GitHub Actions deployment & dependency management

Installation

Run the following command in your terminal

pnpm install

Once the packages are installed you are ready to run Astro. Astro comes with a built-in development server that has everything you need for project development. The astro dev command will start the local development server.

pnpm dev

Tech Stack

Project Structure

β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   β”œβ”€β”€ cs/
β”‚   β”‚   β”‚   β”œβ”€β”€ TimeLine
β”‚   β”‚   β”œβ”€β”€ BaseHead.astro
β”‚   β”‚   β”œβ”€β”€ Card.astro
β”‚   β”‚   β”œβ”€β”€ Footer.astro
β”‚   β”‚   β”œβ”€β”€ Header.astro
β”‚   β”‚   └── HorizontalCard.jsx
β”‚   β”‚   └── SideBar.jsx
β”‚   β”œβ”€β”€ layouts/
β”‚   β”‚   └── BaseLayout.astro
β”‚   β”‚   └── PostLayout.astro
β”‚   └── pages/
β”‚   β”‚   β”œβ”€β”€ blog/
β”‚   β”‚   β”‚   β”œβ”€β”€ [page].astro
β”‚   β”‚   β”‚   β”œβ”€β”€ post1.md
β”‚   β”‚   β”‚   β”œβ”€β”€ post2.md
β”‚   β”‚   β”‚   └── post3.md
β”‚   β”‚   └── cv.astro
β”‚   β”‚   └── index.astro
β”‚   β”‚   └── projects.astro
β”‚   β”‚   └── rss.xml.js
β”‚   └── styles/
β”‚       └── global.css
β”œβ”€β”€ public/
β”‚   β”œβ”€β”€ favicon.svg
β”‚   └── social-image.png
β”‚   └── sprofile.jpg
β”‚   └── social_img.webp
β”œβ”€β”€ astro.config.mjs
β”œβ”€β”€ tailwind.config.cjs
β”œβ”€β”€ package.json
└── tsconfig.json

Deploy

You can deploy the site on your favorite static hosting service such as Vercel, Netlify, GitHub Pages, etc.

The configuration for the deployment varies depending on the platform where you are going to do it. See the official Astro information to deploy the website.

⚠️ CAUTION
The Blog pagination of this template is implemented using dynamic route parameters in its filename and for now this format is incompatible with SSR deploy configs, so please use the default static deploy options for your deployments.

Contributing

Suggestions and pull requests are welcomed! Feel free to open a discussion or an issue for a new feature request or bug.

One of the best ways of contributing is to grab a bug report or feature suggestion that has been marked accepted and dig in.

Please be wary of working on issues not marked as accepted. Just because someone has created an issue doesn't mean we'll accept a pull request for it.

License

Astro Modern Personal Website is licensed under the MIT license β€” see the LICENSE file for details.

Contributors

Made with contrib.rocks.

About

My portfolio

https://brycens.tech

License:MIT License


Languages

Language:Astro 89.6%Language:TypeScript 5.8%Language:JavaScript 4.2%Language:CSS 0.3%