mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
testing blog
This commit is contained in:
21
docs/_congig.yml
Normal file
21
docs/_congig.yml
Normal 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"
|
||||
23
docs/_posts/2025-10-31-MONOREPO.md
Normal file
23
docs/_posts/2025-10-31-MONOREPO.md
Normal 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.
|
||||
Reference in New Issue
Block a user