From b46f05a948490799df175b58e9ca2994c06db105 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 4 Nov 2020 16:39:29 +0200 Subject: 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. --- site/_includes/scripts.html | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 site/_includes/scripts.html (limited to 'site/_includes/scripts.html') diff --git a/site/_includes/scripts.html b/site/_includes/scripts.html deleted file mode 100644 index 2f90f1e5d..000000000 --- a/site/_includes/scripts.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -{%- if jekyll.environment == "production" or jekyll.environment == "netlify" -%} - -{%- else -%} - -{%- endif -%} - -{%- if page.layout == "docs" -%} - -{%- endif -%} - -{%- if jekyll.environment == "production" or jekyll.environment == "netlify" -%} - -{%- else -%} - - - - - - -{%- endif -%} -- cgit v1.2.3