Skip to content

eloquentix/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eloquentix Blog

Source for blog.eloquentix.com — the Eloquentix engineering blog.

Static site built with Eleventy (11ty). Posts are Markdown; the design mirrors the main Eloquentix site.

Add a post

Drop a Markdown file in src/posts/:

---
title: "Your Post Title"
date: 2026-06-08
description: "One-sentence summary for SEO, social cards, and the index."
keywords: ["AI engineering", "Eloquentix"]   # optional
---

Body in Markdown. Raw HTML is allowed.

The filename becomes the URL slug (my-post.md/my-post/). Push to main and CI builds and deploys automatically.

Develop locally

npm install
npm run serve     # live preview at http://localhost:8080
npm run build     # output to _site/

Deploy

GitHub Action (.github/workflows/deploy.yml) on push to main: builds and rsyncs _site/ to /var/www/blog on the production droplet as the unprivileged blogdeploy user.

Required repo secrets: DEPLOY_SSH_KEY (private key), DEPLOY_HOST, DEPLOY_USER.

About

Eloquentix engineering blog — blog.eloquentix.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors