Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/engageintellect/astro-bento
A bento-styled portfolio template using Astro, Solidjs, TailwindCSS, and D3.
https://github.com/engageintellect/astro-bento
astro bentobox d3 solidjs svelte umami
Last synced: 14 days ago
JSON representation
A bento-styled portfolio template using Astro, Solidjs, TailwindCSS, and D3.
- Host: GitHub
- URL: https://github.com/engageintellect/astro-bento
- Owner: engageintellect
- License: mit
- Created: 2024-05-06T04:47:26.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-31T23:36:40.000Z (5 months ago)
- Last Synced: 2024-10-05T10:58:23.405Z (about 1 month ago)
- Topics: astro, bentobox, d3, solidjs, svelte, umami
- Language: Astro
- Homepage: https://bento.engage-dev.com
- Size: 27.5 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# astro-bento-portfolio
## A personal portfolio website made using `Astro`.
## Features
- Modern and Minimal bento-like, sleek UI Design
- All in one page (almost)
- Fully Responsive
- Performances and SEO optimizations
- Ready to be deployed on [Vercel](https://www.vercel.com/)
- Blog
- RSS support (your-domain/rss.xml)
- Cool 3d globe (with [D3](https://d3js.org/))## Tech Stack
- [Astro](https://astro.build)
- [Unocss](https://unocss.dev/)
- [Motion](https://motion.dev/)
- [D3](https://d3js.org/)
- [Tailwind](https://tailwindcss.com/)## Getting Started
```bash
# Clone this repository
$ git clone https://github.com/engageintellect/astro-bento
``````bash
# Go into the repository
$ cd astro-bento
``````bash
# Install dependencies
$ pnpm install
or
$ npm install
``````bash
# Start the project in development
$ pnpm run dev
or
$ npm run dev
```## Example Endpoint
```bash
curl http://localhost:4321/api/v1/hello.json
```## Analytics
**NOTE:** REMOVE THE umami analytics script tag (or replace it with your id) in `src/layouts/Layout.astro`
## Configuration
remember to replace the `site` and other properties with your data in `astro.config.mjs`
## Deploy on Vercel
Deploying your website on Vercel. it's optional but I reccomand it in order to deploy it faster and easly.
You just need to fork this repo and link it to your Vercel account.
```bash
pnpm i @astrojs/vercel
pnpm i -g vercel
$ vercel
```