Skip to content

Commit

Permalink
gro gitops
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Jan 2, 2025
1 parent c28b2fb commit e6be575
Show file tree
Hide file tree
Showing 3 changed files with 593 additions and 906 deletions.
12 changes: 6 additions & 6 deletions gitops.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ import type {Create_Gitops_Config} from '@ryanatkn/fuz_gitops/gitops_config.js';
const config: Create_Gitops_Config = () => {
return {
repos: [
'https://github.com/ryanatkn/webdevladder.net',
'https://github.com/ryanatkn/moss',
'https://github.com/ryanatkn/fuz',
'https://github.com/ryanatkn/gro',
'https://github.com/ryanatkn/grogarden.org',
'https://github.com/ryanatkn/fuz_template',
'https://github.com/ryanatkn/belt',
'https://github.com/ryanatkn/ztack.net',
'https://github.com/ryanatkn/zts',
'https://github.com/ryanatkn/zzz',
'https://github.com/ryanatkn/zzzbot.dev',
// 'https://github.com/ryanatkn/ztack.net',
// 'https://github.com/ryanatkn/zts',
// 'https://github.com/ryanatkn/zzz',
// 'https://github.com/ryanatkn/zzzbot.dev',
'https://github.com/ryanatkn/fuz_blog',
'https://github.com/ryanatkn/fuz_mastodon',
'https://github.com/ryanatkn/fuz_code',
'https://github.com/ryanatkn/fuz_gitops',
'https://github.com/ryanatkn/spiderspace.org',
// 'https://github.com/ryanatkn/spiderspace.org',
'https://github.com/ryanatkn/earbetter',
'https://github.com/ryanatkn/cosmicplayground',
'https://github.com/ryanatkn/dealt',
'https://github.com/ryanatkn/webdevladder.net',
'https://github.com/ryanatkn/ryanatkn.com',
],
};
Expand Down
2 changes: 1 addition & 1 deletion src/routes/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const projects: Array<Project_Info> = [
'<a class="chip" href="https://www.youtube.com/@webdevladder">channel</a> <a class="chip" href="https://www.youtube.com/@webdevladder_vods">vods</a> <a class="chip" href="https://github.com/ryanatkn/webdevladder.net">source</a>',
},
{
description: 'CSS framework',
description: 'CSS framework and design system',
homepage: 'https://moss.ryanatkn.com/',
motto: 'magical organic stylesheets',
logo: 'logo.svg',
Expand Down
Loading

0 comments on commit e6be575

Please sign in to comment.