Skip to content

Commit

Permalink
Add basic file structure for es, ru, pt.
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-wbr committed Apr 8, 2016
1 parent 7c1aabd commit 1305ce3
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 12 deletions.
30 changes: 30 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,33 @@ defaults:
path: "_posts/nl"
values:
lang: "nl"
- # Russian
scope:
path: "ru"
values:
lang: "ru"
-
scope:
path: "_posts/ru"
values:
lang: "ru"
- # Spanish
scope:
path: "es"
values:
lang: "es"
-
scope:
path: "_posts/es"
values:
lang: "es"
- # Portuguese
scope:
path: "pt"
values:
lang: "pt"
-
scope:
path: "_posts/pt"
values:
lang: "pt"
6 changes: 6 additions & 0 deletions _data/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ fr:
written-by: 'Écrit par <a href="%authorurl">%author%</a> le %date%.'
nl:
native: Nederlands
ru:
native: Pусский
es:
native: Español
pt:
native: Português
9 changes: 9 additions & 0 deletions es/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Everything you need to know about Bitcoin mining
---

<center>
<iframe width="700" height="394" src="https://www.youtube.com/embed/GmOzih6I1zs" frameborder="0" allowfullscreen></iframe>

<p>A translation is coming soon. Check our GitHub to learn how to contribute!</p>
</center>
9 changes: 9 additions & 0 deletions pt/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Everything you need to know about Bitcoin mining
---

<center>
<iframe width="700" height="394" src="https://www.youtube.com/embed/GmOzih6I1zs" frameborder="0" allowfullscreen></iframe>

<p>A translation is coming soon. Check our GitHub to learn how to contribute!</p>
</center>
6 changes: 0 additions & 6 deletions redirects/es.html

This file was deleted.

6 changes: 0 additions & 6 deletions redirects/ru.html

This file was deleted.

9 changes: 9 additions & 0 deletions ru/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Everything you need to know about Bitcoin mining
---

<center>
<iframe width="700" height="394" src="https://www.youtube.com/embed/GmOzih6I1zs" frameborder="0" allowfullscreen></iframe>

<p>A translation is coming soon. Check our GitHub to learn how to contribute!</p>
</center>

0 comments on commit 1305ce3

Please sign in to comment.