mirror of
https://github.com/YouHaveTrouble/youhavetrouble.github.io.git
synced 2026-05-11 22:06:56 +00:00
update resume
This commit is contained in:
@@ -4,7 +4,7 @@ import {marked} from "marked";
|
||||
|
||||
const title = 'Resume';
|
||||
const description = 'Something for potential employers to look at.';
|
||||
const permalink = Astro?.site?.href + 'resume' ?? '/resume';
|
||||
const permalink = `${Astro?.site?.href}resume`;
|
||||
|
||||
const resumeFiles = import.meta.glob('../../public/resume.md', { query: "?raw"});
|
||||
let resumeContent = '';
|
||||
|
||||
Reference in New Issue
Block a user