Skip to content

kcarta/kcarta.github.io

Repository files navigation

kriscarta.com

Source for kriscarta.com. Jekyll 4, deployed to GitHub Pages via Actions on push to master.

Local dev

bundle install
bundle exec jekyll serve   # http://127.0.0.1:4000

Restart on _config.yml changes.

New post

_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.

Tags

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
---

Layout

  • _layouts/default, page, post, posts_by_tag
  • _posts/ — posts (+ untracked drafts)
  • tag/ — one stub per tag
  • static/img/posts/ — post images
  • .github/workflows/jekyll.yml — build + deploy

Credits

Forked from agusmakmun/agusmakmun.github.io.

About

Personal site

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors