Save Markdown Diary entry to local site
This comment will be saved to the site using a local application. One question is, how this will run in the browser when deployed to Github Pages?
A concise, rolling documentary of the website’s structure, code, and evolving objectives.
Purpose: keep a living synopsis of how the site is built (Eleventy, GSAP, Tailwind styles), why decisions were made, and what we’re targeting next.
Format: brief entries. Highest signal, minimal fluff.
Key architecture notes, objectives, and changes. Latest first.
Paste into a new file under /src/diary/entries/
(e.g., YYYY-MM-DD-your-title.md
), then commit and push.
---
title: Your title here
date: YYYY-MM-DD
---
- Point one
- Point two
Notes:
- Optional context here.
This comment will be saved to the site using a local application. One question is, how this will run in the browser when deployed to Github Pages?
This comment will be saved to the site using a local application. One question is, how this will run in the browser when deployed to Github Pages? Here is the test :-)
Notes:
Email MD
Email MD Local test
Notes:
npm run build-css
and npm run serve
.npm run dev
using concurrently
.npm run build
runs Tailwind then Eleventy.git add .
, git commit -m "…"
, git push origin main
._site/
.npm run dev
→ edit → commit → push → wait for Pages.//
and /* ... */
, CSS /* ... */
, Markdown <!-- ... -->
.Notes:
/src/diary/entries/
with front matter: title
and date
.