Skip to content

Latest commit

 

History

History
101 lines (83 loc) · 3.36 KB

File metadata and controls

101 lines (83 loc) · 3.36 KB
layout default
format blog-index
breadcrumb false
permalink /index.html
regenerate true
widget1
title url image text
Technologies
/technologies/
/assets/img/widget-technologies.jpg
Our catalog of data transformation, data store and other associated technologies
widget2
title url image text
Technology Categories
/tech-categories/
/assets/img/widget-tech-categories.jpg
The technology catalog, organised by category
widget3
title url image text
Technology Vendors
/tech-vendors/
/assets/img/widget-tech-vendors.jpg
The technology catalog, organised by vendor
{% if page.widget1.title %} {% include _frontpage-widget.html widget=page.widget1 %} {% endif %}
{% if page.widget2.title %}
	{% include _frontpage-widget.html widget=page.widget2 %}
{% endif %}

{% if page.widget3.title %}
	{% include _frontpage-widget.html widget=page.widget3 %}
{% endif %}

{% if page.widget4.title %} {% include _frontpage-widget.html widget=page.widget4 %} {% endif %}

Recent Changes

{% assign count = 0 %}
{% assign changes = site.documents | where_exp: "d", "d.collection <> 'posts'" | group_by: "date" | sort: "name" | reverse %}

{% for c in changes %}
  {% if count < 75 %}
    <h2 class="t30">{{ c.name | date: "%Y-%m-%d" }}</h2>
    <ul class="no-bullet">
      {% assign items = c.items | sort: "id" %}
      {% for t in items %}
        <li><a href="{{ t.url }}">{{ t.title }}</a></li>
      {% endfor %}
    </ul>
    {% assign count = count | plus: c.items.size | plus: 4 %}
  {% endif %}
{% endfor %}
<h2 class="text-center b20">Latest News</h2>

{% assign post = site.posts | where_exp: "post", "post.title contains 'News'" | first %}
{% include _post_summary.html reduced-metadata=true %}

<h2 class="text-center b20">Latest Posts</h2>

{% assign count = 0 %}
{% for post in site.posts %}
  {% if count < 5 %}
    {% unless post.title contains 'News' %}
      {% include _post_summary.html reduced-metadata=true %}
      {% assign count = count | plus: 1 %}
    {% endunless %}
  {% endif %}
{% endfor %}

{% include _next-previous-buttons-large.html prev-name='Next' archive-name='Blog Archive' archive-url='/blog/archive/' next-name='Previous' next-url='/blog/page2' %}

Twitter Feed

<a class="twitter-timeline" data-width="250" data-height="1300" data-dnt="true" data-theme="light" href="https://twitter.com/OnDataEng">Tweets by OnDataEng</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>