Source for kriscarta.com. Jekyll 4, deployed to GitHub Pages via Actions on push to master.
bundle install
bundle exec jekyll serve # http://127.0.0.1:4000Restart on _config.yml changes.
_posts/YYYY-MM-DD-slug.md:
---
layout: post
title: "The title"
date: 2026-05-21 00:00:00 +0000
tags: [thoughts, ai]
---Drafts = untracked files in _posts/. Push when ready.
Current: agile-pm, ai, emacs, integrations, non-software, reading, teams, testing, thoughts, tools.
To add a new one, create tag/foo.md, or /tag/foo 404s:
---
layout: posts_by_tag
tags: foo
title: foo
permalink: /tag/foo
---_layouts/—default,page,post,posts_by_tag_posts/— posts (+ untracked drafts)tag/— one stub per tagstatic/img/posts/— post images.github/workflows/jekyll.yml— build + deploy
Forked from agusmakmun/agusmakmun.github.io.