testing blog

This commit is contained in:
2025-10-31 23:01:00 -04:00
parent 26cf123357
commit 65c2bed046
2 changed files with 44 additions and 0 deletions

21
docs/_congig.yml Normal file
View File

@@ -0,0 +1,21 @@
title: "Richie Cahill"
description: "ALL THE CHAOS THAT I CANT DO AT WORK"
baseurl: "" # empty for user site, or "/my-blog" for project site
url: "https://richiecahill.github.io"
theme: minima
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
paginate: 5
paginate_path: "/page:num"
author:
name: "Richie Cahill"
email: "richie@tmmworkshop.com"
social_links:
github: "RichieCahill"
website: "https://tmmworkshop.com"

View File

@@ -0,0 +1,23 @@
# The MONOREPO experiment
Phil said this was a bad idea. To that i say hold my beer.
Im making my dotfiles into a monorepo.
It will be starting with my Nix Dotfiles and my Python tools.
---
layout: post
title: "The MONOREPO experiment"
tags: [intro, MONOREPO]
---
Im testing a MONOREPO.
Phil said this was a bad idea. To that i say hold my beer.
The plan Today us the move all my python tools into this repo.
With this PR IT officially begins.