diff options
Diffstat (limited to '_i18n')
| -rw-r--r-- | _i18n/ca.yml | 36 | ||||
| -rw-r--r-- | _i18n/ca/_posts/2018-02-17-llegint-capital.html | 67 | ||||
| -rw-r--r-- | _i18n/ca/index.html | 40 | ||||
| -rw-r--r-- | _i18n/ca/license.html | 55 | ||||
| -rw-r--r-- | _i18n/en.yml | 35 | ||||
| -rw-r--r-- | _i18n/en/index.html | 40 | ||||
| -rw-r--r-- | _i18n/en/license.html | 55 | ||||
| -rw-r--r-- | _i18n/license.html | 7 |
8 files changed, 335 insertions, 0 deletions
diff --git a/_i18n/ca.yml b/_i18n/ca.yml new file mode 100644 index 0000000..559812f --- /dev/null +++ b/_i18n/ca.yml @@ -0,0 +1,36 @@ +titles: + license: "Llicència" + blog: "Blog" + +footer: + created_with: "Creat amb" + by: "per" + this_website: "Aquesta pàgina és Programari Lliure i està sota la llicència" + source_code: "codi font" + +global: + catalan: "Català" + english: "English" + +notfound: + main: "No s'ha trobat la pàgina" + sub: "La pàgina que buscaves no s'ha pogut trobar" + maybe: "Potser aquesta pàgina només està disponible en anglès?" + +blog: + posted_on: "Escrit" + read: "Llegir" + more: "més" + intro: >- + Aquesta és la pàgina que mostra les entrades en català del meu blog. Totes + les opinions exposades aquí són únicament meves a no ser que indiqui el + contrari. A més, les entrades estan sota la llicència + notice: >- + A no ser que hagi indicat quelcom contrari a la meva entrada, totes les + opinions expressades aquí són únicament meves i no representen a ningú + més. Aquesta entrada està sota la llicència + rss: >- + Pots subscriure't al + +posts: + first: "Llegint el Capital" diff --git a/_i18n/ca/_posts/2018-02-17-llegint-capital.html b/_i18n/ca/_posts/2018-02-17-llegint-capital.html new file mode 100644 index 0000000..d68071b --- /dev/null +++ b/_i18n/ca/_posts/2018-02-17-llegint-capital.html @@ -0,0 +1,67 @@ +--- +layout: post +title: posts.first +subtitle: Una mirada o quelcom similar +lang: ca +--- +<p> +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean imperdiet +ullamcorper massa at egestas. Suspendisse eget purus sodales, suscipit urna ac, +luctus justo. Duis tristique vehicula congue. Proin dui ante, gravida a laoreet +at, porta tristique quam. Nunc vitae enim a ex molestie eleifend et in +nulla. Sed congue odio eget augue condimentum, vitae sollicitudin sem +eleifend. Proin iaculis porta odio, nec molestie eros convallis suscipit. +</p> + +<p> +Nunc ultrices nisi ipsum, nec blandit lorem pellentesque vitae. Suspendisse +turpis purus, tincidunt nec diam at, dictum imperdiet turpis. Vivamus semper +dapibus turpis, quis bibendum orci. Etiam ac libero sit amet ante mattis +tincidunt ut eget ante. Morbi dictum eget turpis quis consequat. Nullam ut sem +et metus luctus condimentum. Nulla augue urna, tempor eu volutpat eu, finibus +eget metus. Aenean bibendum lacus dolor, ac sagittis lectus consectetur +quis. Vivamus in posuere tortor. Nam et vehicula leo. Mauris at libero eu nibh +feugiat efficitur a eget purus. Vestibulum sem nulla, molestie non sodales non, +dictum fermentum diam. Cras ut commodo tellus. +</p> + +<div id="outline-container-sec-1" class="outline-2"> +<h2 id="sec-1">Una secció</h2> +<div class="outline-text-2" id="text-1"> +<p> +Proin vel feugiat velit. Suspendisse dictum libero risus, eu laoreet justo +placerat vel. Vivamus ac hendrerit turpis. Donec vitae diam malesuada, placerat +sem in, tempus diam. Mauris posuere dignissim accumsan. Suspendisse dignissim, +lacus vel auctor maximus, neque sem posuere nisl, sit amet luctus tellus dui +sagittis neque. Integer non felis sit amet dolor euismod varius id a +est. Pellentesque risus nisi, mollis a erat ac, pulvinar ornare lectus. Morbi +congue erat quis varius dapibus. Vivamus pretium dui et enim porttitor dictum. +</p> + +<p> +Curabitur ornare ex ac nisi condimentum placerat. Pellentesque porttitor mauris +eget libero posuere consequat. Curabitur finibus venenatis convallis. Duis nec +odio eget ipsum luctus congue. Aliquam nec leo semper, egestas sem eget, +lobortis orci. Mauris ac mattis ante. In at lorem odio. Nullam convallis pretium +iaculis. Donec rhoncus, tellus ullamcorper pellentesque maximus, ipsum nunc +consequat lacus, ultricies ultricies arcu libero sed nunc. +</p> +</div> + +<div id="outline-container-sec-1-1" class="outline-3"> +<h3 id="sec-1-1">Més petita</h3> +<div class="outline-text-3" id="text-1-1"> +<p> +Proin sed ex arcu. Nam ac scelerisque risus, eu pretium est. Praesent id neque +et eros interdum ornare. Nulla sed libero magna. Aliquam quis risus imperdiet, +volutpat felis dignissim, sagittis metus. Vestibulum a ligula pharetra, +scelerisque velit eu, vulputate tellus. Sed iaculis, elit sed sagittis mattis, +lacus ligula convallis nisi, quis auctor sapien elit facilisis mauris. In +dictum, felis quis hendrerit consequat, dui leo luctus turpis, eu dictum enim +diam ac nisl. Cras efficitur convallis nulla, sed aliquet tortor dapibus +lacinia. Aliquam pulvinar augue turpis, ac efficitur neque fringilla +rutrum. Nulla non rhoncus tellus. +</p> +</div> +</div> +</div> diff --git a/_i18n/ca/index.html b/_i18n/ca/index.html new file mode 100644 index 0000000..933b6c0 --- /dev/null +++ b/_i18n/ca/index.html @@ -0,0 +1,40 @@ +<img src="/images/me.jpeg" alt="Miquel's picture" id="image-profile" title="It's-a Me, Miquel!" width="100" height="100"> + +<div id="outline-container-sec-1" class="outline-2"> +<h2 id="sec-1">Qui sóc?</h2> +<div class="outline-text-2" id="text-1"> +<p> +Hola! Em dic <b><b>Miquel Sabaté Solà</b></b> i aquesta és la meva pàgina personal. No +crec que sàpiga descriure'm a mi mateix, però si ho hagués de fer: +</p> + +<ul class="org-ul"> +<li>Vaig néixer el 28 de Desembre del 1989. +</li> +<li>He passat tota la meva vida a <a href="https://ca.wikipedia.org/wiki/Piera">Piera</a>, però després d'una curta estància a +<a href="https://ca.wikipedia.org/wiki/Nuremberg">Nuremberg</a> he acabat sent adoptat per la bona gent de <a href="https://ca.wikipedia.org/wiki/Capellades">Capellades</a>. +</li> +<li>Sóc <b><b>Enginyer Informàtic</b></b>, o això diu un títol de la <a href="http://www.fib.upc.edu/en.html">FIB</a>. +</li> +<li>Estic estudiant <b><b>Llengua i Literatura Catalanes</b></b> a la <a href="http://www.uoc.edu/portal/en/index.html">Universitat +Oberta de Catalunya</a>. +</li> +<li>M'interessa una quantitat malaltissa de temes diferents. +</li> +<li>Sóc un entusiasta, desenvolupador i promotor de <a href="https://ca.wikipedia.org/wiki/Programari_lliure">Programari Lliure</a>. +</li> +<li>Treballo a <a href="https://www.suse.com/">SUSE</a> des de casa fent <a href="https://en.wikipedia.org/wiki/Linux_containers">coses amb contenidors de Linux</a>. +</li> +</ul> +</div> +</div> + +<div id="outline-container-sec-2" class="outline-2"> +<h2 id="sec-2">Sobre aquesta pàgina</h2> +<div class="outline-text-2" id="text-2"> +<p> +Aquesta pàgina simplement conté un <a href="./blog">blog</a>, que intentaré actualitzar quan tingui +coses a dir que semblin interessants. +</p> +</div> +</div> diff --git a/_i18n/ca/license.html b/_i18n/ca/license.html new file mode 100644 index 0000000..6e50a17 --- /dev/null +++ b/_i18n/ca/license.html @@ -0,0 +1,55 @@ + +<div id="outline-container-sec-1" class="outline-2"> +<h2 id="sec-1">Sobre això</h2> +<div class="outline-text-2" id="text-1"> +<p> +Aquesta és la meva pàgina personal, on escric coses que tenen més o menys sentit +al meu blog. El codi font es pot trobar <a href="http://git.mssola.com/jo.git/">aquí</a>. +</p> +</div> +</div> + +<div id="outline-container-sec-2" class="outline-2"> +<h2 id="sec-2">Llicència</h2> +<div class="outline-text-2" id="text-2"> +<div class="org-src-container"> + +<pre class="src src-txt">Copyright (C) 2018 Miquel Sabaté Solà <mikisabate@gmail.com> + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see <https://www.gnu.org/licenses/>. +</pre> +</div> +</div> +</div> + +<div id="outline-container-sec-3" class="outline-2"> +<h2 id="sec-3">Creative Commons</h2> +<div class="outline-text-2" id="text-3"> +<p> +Tots els documents d'aquesta pàgina (entrades del blog, articles, +etc.) estan sota la llicència <a href="https://creativecommons.org/licenses/by-nd/4.0/">Creative Commons BY-ND 4.0</a>. Totes les opinions +expressades aquí són únicament meves a no ser que digui el contrari. +</p> +</div> +</div> + +<div id="outline-container-sec-4" class="outline-2"> +<h2 id="sec-4">Estil</h2> +<div class="outline-text-2" id="text-4"> +<p> +L'estil i el format d'aquesta pàgina estan basats en l'estil per defecte de +Jekyll (<a href="https://github.com/jekyll/minima">minima</a>). Aquest estil està sota la llicència <a href="https://opensource.org/licenses/MIT">MIT</a>. +</p> +</div> +</div> diff --git a/_i18n/en.yml b/_i18n/en.yml new file mode 100644 index 0000000..cb0df2f --- /dev/null +++ b/_i18n/en.yml @@ -0,0 +1,35 @@ +titles: + license: "License" + blog: "Blog" + +footer: + created_with: "Created with" + by: "by" + this_website: "This website is Free Software and it's licensed under the" + source_code: "source code" + +global: + catalan: "Català" + english: "English" + +notfound: + main: "Page not found" + sub: "The requested page could not be found" + maybe: "Maybe this post is only available in catalan?" + +blog: + posted_on: "Posted on" + read: "Read" + more: "more" + intro: >- + This is the page that aggregates the english blog posts. All of the opinions + stated here are solely my own (unless stated otherwise). Last but not least, + these entries are licensed under the + notice: >- + Unless otherwise stated, all of the opinions in the above post are solely my + own and do not represent anyone else. This post is released under the + rss: >- + You can subscribe to the + +posts: + first: "Llegint el Capital" diff --git a/_i18n/en/index.html b/_i18n/en/index.html new file mode 100644 index 0000000..4cc7885 --- /dev/null +++ b/_i18n/en/index.html @@ -0,0 +1,40 @@ +<img src="/images/me.jpeg" alt="Miquel's picture" id="image-profile" title="It's-a Me, Miquel!" width="100" height="100"> + +<div id="outline-container-sec-1" class="outline-2"> +<h2 id="sec-1">About me</h2> +<div class="outline-text-2" id="text-1"> +<p> +Hello! I'm <b><b>Miquel Sabaté Solà</b></b> (yeah, <a href="https://en.wikipedia.org/wiki/Spanish_naming_customs">two surnames)</a> and this is my personal +website. It's difficult to define oneself, but if I had to: +</p> + +<ul class="org-ul"> +<li>I was born in <a href="https://www.poetryfoundation.org/poems-and-poets/poems/detail/48860">the bleak December</a> 28th, 1989. +</li> +<li>Born and raised in <a href="https://en.wikipedia.org/wiki/Piera">Piera</a>, recently adopted as a <a href="https://en.wikipedia.org/wiki/Capellades">capelladí</a>. +</li> +<li>The <a href="http://www.fib.upc.edu/en.html">FIB - Barcelona School of Informatics</a> were nice enough to give me a +<b><b>Bachelor Degree in Computer Science</b></b>. +</li> +<li>I'm currently studying <b><b>Catalan Language and Literature</b></b> at the <a href="http://www.uoc.edu/portal/en/index.html">Universitat +Oberta de Catalunya</a>. +</li> +<li>I have an unhealthy interest in way too many areas. +</li> +<li>A <a href="https://en.wikipedia.org/wiki/Free_software">Free Software</a> enthusiast, developer and promoter. +</li> +<li>I do <a href="https://en.wikipedia.org/wiki/Linux_containers">container thingies</a> at <a href="https://www.suse.com/">SUSE</a>. +</li> +</ul> +</div> +</div> + +<div id="outline-container-sec-2" class="outline-2"> +<h2 id="sec-2">About this website</h2> +<div class="outline-text-2" id="text-2"> +<p> +This website simply contains a <a href="./blog">blog</a>, which I'll try to update whenever I feel I +have something interesting to say. +</p> +</div> +</div> diff --git a/_i18n/en/license.html b/_i18n/en/license.html new file mode 100644 index 0000000..50e34f0 --- /dev/null +++ b/_i18n/en/license.html @@ -0,0 +1,55 @@ + +<div id="outline-container-sec-1" class="outline-2"> +<h2 id="sec-1">About this</h2> +<div class="outline-text-2" id="text-1"> +<p> +This is my personal webpage, where I write stuff and present myself. The source +code can be found <a href="http://git.mssola.com/jo.git/">here</a>. +</p> +</div> +</div> + +<div id="outline-container-sec-2" class="outline-2"> +<h2 id="sec-2">License</h2> +<div class="outline-text-2" id="text-2"> +<div class="org-src-container"> + +<pre class="src src-txt">Copyright (C) 2018 Miquel Sabaté Solà <mikisabate@gmail.com> + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see <https://www.gnu.org/licenses/>. +</pre> +</div> +</div> +</div> + +<div id="outline-container-sec-3" class="outline-2"> +<h2 id="sec-3">Creative Commons</h2> +<div class="outline-text-2" id="text-3"> +<p> +All documents provided by this site (e.g. blog posts, articles, etc.) are +released under the <a href="https://creativecommons.org/licenses/by-nd/4.0/">Creative Commons BY-ND 4.0</a> license. All of the opinions +stated here are solely my own unless explicitly stated otherwise. +</p> +</div> +</div> + +<div id="outline-container-sec-4" class="outline-2"> +<h2 id="sec-4">Style</h2> +<div class="outline-text-2" id="text-4"> +<p> +The style and the layout of this site are heavily based on the default theme of +Jekyll <a href="https://github.com/jekyll/minima">minima</a>. This theme is licensed under the <a href="https://opensource.org/licenses/MIT">MIT</a>. +</p> +</div> +</div> diff --git a/_i18n/license.html b/_i18n/license.html new file mode 100644 index 0000000..eb614e5 --- /dev/null +++ b/_i18n/license.html @@ -0,0 +1,7 @@ +--- +layout: default +title: titles.license +--- +<p> +{% tf license.md %} +</p> |
