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
currently webshooter creates a new site from one of three repos. this is a slowly failing idea.
we currently need to update the _config.yml files in all three jekyll sites... and creating new styles is limiting.
Step 1:Change all three jekyll repos with a different markdown
remove
markdown: redcarpet redcarpet: extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]` highlighter: true
add
markdown: kramdown
Step 2: re engine a way that webshooter runs the command jekyll new $SHORTNAME and then does a git pull on the styles repo and builds the site
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently webshooter creates a new site from one of three repos. this is a slowly failing idea.
we currently need to update the _config.yml files in all three jekyll sites... and creating new styles is limiting.
Step 1:Change all three jekyll repos with a different markdown
remove
add
markdown: kramdown
Step 2: re engine a way that webshooter runs the command jekyll new $SHORTNAME and then does a git pull on the styles repo and builds the site
The text was updated successfully, but these errors were encountered: