chore: Initial commit.

This commit is contained in:
Tera << 8 2025-02-19 16:32:24 -05:00
commit 0219b23c4e
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
84 changed files with 15995 additions and 0 deletions

32
README.md Normal file
View file

@ -0,0 +1,32 @@
<h1 align="center">
Portfolio
<p align="center">
<a href="https://recivi.pages.dev/">
<img src="https://img.shields.io/badge/docs-recivi.pages.dev-blue" alt="Documentation"/>
</a>
</p>
</h1>
## Portfolio
Portfolio is a personal website, powered by Récivi, a new kind of résumé for
computers and humans, in that order. You can use this to quickly set up the
following:
- **Homepage:** The template sets up pages that are usually staples of personal websites
such as `/now`, `/uses`, `/colophon` and more.
- **Blog:** The template includes support for a blog or a digital garden. This makes it
ideal for someone who wants to write freely outside of a walled garden.
- **Résumé:** The template builds an interactive résumé, and also includes a pipeline to
publish a print-friendly version at `/resume.pdf`.
You can start immediately by running:
```bash
pnpm create astro@latest -- --template recivi/portfolio
# or if you prefer npm
npm create astro@latest -- --template recivi/portfolio
```
For more information, see the [documentation](https://recivi.pages.dev/).