Art portfolio built with Astro and using Notion API.
Description | Light | Dark |
---|---|---|
Home | ||
Gallery | ||
About |
- Astro
- Notion API
- Tailwind CSS with dark/light theme enabled
- Github workflow + Dependabot setup
- Typescript out of the box
- Gallery powered by
photoswipe
- File compression with
astro-compress
- 💯 Lighthouse score
- Icon supports with
astro-icon
Mobile | Desktop |
---|---|
- Duplicate the following notion page
- Replace the default values with your pictures and labels. The images are created based on: [label] [link].
- Clone repository,
- Install dependencies by running:
yarn install
- Rename the file called
.env.example
to.env
file and fill all the values. - You can find how to get these values for your page inside the official documentation of Notion.
I added a mechanism to force the theme of the website, in case you don't like the default behavior of Dark Mode in Tailwind. Simply modify your deployment script in order to use:
To force light theme
build:light
To force dark theme
build:dark
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!
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 |
MIT.