Theme Registry PR
I just created a PR to add my theme to the official theme registry for Lume: https://github.com/lumeland/themes/pull/10.
Why
If my theme isn’t in the official registry, the best way for users install it is to clone my entire repo, which is silly, bad for separation of concerns, and just generally worse for UX.
git clone https://github.com/ethmarks/lume_tufte.git
cd lume_tufte
deno task serve
But if I get my theme into the theme registry, users can install it using the official Lume init command, which is much better in every way:
deno run -A https://lume.land/init.ts --theme=tufte
Conclusion
From my interactions with him in the past, the Lume maintainer (Oscar) seems like an extremely nice dude who seems to respond fairly quickly, so I shouldn’t have to wait too long before he either accepts my PR or suggests changes that I can go implement. Meanwhile, I’ll probably continue working on the README.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.