Updated and removed some stuff.
This commit is contained in:
parent
e77c33f593
commit
b4103ebd39
5 changed files with 9 additions and 30 deletions
4
.github/FUNDING.yml
vendored
4
.github/FUNDING.yml
vendored
|
@ -1,4 +0,0 @@
|
||||||
# These are supported funding model platforms
|
|
||||||
|
|
||||||
github: Ladvace
|
|
||||||
ko_fi: ladvace
|
|
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2023 Gianmarco Cavallo and others
|
Copyright (c) 2023 Toastie_t0ast
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|
29
README.md
29
README.md
|
@ -1,12 +1,8 @@
|
||||||
# ⚡️astro-bento-portfolio
|
# ⚡️toastie-site
|
||||||
|
|
||||||
## A personal portfolio website made using `Astro`.
|
## A personal portfolio website made using `Astro`.
|
||||||
|
|
||||||
![astro-bento-portfolio | Bento-like Personal Porfolio Template](public/preview.png)
|
To view my portfolio **[click here](https://toastiet0ast.com)**
|
||||||
|
|
||||||
To view a demo example, **[click here](https://sparkly-speculoos-0c9197.netlify.app/)**
|
|
||||||
|
|
||||||
or my portfolio **[click here](https://gianmarcocavallo.com)**
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
@ -14,7 +10,6 @@ or my portfolio **[click here](https://gianmarcocavallo.com)**
|
||||||
- All in one page (almost)
|
- All in one page (almost)
|
||||||
- Fully Responsive
|
- Fully Responsive
|
||||||
- Performances and SEO optimizations
|
- Performances and SEO optimizations
|
||||||
- Ready to be deployed on [Netlify](https://www.netlify.com/)
|
|
||||||
- Blog
|
- Blog
|
||||||
- RSS support (your-domain/rss.xml)
|
- RSS support (your-domain/rss.xml)
|
||||||
- Cool 3d globe
|
- Cool 3d globe
|
||||||
|
@ -30,12 +25,12 @@ or my portfolio **[click here](https://gianmarcocavallo.com)**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone this repository
|
# Clone this repository
|
||||||
$ git clone https://github.com/Ladvace/astro-bento-portfolio
|
$ git clone https://toastielab.dev/toastie_t0ast/toastie-site
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Go into the repository
|
# Go into the repository
|
||||||
$ cd astro-bento-portfolio
|
$ cd toastie-site
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -52,22 +47,6 @@ or
|
||||||
$ npm run dev
|
$ npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
## REMOVE THE umami analytics script tag (or replace it with your id) in `src/layouts/Layout.astro`
|
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
remember to replace the `site` and other properties with your data in `astro.config.mjs`
|
remember to replace the `site` and other properties with your data in `astro.config.mjs`
|
||||||
|
|
||||||
# Deploy on Netlify 🚀
|
|
||||||
|
|
||||||
Deploying your website on Netlify it's optional but I reccomand it in order to deploy it faster and easly.
|
|
||||||
|
|
||||||
You just need to fork this repo and linking it to your Netlify account.
|
|
||||||
|
|
||||||
or
|
|
||||||
|
|
||||||
[![Netlify Deploy button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/Ladvace/astro-bento-portfolio)
|
|
||||||
|
|
||||||
## Authors ❤️
|
|
||||||
|
|
||||||
- Gianmarco - https://github.com/Ladvace
|
|
||||||
|
|
|
@ -23,6 +23,9 @@ import { LINKS } from "../lib/constants";
|
||||||
<li>
|
<li>
|
||||||
<a href={LINKS.discord} target="_blank">Discord</a>
|
<a href={LINKS.discord} target="_blank">Discord</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href={LINKS.valkyriecoms} target="_blank">Valkyriecoms</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
export const LINKS = {
|
export const LINKS = {
|
||||||
toastielab: "https://toastielab.dev/toastie_t0ast",
|
toastielab: "https://toastielab.dev/toastie_t0ast",
|
||||||
discord: "https://discordapp.com/users/234542843732033537",
|
discord: "https://discordapp.com/users/234542843732033537",
|
||||||
|
valkyriecoms: "https://valkyriecoms.com/@toastie",
|
||||||
};
|
};
|
||||||
|
|
||||||
export const loaderAnimation = [
|
export const loaderAnimation = [
|
||||||
|
|
Loading…
Reference in a new issue