jsonresume / jsonresume.org

The mono repo that builds the homepage, utils, ui components, registry and anything else
https://jsonresume.org
81 stars 22 forks source link

add minyma theme #8

Closed godraadam closed 11 months ago

godraadam commented 11 months ago

see theme here

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jsonresume-org-homepage ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 23, 2023 7:35pm
jsonresume-org-registry ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 23, 2023 7:35pm
vercel[bot] commented 11 months ago

@godraadam is attempting to deploy a commit to the thomasdavis's Team Team on Vercel.

A member of the Team first needs to authorize it.

thomasdavis commented 11 months ago

@godraadam it looks amazing. but unfortunately it won't render when using fs.readFileSync. In the past year we moved over to hosting on vercel functions, which doesn't allow for that operation.

Is there a way you can use imports/requires to look in the template code e.g.

const handbarsTemplate = `
// stuff here
`

export default handlebarsTemplate
godraadam commented 10 months ago

@godraadam it looks amazing. but unfortunately it won't render when using fs.readFileSync. In the past year we moved over to hosting on vercel functions, which doesn't allow for that operation.

Is there a way you can use imports/requires to look in the template code e.g.

const handbarsTemplate = `
// stuff here
`

export default handlebarsTemplate

I have inlined the template, and republished. I will bump the theme version and create a new PR.