diff --git a/docs/_congig.yml b/docs/_congig.yml new file mode 100644 index 0000000..997cf22 --- /dev/null +++ b/docs/_congig.yml @@ -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" diff --git a/docs/_posts/2025-10-31-MONOREPO.md b/docs/_posts/2025-10-31-MONOREPO.md new file mode 100644 index 0000000..c852f5b --- /dev/null +++ b/docs/_posts/2025-10-31-MONOREPO.md @@ -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.