You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an idea that may improve the use experience of Zola by adding extra command line switches that makes listing/installing/removing Zola theme easier for end user
And make Zola a central tool to manage Zola websites
If this feature align nicely with the project vision, so I can continue working on it
If yes, I would like to ask if there a bitter data source for getting the latest theme data, we can create another TOML/JSON/Whatsoever data source in the website
if there are any better abstractions/API to deal with config.toml and theme.toml to serialize/deserialize , if not I can make my own no problem 😄
Thanks
The text was updated successfully, but these errors were encountered:
I wouldn't add that to Zola itself. It would essentially be a wrapper around git and you might want subtree, submodule or plain download without git. Especially since you can't just change themes easily in a website since you might need to adjust config, front-matter etc
Hello Team,
I have an idea that may improve the use experience of Zola by adding extra command line switches that makes listing/installing/removing Zola theme easier for end user
And make Zola a central tool to manage Zola websites
I demonstrate this feature here in the following fork link .. this is so basic and not-ready-to-merge changes, but can give a glimpse of how the end result may look like
https://github.com/osamasalem/zola/tree/zola-theme-install-command
Please let me know
Thanks
The text was updated successfully, but these errors were encountered: