Personal website
Find a file
2025-02-19 16:32:24 -05:00
.husky chore: Initial commit. 2025-02-19 16:32:24 -05:00
src chore: Initial commit. 2025-02-19 16:32:24 -05:00
.gitignore chore: Initial commit. 2025-02-19 16:32:24 -05:00
.lintstagedrc chore: Initial commit. 2025-02-19 16:32:24 -05:00
.npmrc chore: Initial commit. 2025-02-19 16:32:24 -05:00
.nvmrc chore: Initial commit. 2025-02-19 16:32:24 -05:00
.prettierignore chore: Initial commit. 2025-02-19 16:32:24 -05:00
astro.config.ts chore: Initial commit. 2025-02-19 16:32:24 -05:00
eslint.config.mjs chore: Initial commit. 2025-02-19 16:32:24 -05:00
package-lock.json chore: Initial commit. 2025-02-19 16:32:24 -05:00
package.json chore: Initial commit. 2025-02-19 16:32:24 -05:00
prettier.config.mjs chore: Initial commit. 2025-02-19 16:32:24 -05:00
README.md chore: Initial commit. 2025-02-19 16:32:24 -05:00
recivi.json chore: Initial commit. 2025-02-19 16:32:24 -05:00
shell.nix chore: Initial commit. 2025-02-19 16:32:24 -05:00
tailwind.config.ts chore: Initial commit. 2025-02-19 16:32:24 -05:00
tsconfig.json chore: Initial commit. 2025-02-19 16:32:24 -05:00

Portfolio

Documentation

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:

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.