Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.29 KB

File metadata and controls

31 lines (21 loc) · 1.29 KB

Source code for shiro.ws

The project is using Eleventy and WebC. We use Notion (database) as the CMS. The website is hosted on Netlify. We call Netlify's build hook from iOS or macOS shortcut app to rebuild and depoly the website.

Screenshot of the Notion database
Screenshot of Notion database. The fields used in generating the website are: Published On (Date), Title (Title), Images (Files & media), Image Alt Texts (Text) and Notes (Text).

Each line of text (separated by a new line) from "Image Alt Texts" are used as alt text for each images.

Development

Create a .env file

Create a .env in the project root and populate these contents.

NOTION_API_KEY=<notion-api-secret>
NOTION_DATA_SOURCE_ID=<notion-data-source-id-of-the-database>

Running development server

pnpm install # Installs dependencies. Only required once

pnpm run dev # Runs the development server