Skip to content

Commit 968b536

Browse files
committed
Merge remote-tracking branch 'origin/master' into abril-training
2 parents da37fa0 + 3a81bf0 commit 968b536

File tree

50 files changed

+296
-1173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+296
-1173
lines changed

_buildscripts/theme

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
for STYLES in page home workbook
2+
do
3+
echo "- Generating $STYLES"
4+
sass --style compressed _stylesheets/$STYLES.scss _stylesheets/$STYLES.css
5+
done
6+
echo "Completed SASS compiling and CSS compression!"

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ include:
2525
- _javascript
2626

2727
markdown: rdiscount
28+
29+
# Custom site configuration
30+
lang: en

_layouts/bare.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44

55
<!DOCTYPE html>
6-
<html>
6+
<html lang="{% if page.lang %}{{ page.lang }}{% else %}{{ site.lang }}{% endif %}">
77
<head>
88
<title>{% if page.title %}{{ page.title }} • {% endif %}{{ site.title }}</title>
99
{% if page.description %}

_stylesheets/home.css

Lines changed: 1 addition & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)