We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6855f8c commit 30864a6Copy full SHA for 30864a6
2 files changed
Makefile
@@ -1,6 +1,14 @@
1
+# Sass (via jekyll-sass-converter 1.x) reads files as US-ASCII unless the
2
+# locale is UTF-8, so force one for all recipes.
3
+export LC_ALL = en_US.UTF-8
4
+export LANG = en_US.UTF-8
5
+
6
serve:
7
bundle exec jekyll serve
8
9
+build:
10
+ bundle exec jekyll build
11
12
install:
13
gem install bundler
14
bundler update --bundler
assets/css/style.scss
@@ -0,0 +1,7 @@
+---
+// Overrides assets/css/style.scss from the default github-pages theme
+// (jekyll-theme-primer). The gem's SCSS contains UTF-8 characters that break
+// `jekyll build` under a non-UTF-8 locale, and no page links this stylesheet
+// (layouts use /assets/css/styles.css), so we ship an empty ASCII-only file.
0 commit comments