Skip to content

Commit

Permalink
refactor: Removed old Homepage project section in favour of new molec…
Browse files Browse the repository at this point in the history
…ules
  • Loading branch information
puria committed Nov 9, 2023
1 parent 71cc2c7 commit d6480eb
Show file tree
Hide file tree
Showing 25 changed files with 1,145 additions and 876 deletions.
178 changes: 52 additions & 126 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,7 @@ declare module 'astro:content' {
>;

type ContentEntryMap = {
"awards": {
"index.md": {
id: "index.md";
slug: "index";
body: string;
collection: "awards";
data: any
} & { render(): Render[".md"] };
};
"contact": {
"contact": {
"index.md": {
id: "index.md";
slug: "index";
Expand All @@ -210,91 +201,91 @@ declare module 'astro:content' {
data: any
} & { render(): Render[".md"] };
};
"pillars": {
"interdisciplinary.md": {
id: "interdisciplinary.md";
slug: "interdisciplinary";
"homepage": {
"projects/01_zenroom.md": {
id: "projects/01_zenroom.md";
slug: "projects/01_zenroom";
body: string;
collection: "pillars";
collection: "homepage";
data: any
} & { render(): Render[".md"] };
"opensource.md": {
id: "opensource.md";
slug: "opensource";
"projects/02_devuan.md": {
id: "projects/02_devuan.md";
slug: "projects/02_devuan";
body: string;
collection: "pillars";
collection: "homepage";
data: any
} & { render(): Render[".md"] };
"sustainable.md": {
id: "sustainable.md";
slug: "sustainable";
"projects/03_interfacer.md": {
id: "projects/03_interfacer.md";
slug: "projects/03_interfacer";
body: string;
collection: "pillars";
collection: "homepage";
data: any
} & { render(): Render[".md"] };
};
"projects": {
"01_zenroom.md": {
id: "01_zenroom.md";
slug: "01_zenroom";
"projects/04_reflow.md": {
id: "projects/04_reflow.md";
slug: "projects/04_reflow";
body: string;
collection: "projects";
collection: "homepage";
data: any
} & { render(): Render[".md"] };
"02_devuan.md": {
id: "02_devuan.md";
slug: "02_devuan";
"projects/05_dowse.md": {
id: "projects/05_dowse.md";
slug: "projects/05_dowse";
body: string;
collection: "projects";
collection: "homepage";
data: any
} & { render(): Render[".md"] };
"03_interfacer.md": {
id: "03_interfacer.md";
slug: "03_interfacer";
"projects/06_gitzone.md": {
id: "projects/06_gitzone.md";
slug: "projects/06_gitzone";
body: string;
collection: "projects";
collection: "homepage";
data: any
} & { render(): Render[".md"] };
"04_reflow.md": {
id: "04_reflow.md";
slug: "04_reflow";
"projects/07_fei0r.md": {
id: "projects/07_fei0r.md";
slug: "projects/07_fei0r";
body: string;
collection: "projects";
collection: "homepage";
data: any
} & { render(): Render[".md"] };
"05_dowse.md": {
id: "05_dowse.md";
slug: "05_dowse";
"projects/08_dynebolic.md": {
id: "projects/08_dynebolic.md";
slug: "projects/08_dynebolic";
body: string;
collection: "projects";
collection: "homepage";
data: any
} & { render(): Render[".md"] };
"06_gitzone.md": {
id: "06_gitzone.md";
slug: "06_gitzone";
"projects/09_tomb.md": {
id: "projects/09_tomb.md";
slug: "projects/09_tomb";
body: string;
collection: "projects";
collection: "homepage";
data: any
} & { render(): Render[".md"] };
"07_fei0r.md": {
id: "07_fei0r.md";
slug: "07_fei0r";
};
"pillars": {
"interdisciplinary.md": {
id: "interdisciplinary.md";
slug: "interdisciplinary";
body: string;
collection: "projects";
collection: "pillars";
data: any
} & { render(): Render[".md"] };
"08_dynebolic.md": {
id: "08_dynebolic.md";
slug: "08_dynebolic";
"opensource.md": {
id: "opensource.md";
slug: "opensource";
body: string;
collection: "projects";
collection: "pillars";
data: any
} & { render(): Render[".md"] };
"09_tomb.md": {
id: "09_tomb.md";
slug: "09_tomb";
"sustainable.md": {
id: "sustainable.md";
slug: "sustainable";
body: string;
collection: "projects";
collection: "pillars";
data: any
} & { render(): Render[".md"] };
};
Expand Down Expand Up @@ -418,71 +409,6 @@ declare module 'astro:content' {
data: any
} & { render(): Render[".md"] };
};
"what-we-do": {
"01_zenroom.md": {
id: "01_zenroom.md";
slug: "01_zenroom";
body: string;
collection: "what-we-do";
data: any
} & { render(): Render[".md"] };
"02_devuan.md": {
id: "02_devuan.md";
slug: "02_devuan";
body: string;
collection: "what-we-do";
data: any
} & { render(): Render[".md"] };
"03_interfacer.md": {
id: "03_interfacer.md";
slug: "03_interfacer";
body: string;
collection: "what-we-do";
data: any
} & { render(): Render[".md"] };
"04_reflow.md": {
id: "04_reflow.md";
slug: "04_reflow";
body: string;
collection: "what-we-do";
data: any
} & { render(): Render[".md"] };
"05_dowse.md": {
id: "05_dowse.md";
slug: "05_dowse";
body: string;
collection: "what-we-do";
data: any
} & { render(): Render[".md"] };
"06_gitzone.md": {
id: "06_gitzone.md";
slug: "06_gitzone";
body: string;
collection: "what-we-do";
data: any
} & { render(): Render[".md"] };
"07_fei0r.md": {
id: "07_fei0r.md";
slug: "07_fei0r";
body: string;
collection: "what-we-do";
data: any
} & { render(): Render[".md"] };
"08_dynebolic.md": {
id: "08_dynebolic.md";
slug: "08_dynebolic";
body: string;
collection: "what-we-do";
data: any
} & { render(): Render[".md"] };
"09_tomb.md": {
id: "09_tomb.md";
slug: "09_tomb";
body: string;
collection: "what-we-do";
data: any
} & { render(): Render[".md"] };
};
"who-we-are": {
"interdisciplinary.md": {
id: "interdisciplinary.md";
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,38 +14,38 @@
"import": "html-to-markdown -o src/pages"
},
"dependencies": {
"@astrojs/partytown": "^2.0.1",
"@astrojs/sitemap": "^3.0.2",
"@astrojs/partytown": "^2.0.2",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/svelte": "^4.0.3",
"@astrojs/tailwind": "^5.0.2",
"@fontsource/jetbrains-mono": "^5.0.15",
"@fontsource/jetbrains-mono": "^5.0.17",
"@wcj/html-to-markdown-cli": "^1.0.0",
"astro": "^3.3.2",
"astro-compress": "^2.0.15",
"astro": "^3.4.4",
"astro-compress": "^2.2.3",
"astro-tabs": "^0.1.8",
"lodash": "^4.17.21",
"papaparse": "^5.4.1",
"rss-parser": "^3.13.0",
"sass": "^1.69.4",
"svelte": "^4.2.1",
"tailwindcss": "^3.3.3"
"sass": "^1.69.5",
"svelte": "^4.2.2",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"@astrolib/seo": "^0.6.0",
"@fontsource/syne": "^5.0.15",
"@fontsource/syne": "^5.0.17",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash": "^4.14.200",
"@types/lodash": "^4.14.201",
"@types/marked": "^6.0.0",
"@types/papaparse": "^5.3.10",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"@types/papaparse": "^5.3.11",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"marked": "^9.1.2",
"eslint-plugin-jsx-a11y": "^6.8.0",
"marked": "^9.1.5",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.6",
"prettier-plugin-astro": "^0.12.1",
"prettier-plugin-tailwindcss": "^0.5.7",
"svelte-loading-spinners": "^0.3.4",
"typescript": "^5.2.2"
}
Expand Down
Loading

0 comments on commit d6480eb

Please sign in to comment.