Kiailandi / astro-art-portfolio

Simple art portfolio built with Astro

Home Page:https://art.emasuriano.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

astro-art-portfolio

Main Netlify Status

Art portfolio built with Astro and using Notion API.

Demo ✨

Screenshots πŸ“Έ

Description Light Dark
Home Home - Light Home - Dark
Gallery Gallery - Light Gallery - Dark
About About - Light About - Dark

Features πŸš€

Lighthouse report πŸ’―

Mobile Desktop
Lighthouse mobile report Lighthouse desktop report

Setup πŸ“¦

  • Duplicate the following notion page
  • Replace the default values with your pictures and labels. The images are created based on: [label] [link].
  • Clone repository, and create an .env file at the root level and define the following variables:
NOTION_API_KEY=
DATABASE_ID=

Automate deploy of website πŸš€ (Optional)

Given that this project is a static website, you are force to trigger a deploy in order to reflect the latest changes inside our Notion database. This process can be easily automatized using many of the existing providers out there.

In my case, I'm currently using Zapier due to it provides compability with many services, and in this case with the ones that I need: Notion and Netlify. I created a shared zap that anyone can start using now!

Zapier template

Commands 🧞

All commands are run from the root of the project, from a terminal:

Command Action
yarn Installs dependencies
yarn dev Starts local dev server at localhost:3000
yarn build Build your production site to ./dist/
yarn preview Preview your build locally, before deploying
yarn astro ... Run CLI commands like astro add, astro preview

License πŸ—’

MIT.

About

Simple art portfolio built with Astro

https://art.emasuriano.com/


Languages

Language:Astro 65.8%Language:TypeScript 20.7%Language:JavaScript 13.5%