@@ -36,6 +36,23 @@ const Code = ({ commits }) => { and generally around the internet if you are interested. </Paragraph> <Projects> <Project> <ProjectHeading>Terminal</ProjectHeading> <ProjectParagraph> It's a terminal, nothing to see here, no hidden games or anything. </ProjectParagraph> <ProjectCommit> {JSON.stringify(commits.aiart.data, null, 2)} </ProjectCommit> <ProjectButton href="https://www.github.com/overshard/terminal" rel="noopener noreferrer" target="_blank" > <GitHubIcon /> GitHub </ProjectButton> </Project> <Project> <ProjectHeading>AI-Art</ProjectHeading> <ProjectParagraph>
@@ -303,6 +320,7 @@ export async function getServerSideProps() { const dotfiles = await getCommit("dotfiles"); const isaacbythewood = await getCommit("isaacbythewood.com"); const status = await getCommit("status"); const terminal = await getCommit("terminal"); const timelite = await getCommit("timelite"); const timestrap = await getCommit("timestrap"); const newtab = await getCommit("newtab");
@@ -316,6 +334,7 @@ export async function getServerSideProps() { dotfiles: dotfiles, isaacbythewood: isaacbythewood, status: status, terminal: terminal, timelite: timelite, timestrap: timestrap, newtab: newtab,