Homepage button configuration#175
Open
EliTheGingerCat wants to merge 10 commits intoevaera:masterfrom
Open
Conversation
Collaborator
|
Docusaurus provides many different styling options for buttons, it might be nice to expose these in the config file as well. You can find information about styling buttons on the Infima Website. We could either just let the user set a |
Contributor
Author
|
I feel like the website does not explain enough how to use the different style options. The problem is:
Perhaps people will just figure it out. I think it follows common sense. And they can always use the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the ability to add buttons to the default homepage via
moonwave.toml.Adding any buttons will remove the default "Get Started", so the equivalent TOML code for it is included on the website.
I was not sure how to properly add a margin between homepage buttons so I just used an inline style.
Closes #105