blob: 1fa946b1da3e66d11aab4c6190cdea2c46729e66 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="robots" content="all,follow">
<meta name="googlebot" content="index,follow,snippet,archive">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Blogs</title>
<meta name="author" content="" />
<meta name="keywords" content="iot, smart mobility, kuksa, appstacle">
<meta name="description" content="Eclipse KUKSA community website">
<meta name="generator" content="Hugo 0.30.2" />
<link href='//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,500,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://staging.eclipse.org/kuksa/css/animate.css" rel="stylesheet">
<link href="https://staging.eclipse.org/kuksa/css/style.turquoise.css" rel="stylesheet" id="theme-stylesheet">
<link href="https://staging.eclipse.org/kuksa/css/style.kuksa.css" rel="stylesheet" id="theme-stylesheet">
<link href="https://staging.eclipse.org/kuksa/css/custom.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="https://staging.eclipse.org/kuksa/img/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="https://staging.eclipse.org/kuksa/img/kuksa-icon.png" />
<link href="https://staging.eclipse.org/kuksa/css/owl.carousel.css" rel="stylesheet">
<link href="https://staging.eclipse.org/kuksa/css/owl.theme.css" rel="stylesheet">
<link rel="alternate" href="https://staging.eclipse.org/index.xml" type="application/rss+xml" title="Eclipse KUKSA">
<meta property="og:title" content="Blogs" />
<meta property="og:type" content="website" />
<meta property="og:url" content="/kuksa/blog//" />
<meta property="og:image" content="img/kuksa-logo-h-209x79.png" />
</head>
<body>
<div id="all">
<header>
<div class="navbar-affixed-top" data-spy="affix" data-offset-top="200">
<div class="navbar navbar-default yamm" role="navigation" id="navbar">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand home" href="https://staging.eclipse.org/kuksa/">
<img src="https://staging.eclipse.org/kuksa/img/kuksa-logo-h-209x79.png" alt="Blogs logo" class="hidden-xs hidden-sm">
<img src="https://staging.eclipse.org/kuksa/img/kuksa-logo-h-209x79.png" alt="Blogs logo" class="visible-xs visible-sm">
<span class="sr-only">Blogs - go to homepage</span>
</a>
<div class="navbar-buttons">
<button type="button" class="navbar-toggle btn-template-main" data-toggle="collapse" data-target="#navigation">
<span class="sr-only">Toggle Navigation</span>
<i class="fa fa-align-justify"></i>
</button>
</div>
</div>
<div class="navbar-collapse collapse" id="navigation">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="/kuksa/">Home</a>
</li>
<li class="dropdown">
<a href="/kuksa/about/">About</a>
</li>
<li class="dropdown">
<a href="/kuksa/blog/">Blog</a>
</li>
<li class="dropdown">
<a href="/kuksa/wiki/">Wiki</a>
</li>
<li class="dropdown">
<a href="/kuksa/ressources/">Ressources</a>
</li>
<li class="dropdown">
<a href="/kuksa/calendar/">Events</a>
</li>
</ul>
</div>
<div class="collapse clearfix" id="search">
<form class="navbar-form" role="search">
<div class="input-group">
<input type="text" class="form-control" placeholder="Search">
<span class="input-group-btn">
<button type="submit" class="btn btn-template-main"><i class="fa fa-search"></i></button>
</span>
</div>
</form>
</div>
</div>
</div>
</div>
</header>
<div id="heading-breadcrumbs">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Blogs</h1>
</div>
</div>
</div>
</div>
<div id="content">
<div class="container">
<div class="row">
<div class="col-md-9" id="blog-listing-medium">
<section class="post">
<div class="row">
<div class="col-md-4">
<div class="image">
<a href="https://staging.eclipse.org/kuksa/blog/2015/10/10/migrate-from-jekyll/">
<img src="https://staging.eclipse.org/kuksa/img/banners/banner-5.jpg" class="img-responsive" alt="">
</a>
</div>
</div>
<div class="col-md-8">
<h2><a href="https://staging.eclipse.org/kuksa/blog/2015/10/10/migrate-from-jekyll/">Migrate from Jekyll</a></h2>
<div class="clearfix">
<p class="author-category">
in <a href="https://staging.eclipse.org/kuksa/categories/lorem">lorem</a>
</p>
<p class="date-comments">
<a href="https://staging.eclipse.org/kuksa/blog/2015/10/10/migrate-from-jekyll/"><i class="fa fa-calendar-o"></i> October 10, 2015</a>
</p>
</div>
<p class="intro">Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like
▾ &lt;root&gt;/ ▾ images/ logo.png should become
▾ &lt;root&gt;/ ▾ static/ ▾ images/ logo.png Additionally, you&rsquo;ll want any files that should reside at the root (such as CNAME) to be moved to static.</p>
<p class="read-more"><a href="https://staging.eclipse.org/kuksa/blog/2015/10/10/migrate-from-jekyll/" class="btn btn-template-main">Continue reading</a>
</p>
</div>
</div>
</section>
<section class="post">
<div class="row">
<div class="col-md-4">
<div class="image">
<a href="https://staging.eclipse.org/kuksa/blog/2015/10/02/linked-post/">
<img src="https://staging.eclipse.org/kuksa/img/banners/banner-4.jpg" class="img-responsive" alt="">
</a>
</div>
</div>
<div class="col-md-8">
<h2><a href="https://staging.eclipse.org/kuksa/blog/2015/10/02/linked-post/">Linked post</a></h2>
<div class="clearfix">
<p class="author-category">
By <a href="#">John Doe</a>
in <a href="https://staging.eclipse.org/kuksa/categories/programming">programming</a>
</p>
<p class="date-comments">
<a href="https://staging.eclipse.org/kuksa/blog/2015/10/02/linked-post/"><i class="fa fa-calendar-o"></i> October 2, 2015</a>
</p>
</div>
<p class="intro">I&rsquo;m a linked post in the menu. You can add other posts by adding the following line to the frontmatter:
menu = &quot;main&quot; Lorem ipsum dolor sit amet, consectetur adipiscing elit. In mauris nulla, vestibulum vel auctor sed, posuere eu lorem. Aliquam consequat augue ut accumsan mollis. Suspendisse malesuada sodales tincidunt. Vivamus sed erat ac augue bibendum porta sed id ipsum. Ut mollis mauris eget ligula sagittis cursus. Aliquam id pharetra tellus.</p>
<p class="read-more"><a href="https://staging.eclipse.org/kuksa/blog/2015/10/02/linked-post/" class="btn btn-template-main">Continue reading</a>
</p>
</div>
</div>
</section>
<section class="post">
<div class="row">
<div class="col-md-4">
<div class="image">
<a href="https://staging.eclipse.org/kuksa/blog/2015/09/17/go-is-for-lovers/">
<img src="https://staging.eclipse.org/kuksa/img/banners/banner-2.jpg" class="img-responsive" alt="">
</a>
</div>
</div>
<div class="col-md-8">
<h2><a href="https://staging.eclipse.org/kuksa/blog/2015/09/17/go-is-for-lovers/">Go is for lovers</a></h2>
<div class="clearfix">
<p class="author-category">
in <a href="https://staging.eclipse.org/kuksa/categories/programming">programming</a>
</p>
<p class="date-comments">
<a href="https://staging.eclipse.org/kuksa/blog/2015/09/17/go-is-for-lovers/"><i class="fa fa-calendar-o"></i> September 17, 2015</a>
</p>
</div>
<p class="intro">Hugo uses the excellent go html/template library for its template engine. It is an extremely lightweight engine that provides a very small amount of logic. In our experience that it is just the right amount of logic to be able to create a good static website. If you have used other template systems from different languages or frameworks you will find a lot of similarities in go templates.
This document is a brief primer on using go templates.</p>
<p class="read-more"><a href="https://staging.eclipse.org/kuksa/blog/2015/09/17/go-is-for-lovers/" class="btn btn-template-main">Continue reading</a>
</p>
</div>
</div>
</section>
<section class="post">
<div class="row">
<div class="col-md-4">
<div class="image">
<a href="https://staging.eclipse.org/kuksa/blog/2015/08/03/hugo-is-for-lovers/">
<img src="https://staging.eclipse.org/kuksa/img/banners/banner-3.jpg" class="img-responsive" alt="">
</a>
</div>
</div>
<div class="col-md-8">
<h2><a href="https://staging.eclipse.org/kuksa/blog/2015/08/03/hugo-is-for-lovers/">Hugo is for lovers</a></h2>
<div class="clearfix">
<p class="author-category">
in <a href="https://staging.eclipse.org/kuksa/categories/pseudo">pseudo</a>
</p>
<p class="date-comments">
<a href="https://staging.eclipse.org/kuksa/blog/2015/08/03/hugo-is-for-lovers/"><i class="fa fa-calendar-o"></i> August 3, 2015</a>
</p>
</div>
<p class="intro">Step 1. Install Hugo Goto hugo releases and download the appropriate version for your os and architecture.
Save it somewhere specific as we will be using it in the next step.
More complete instructions are available at installing hugo
Step 2. Build the Docs Hugo has its own example site which happens to also be the documentation site you are reading right now.
Follow the following steps:
Clone the hugo repository Go into the repo Run hugo in server mode and build the docs Open your browser to http://localhost:1313 Corresponding pseudo commands:</p>
<p class="read-more"><a href="https://staging.eclipse.org/kuksa/blog/2015/08/03/hugo-is-for-lovers/" class="btn btn-template-main">Continue reading</a>
</p>
</div>
</div>
</section>
<section class="post">
<div class="row">
<div class="col-md-4">
<div class="image">
<a href="https://staging.eclipse.org/kuksa/blog/2015/06/24/creating-a-new-theme/">
<img src="https://staging.eclipse.org/kuksa/img/banners/banner-1.jpg" class="img-responsive" alt="">
</a>
</div>
</div>
<div class="col-md-8">
<h2><a href="https://staging.eclipse.org/kuksa/blog/2015/06/24/creating-a-new-theme/">Creating a new theme</a></h2>
<div class="clearfix">
<p class="author-category">
in <a href="https://staging.eclipse.org/kuksa/categories/starting">starting</a>
</p>
<p class="date-comments">
<a href="https://staging.eclipse.org/kuksa/blog/2015/06/24/creating-a-new-theme/"><i class="fa fa-calendar-o"></i> June 24, 2015</a>
</p>
</div>
<p class="intro">Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I&rsquo;ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won&rsquo;t cover using CSS to style your theme.
We&rsquo;ll start with creating a new site with a very basic template.</p>
<p class="read-more"><a href="https://staging.eclipse.org/kuksa/blog/2015/06/24/creating-a-new-theme/" class="btn btn-template-main">Continue reading</a>
</p>
</div>
</div>
</section>
<ul class="pager">
<li class="previous disabled"><a href="#">&larr; Newer</a></li>
<li class="next disabled"><a href="#">Older &rarr;</a></li>
</ul>
</div>
<div class="col-md-3">
<div class="panel panel-default sidebar-menu">
<div class="panel-heading">
<h3 class="panel-title">Search</h3>
</div>
<div class="panel-body">
<form action="//google.com/search" method="get" accept-charset="UTF-8" role="search">
<div class="input-group">
<input type="search" name="q" class="form-control" placeholder="Search">
<input type="hidden" name="sitesearch" value="https://staging.eclipse.org/kuksa/">
<span class="input-group-btn">
<button type="submit" class="btn btn-template-main"><i class="fa fa-search"></i></button>
</span>
</div>
</form>
</div>
</div>
<div class="panel panel-default sidebar-menu">
<div class="panel-heading">
<h3 class="panel-title">Categories</h3>
</div>
<div class="panel-body">
<ul class="nav nav-pills nav-stacked">
<li><a href="https://staging.eclipse.org/kuksa/categories/lorem">lorem (1)</a>
</li>
<li><a href="https://staging.eclipse.org/kuksa/categories/programming">programming (2)</a>
</li>
<li><a href="https://staging.eclipse.org/kuksa/categories/pseudo">pseudo (1)</a>
</li>
<li><a href="https://staging.eclipse.org/kuksa/categories/starting">starting (1)</a>
</li>
</ul>
</div>
</div>
<div class="panel sidebar-menu">
<div class="panel-heading">
<h3 class="panel-title">Tags</h3>
</div>
<div class="panel-body">
<ul class="tag-cloud">
<li><a href="https://staging.eclipse.org/kuksa/tags/go"><i class="fa fa-tags"></i> go</a>
</li>
<li><a href="https://staging.eclipse.org/kuksa/tags/golang"><i class="fa fa-tags"></i> golang</a>
</li>
<li><a href="https://staging.eclipse.org/kuksa/tags/hugo"><i class="fa fa-tags"></i> hugo</a>
</li>
<li><a href="https://staging.eclipse.org/kuksa/tags/ipsum"><i class="fa fa-tags"></i> ipsum</a>
</li>
<li><a href="https://staging.eclipse.org/kuksa/tags/programming"><i class="fa fa-tags"></i> programming</a>
</li>
<li><a href="https://staging.eclipse.org/kuksa/tags/theme"><i class="fa fa-tags"></i> theme</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="col-md-4 col-sm-6">
<h4>About us</h4>
Co-funded by the Horizon 2020 programme of the European Union
<hr class="hidden-md hidden-lg hidden-sm">
</div>
<div class="col-md-4 col-sm-6">
<h4>Recent posts</h4>
<div class="blog-entries">
<div class="item same-height-row clearfix">
<div class="image same-height-always">
<a href="https://staging.eclipse.org/kuksa/blog/2015/10/10/migrate-from-jekyll/">
<img src="https://staging.eclipse.org/kuksa/img/banners/banner-5.jpg" class="img-responsive" alt="Migrate from Jekyll">
</a>
</div>
<div class="name same-height-always">
<h5><a href="https://staging.eclipse.org/kuksa/blog/2015/10/10/migrate-from-jekyll/">Migrate from Jekyll</a></h5>
</div>
</div>
<div class="item same-height-row clearfix">
<div class="image same-height-always">
<a href="https://staging.eclipse.org/kuksa/blog/2015/10/02/linked-post/">
<img src="https://staging.eclipse.org/kuksa/img/banners/banner-4.jpg" class="img-responsive" alt="Linked post">
</a>
</div>
<div class="name same-height-always">
<h5><a href="https://staging.eclipse.org/kuksa/blog/2015/10/02/linked-post/">Linked post</a></h5>
</div>
</div>
<div class="item same-height-row clearfix">
<div class="image same-height-always">
<a href="https://staging.eclipse.org/kuksa/blog/2015/09/17/go-is-for-lovers/">
<img src="https://staging.eclipse.org/kuksa/img/banners/banner-2.jpg" class="img-responsive" alt="Go is for lovers">
</a>
</div>
<div class="name same-height-always">
<h5><a href="https://staging.eclipse.org/kuksa/blog/2015/09/17/go-is-for-lovers/">Go is for lovers</a></h5>
</div>
</div>
</div>
<hr class="hidden-md hidden-lg">
</div>
</div>
</footer>
<div id="copyright">
<div class="container">
<div class="col-md-12">
<p class="pull-left">Copyright © 2018 The Eclipse Foundation. All Rights Reserved.</p>
<p class="pull-right">
Template by <a href="http://bootstrapious.com/free-templates">Bootstrapious</a>.
Ported to Hugo by <a href="https://github.com/devcows/hugo-universal-theme">DevCows</a>
</p>
</div>
</div>
</div>
</div>
<script src="//code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0/jquery.counterup.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-parallax/1.1.3/jquery-parallax.js"></script>
<script src="//maps.googleapis.com/maps/api/js?v=3.exp"></script>
<script src="https://staging.eclipse.org/kuksa/js/hpneo.gmaps.js"></script>
<script src="https://staging.eclipse.org/kuksa/js/gmaps.init.js"></script>
<script src="https://staging.eclipse.org/kuksa/js/front.js"></script>
<script src="https://staging.eclipse.org/kuksa/js/owl.carousel.min.js"></script>
</body>
</html>