Skip to content

Commit

Permalink
adding archives
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiemoose committed Apr 4, 2024
1 parent 5bb2cee commit 6aa4474
Show file tree
Hide file tree
Showing 865 changed files with 155,974 additions and 26 deletions.
14 changes: 7 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ collections:
output: true
videos:
output: true
# archive:
# output: true
archives:
output: true

defaults:
- scope:
Expand Down Expand Up @@ -74,11 +74,11 @@ defaults:
type: "videos"
values:
layout: "video"
# - scope:
# path: ""
# type: "archives"
# values:
# layout: "archive"
- scope:
path: ""
type: "archives"
values:
layout: "archives"
- scope:
path: ""
values:
Expand Down
34 changes: 18 additions & 16 deletions _data/archive-links.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
- name: "Warsaw 2021"
link: "https://www.elixirconf.eu/archives/warsaw_2021/index.html"
- name: "Virtual X 2020"
link: "https://www.elixirconf.eu/archives/virtual_x_2020/index.html"
- name: "Virtual VI 2020"
link: "https://www.elixirconf.eu/archives/virtual_2020/index.html"
- name: "Prague 2019"
link: "http://www.archive.elixirconf.eu/elixirconfeu2019"
- name: "Warsaw 2018"
link: "http://www.archive.elixirconf.eu/elixirconfeu2018"
- name: "Barcelona 2017"
link: "http://www.archive.elixirconf.eu/elixirconf2017"
- name: "Berlin 2016"
link: "http://www.archive.elixirconf.eu/elixirconf2016"
- name: "Krakow 2015"
link: "http://www.archive.elixirconf.eu/elixirconf2015"
- name: "Berlin 2024"
link: "https://www.codebeameurope.com/archives/berlin_2024/index.html"
#- name: "Warsaw 2021"
# link: "https://www.elixirconf.eu/archives/warsaw_2021/index.html"
#- name: "Virtual X 2020"
# link: "https://www.elixirconf.eu/archives/virtual_x_2020/index.html"
#- name: "Virtual VI 2020"
# link: "https://www.elixirconf.eu/archives/virtual_2020/index.html"
#- name: "Prague 2019"
# link: "http://www.archive.elixirconf.eu/elixirconfeu2019"
#- name: "Warsaw 2018"
# link: "http://www.archive.elixirconf.eu/elixirconfeu2018"
#- name: "Barcelona 2017"
# link: "http://www.archive.elixirconf.eu/elixirconf2017"
#- name: "Berlin 2016"
# link: "http://www.archive.elixirconf.eu/elixirconf2016"
#- name: "Krakow 2015"
# link: "http://www.archive.elixirconf.eu/elixirconf2015"
6 changes: 3 additions & 3 deletions _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<a class="page-scroll" href="#{{ item.link }}">{{ item.name }}</a>
</li>
{% endfor %}
<!-- <li>
<li>
<div class="dropdown">
<a class="dropbtn">Archive
<a class="dropbtn">Archives
<i class="fa fa-caret-down"></i>
</a>
<div class="dropdown-content">
Expand All @@ -24,6 +24,6 @@

</div>
</div>
</li> -->
</li>
</ul>
</nav>
177 changes: 177 additions & 0 deletions archives/berlin_2024/2020/07/21/why-learn-elixir-in-2020/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,177 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8" />
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<title>Code BEAM Europe</title>
<meta content="width=device-width" name="viewport" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="description" content="The Erlang and Elixir conference in Europe - 2 days of talks,discussions and networking for the BEAM community.
" />
<link rel="canonical" href="http://0.0.0.0:4000/2020/07/21/why-learn-elixir-in-2020/" />
<link rel="stylesheet" href=" /assets/css/styles.css">


<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-T8RPW99');</script>
<!-- End Google Tag Manager -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.32/moment-timezone-with-data.min.js"></script>

<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Why You Should Learn Elixir In 2020 | Code BEAM Europe</title>
<meta name="generator" content="Jekyll v4.3.3" />
<meta property="og:title" content="Why You Should Learn Elixir In 2020" />
<meta name="author" content="Erlang Solutions" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="The Erlang and Elixir conference in Europe - 2 days of talks,discussions and networking for the BEAM community." />
<meta property="og:description" content="The Erlang and Elixir conference in Europe - 2 days of talks,discussions and networking for the BEAM community." />
<link rel="canonical" href="http://0.0.0.0:4000/2020/07/21/why-learn-elixir-in-2020/" />
<meta property="og:url" content="http://0.0.0.0:4000/2020/07/21/why-learn-elixir-in-2020/" />
<meta property="og:site_name" content="Code BEAM Europe" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2020-07-21T00:00:00-05:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Why You Should Learn Elixir In 2020" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Erlang Solutions"},"dateModified":"2020-07-21T00:00:00-05:00","datePublished":"2020-07-21T00:00:00-05:00","description":"The Erlang and Elixir conference in Europe - 2 days of talks,discussions and networking for the BEAM community.","headline":"Why You Should Learn Elixir In 2020","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/2020/07/21/why-learn-elixir-in-2020/"},"publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://0.0.0.0:4000/assets/images/logo2022.png"},"name":"Erlang Solutions"},"url":"http://0.0.0.0:4000/2020/07/21/why-learn-elixir-in-2020/"}</script>
<!-- End Jekyll SEO tag -->


<!--Remove image dragging -->

<body ondragstart="return false;" ondrop="return false;">
<!-- Custom Fonts -->
<link rel="stylesheet" href=" /assets/font-awesome/css/fontawesome.min.css">
<link rel="stylesheet" href=" /assets/font-awesome/css/v4-shims.min.css">
<link rel="stylesheet" href=" /assets/font-awesome/css/brands.min.css">
<link rel="stylesheet" href=" /assets/font-awesome/css/solid.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700" rel="stylesheet"
type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet"
type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Karla:400,400i,700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400i,700i" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />

<!-- WEBSITE ICON IN BROWSER -->
<!-- <link href="/css/2016_style/img/icon.png" rel="icon" type="image/png"> -->

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T8RPW99" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

</body>
<script>
(function () {
window.ldfdr = window.ldfdr || {};
(function (d, s, ss, fs) {
fs = d.getElementsByTagName(s)[0];
function ce(src) {
var cs = d.createElement(s);
cs.src = src;
setTimeout(function () {
fs.parentNode.insertBefore(cs, fs);
}, 1);
}
ce(ss);
})(
document,
"script",
"https://sc.lfeeder.com/lftracker_v1_bElvO73DxJE4ZMqj.js"
);
})();
</script>


<!-- Hotjar Tracking Code for www.elixirconf.eu -->
<!-- <script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:1678389,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script> -->
</head>
<body>


<nav class="navbar-fixed-top navbar-speaker">
<a class="logo" href="/"></a>
<ul class="nav">
<li>
<a href="/">Home</a>
</li>
</ul>
</nav>
<div class="cover-post">
<h1 class="title">Why You Should Learn Elixir In 2020</h1>
<h4 class="category"></h4>
</div>
<!-- Blog Article -->
<div class="post-full">
<article class="blog-article">
<!-- Article Content -->
<div class="article-content">
<p><img src="/assets/images/why-elixir.jpeg" alt="" /></p>

<p>Over the course of the article, <a href="https://www.erlang-solutions.com/blog/why-elixir-is-the-programming-language-you-should-learn-in-2020.html" title="why learn elixir">Why Learn Elixir in 2020</a>, we’ll show you how Elixir rates in relation to all of the above dot points.</p>

<p>Our consultant, Manuel Rubio, is a polyglot developer. Over the years working with Elm, Lua, Rust, Dart, Go, Kotlin, Scala, C, C++, Perl, Ruby, PHP, Python, Java, JavaScript, Erlang and Elixir.</p>

<p>If he were to only pick one language to learn as a brand new developer in 2020, it would be Elixir and in this article he tells you why.</p>

<p><a href="https://www.erlang-solutions.com/blog/why-elixir-is-the-programming-language-you-should-learn-in-2020.html" title="full article elixir">READ THE FULL ARTICLE</a></p>

</div>

<!-- Share Article Links Box -->
<div class="share-article box clearfix">
<span class="title">Share:</span>
<div class="social-icons box-content">
<ul class="icons global-text-color-icons">
<li>
<a href="https://www.facebook.com/sharer/sharer.php?u=http://0.0.0.0:4000/2020/07/21/why-learn-elixir-in-2020/"
onclick="window.open(this.href, 'facebook-share', 'width=550,height=255');return false;">
<i class="fi flaticon-facebook"></i>
</a>
</li>
<li>
<a href="https://twitter.com/home?status=http://0.0.0.0:4000/2020/07/21/why-learn-elixir-in-2020/"
onclick="window.open(this.href, 'facebook-share', 'width=550,height=255');return false;">
<i class="fi flaticon-twitter"></i>
</a>
</li>
<li>
<a href="https://plus.google.com/share?url=http://0.0.0.0:4000/2020/07/21/why-learn-elixir-in-2020/"
onclick="window.open(this.href, 'facebook-share', 'width=280,height=480');return false;">
<i class="fi flaticon-google-plus"></i>
</a>
</li>
<li>
<a href="http://pinterest.com/pin/create/button/?url=http://0.0.0.0:4000/2020/07/21/why-learn-elixir-in-2020/"
onclick="window.open(this.href, 'facebook-share', 'width=550,height=255');return false;">
<i class="fi flaticon-pinterest"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</article>
</div>
</body>
</html>
Loading

0 comments on commit 6aa4474

Please sign in to comment.