coldspire / last-candle-flame

Another attempt at blogging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flame of the Last Candle 🕯️

Just another blog from a guy.

Workflow

Posts are written and pushed from Forestry.io.

New posts are sent from Forestry to the staging branch.

When time to publish one or more posts to the web, staging is merged to main.

Finally, Netlify sees the main branch update, and then builds and deploys the site to https://fotlc.netlify.app/.

CL commands

npx eleventy

Or build and host locally for local development

npx eleventy --serve

Or build automatically when a template changes:

npx eleventy --watch

Or in debug mode:

DEBUG=* npx eleventy

About

Another attempt at blogging

License:MIT License


Languages

Language:HTML 43.1%Language:CSS 34.9%Language:JavaScript 22.0%