<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>website | rael.io</title><link>https://rael.io/tags/website/</link><atom:link href="https://rael.io/tags/website/index.xml" rel="self" type="application/rss+xml"/><description>website</description><generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-us</language><copyright>Fork me on [GitHub](https://github.com/raelga/rael.io)</copyright><lastBuildDate>Thu, 15 Aug 2019 11:23:56 +0200</lastBuildDate><image><url>https://rael.io/img/photos/emma-hello-card.jpg</url><title>website</title><link>https://rael.io/tags/website/</link></image><item><title>rael.io</title><link>https://rael.io/project/rael.io/</link><pubDate>Thu, 15 Aug 2019 11:23:56 +0200</pubDate><guid>https://rael.io/project/rael.io/</guid><description>&lt;p&gt;&lt;a href=&#34;https://app.netlify.com/sites/rael/deploys&#34; target=&#34;_blank&#34;&gt;&lt;img src=&#34;https://api.netlify.com/api/v1/badges/17660b24-5ace-4e45-9d81-31237fbc07fd/deploy-status&#34; alt=&#34;Netlify Status&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Static site for rael.io using:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://gohugo.io/&#34; target=&#34;_blank&#34;&gt;Hugo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://sourcethemes.com/academic/&#34; target=&#34;_blank&#34;&gt;Academic&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://netlify.com&#34; target=&#34;_blank&#34;&gt;Netlify&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>cloudnative.barcelona</title><link>https://rael.io/project/cloudnative.barcelona/</link><pubDate>Wed, 24 Jul 2019 11:23:56 +0200</pubDate><guid>https://rael.io/project/cloudnative.barcelona/</guid><description>
&lt;p&gt;&lt;a href=&#34;https://app.netlify.com/sites/cloudnative/deploys&#34; target=&#34;_blank&#34;&gt;&lt;img src=&#34;https://api.netlify.com/api/v1/badges/516ad607-63b3-487e-bbee-c2da0d0c2a7a/deploy-status&#34; alt=&#34;Netlify Status&#34; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Cloud Native Barcelona&lt;/strong&gt; is the official Cloud Native Computing Foundation (CNCF) user group dedicated to building a strong, open, diverse developer community around the Cloud Native platform and technologies in &lt;strong&gt;Barcelona&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id=&#34;what-is-cncf&#34;&gt;What is CNCF?&lt;/h2&gt;
&lt;p&gt;CNCF is an open source software foundation dedicated to making cloud native computing universal and sustainable. Cloud native computing uses an open source software stack to deploy applications as microservices, packaging each part into its own container, and dynamically orchestrating those containers to optimize resource utilization. Cloud native technologies enable software developers to build great products faster.&lt;/p&gt;
&lt;p&gt;Learn more at &lt;a href=&#34;https://www.cncf.io/&#34; target=&#34;_blank&#34;&gt;cncf.io&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Bigotes</title><link>https://rael.io/project/bigotes/</link><pubDate>Sun, 11 Nov 2018 11:23:56 +0200</pubDate><guid>https://rael.io/project/bigotes/</guid><description>&lt;p&gt;&lt;a href=&#34;https://app.netlify.com/sites/bigotes/deploys&#34; target=&#34;_blank&#34;&gt;&lt;img src=&#34;https://api.netlify.com/api/v1/badges/fc20200d-be84-45ae-a4f2-0b16eff715f5/deploy-status&#34; alt=&#34;Netlify Status&#34; /&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>game.pkts.es</title><link>https://rael.io/project/game.pkts.es/</link><pubDate>Sat, 24 Mar 2018 11:23:56 +0200</pubDate><guid>https://rael.io/project/game.pkts.es/</guid><description>
&lt;p&gt;Static site for a videogame made with RPG Maker about the pkts community, full of inside jokes.&lt;/p&gt;
&lt;h1 id=&#34;site-for-pkts-the-game&#34;&gt;Site for pkts | The Game&lt;/h1&gt;
&lt;p&gt;&lt;a href=&#34;https://game.pkts.es&#34; target=&#34;_blank&#34;&gt;https://game.pkts.es&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;about&#34;&gt;About&lt;/h2&gt;
&lt;p&gt;The webpage uses &lt;a href=&#34;https://templated.co/theory&#34; target=&#34;_blank&#34;&gt;Templated Theory Site Template&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The clock uses &lt;a href=&#34;https://github.com/wimbarelds/TimeCircles&#34; target=&#34;_blank&#34;&gt;wimbarelds/TimeCircles&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;run&#34;&gt;Run&lt;/h2&gt;
&lt;p&gt;The website can be deployed with docker at localhost:8080 using the makefile targets:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Deploy&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code class=&#34;language-bash&#34;&gt;make run
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Will build a container image from &lt;code&gt;nginx:latest&lt;/code&gt; with the docs folder copied as nginx document root.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Develop&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code class=&#34;language-bash&#34;&gt;make dev
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Will build a container image from &lt;code&gt;nginx:latest&lt;/code&gt; with the docs folder mounted to nginx document root.&lt;/p&gt;</description></item></channel></rss>