Early draft of website content
This commit is contained in:
parent
ef8aaa6f6d
commit
f7bc525310
8 changed files with 163 additions and 23 deletions
|
@ -1,12 +1,15 @@
|
|||
import type { Page } from "./types.js";
|
||||
import { index } from "./index.js";
|
||||
import { updates, updatesIndex } from "./updates.js";
|
||||
import { words, wordsIndex } from "./words.js";
|
||||
import { projects, projectsIndex } from "./projects.js";
|
||||
|
||||
export const pages: Page[] = [
|
||||
index,
|
||||
updatesIndex,
|
||||
...updates,
|
||||
wordsIndex,
|
||||
...words,
|
||||
projectsIndex,
|
||||
...projects,
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue