Resolves #350#351
Open
ikouchiha47 wants to merge 3 commits intoStartBootstrap:masterfrom
Open
Conversation
feat: adds a way to add more styles to the page for jekyll plugin install
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 a way to add custom link tags.
This is for adding style-sheets when we use the gem as a jekyll template. I had tried to make syntax highlighting work with rouge. But the style-sheets would just get messed up or not work. I put them under
(root_dir)/assets/css/base16.highlight.cssAllow users to disable ga tracking
Sometimes people would not want GA-tracking. So they can turn it off. By default its enabled. For backward compatibility
Adds proper meta tags for opengraph
This helps when people give a link to your website and they get a proper link preview with title description and image.
Thanks.