We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A theme should be able to pre-configure siteConfig themeConfig plugins etc.
siteConfig
themeConfig
plugins
Just populate a saber config file in your theme directory.
Some options are not available when it is loaded from theme directory, e.g. theme
theme
Merge it with the saber config we found at project root.
PR welcome.
There is a $80.00 open bounty on this issue. Add more on Issuehunt. Checkout the Issuehunt explorer to discover more funded issues. Need some help from other developers? Add your repositories on Issuehunt to raise funds.
There is a $80.00 open bounty on this issue. Add more on Issuehunt.
The text was updated successfully, but these errors were encountered:
@IssueHunt has funded $80.00 to this issue.
Sorry, something went wrong.
This is actually already possible by using saber-node.js in the theme directory:
saber-node.js
// Add a plugin based on `themeConfig`: exports.beforeRun = function () { if (this.config.themeConfig.feed) { this.applyPlugin(require('saber-plugin-feed')) } }
egoist
No branches or pull requests
Feature request
What problem does this feature solve?
A theme should be able to pre-configure
siteConfig
themeConfig
plugins
etc.What does the proposed API look like?
Just populate a saber config file in your theme directory.
Some options are not available when it is loaded from theme directory, e.g.
theme
How should this be implemented in your opinion?
Merge it with the saber config we found at project root.
Are you willing to work on this yourself?
PR welcome.
The text was updated successfully, but these errors were encountered: