Skip to content

Commit f2a99a2

Browse files
authored
feat: [#32] separate categories for projects
1 parent 9e47b5c commit f2a99a2

File tree

133 files changed

+79
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+79
-63
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
import * as spaceProgram from "./space-program";
2+
import * as interval from "./interval";
3+
import * as kiriko from "./kiriko";
4+
import * as specter from "./specter";
5+
import * as tank from "./tank";
6+
import * as youAreTwo from "./you-are-two";
7+
import * as typograzoo from "./typograzoo";
8+
import * as literal from "./literal";
9+
import * as swanLake from "./swan-lake";
10+
import * as theFall from "./the-fall";
11+
import * as switcher from "./switcher";
12+
13+
export const archivePageReferences: { [key: string]: any } = {
14+
"space-program": spaceProgram,
15+
"interval": interval,
16+
"kiriko": kiriko,
17+
"specter": specter,
18+
"tank": tank,
19+
"you-are-two": youAreTwo,
20+
"typograzoo": typograzoo,
21+
"literal": literal,
22+
"swan-lake": swanLake,
23+
"the-fall": theFall,
24+
"switcher": switcher
25+
};
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/content/projects/interval/index.ts renamed to src/content/projects/archives/interval/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {createProjectContent} from "../template.ts";
1+
import {createProjectContent} from "../../template.ts";
22

33
import SHOWCASE_WEBM from "./assets/interval-showcase.webm";
44
import SHOWCASE_MP4 from "./assets/interval-showcase.mp4";
File renamed without changes.

0 commit comments

Comments
 (0)