Skip to content
New issue

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4: switch to Hugo #32077

Merged
merged 3 commits into from Nov 19, 2020
Merged

v4: switch to Hugo #32077

merged 3 commits into from Nov 19, 2020

Commits on Nov 19, 2020

  1. Switch to Hugo

    This commit includes all the needed workarounds and most changes from the main branch for everything to work, like:
    
    * removing empty lines in raw HTML that break output
    * read .browserslistrc, CSS variables from disk instead of duplicating it
    * using Hugo mounts
    * using Hugo for the docs CSS/JS
    * move ToC Sass code to a separate file while adapting it for Hugo
    
    Thus, this patch makes our npm scripts faster since lint runs on one step and there's no separate docs assets processing.
    XhmikosR committed Nov 19, 2020
    Copy the full SHA
    0ade85e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a0f0654 View commit details
    Browse the repository at this point in the history
  3. Use the example shortcode in more places

    Now, it's safe to do use it since it covers more cases
    XhmikosR committed Nov 19, 2020
    Copy the full SHA
    fa6c32e View commit details
    Browse the repository at this point in the history