jsonresume / jsonresume.org

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

updated minyma theme version #57

Closed thomasdavis closed 8 months ago

changeset-bot[bot] commented 8 months ago

⚠️ No Changeset found

Latest commit: a9d598fe0b495fae1ea8c8c27f185bf872609793

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 8 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 Dec 9, 2023 0:09am
jsonresume-org-registry ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 9, 2023 0:09am
thomasdavis commented 8 months ago

@godraadam It doesn't look like 0.0.3 actually works -> https://jsonresume-org-registry-git-minyma-jsonresume.vercel.app/thomasdavis?theme=minyma

Going to check out your repo now

thomasdavis commented 8 months ago

@godraadam Your styles will also have to be inlined

https://github.com/godraadam/jsonresume-theme-minyma/commit/df3c22ec481361e3b3b71759639530537e61e655#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346R13

(You can also just make them styles.js and then

export default `
p {};
`

and then import them into your index.js file.

if you want to split the files up)

Once you published 0.0.4, I will update this PR and merge.

godraadam commented 8 months ago

@thomasdavis should be good now (hopefully).

Ended up writing a script which automatically outputs a js module thats export styles and the template for inlining. Pretty sure it is a backwards solution, but will do for now.

thomasdavis commented 8 months ago

@godraadam http://registry.jsonresume.org/thomasdavis?theme=minyma

looking good.

i swear i will solve this readFileSync problem

a script is actually a good idea (in this circumstance), will think more about it.