Personal website
|
||
---|---|---|
.forgejo/workflows | ||
.husky | ||
src | ||
.gitignore | ||
.lintstagedrc | ||
.npmrc | ||
.nvmrc | ||
.prettierignore | ||
astro.config.ts | ||
Dockerfile | ||
eslint.config.mjs | ||
httpd.conf | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
prettier.config.mjs | ||
README.md | ||
recivi.json | ||
shell.nix | ||
tailwind.config.ts | ||
tsconfig.json |
Portfolio
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.