| layout |
page |
| title |
Ubuntu Related |
| permalink |
/ubuntu/ |
| description |
Using the Ubuntu operating system to develop software. |
{% for post in site.posts %}
{% if post.meta contains 'ubuntu' %}
•
{{ post.date | date: "%b %-d, %Y" }}
{{ post.excerpt | remove: '<p>' | remove: '</p>' }} <br/><span class="fi-page"></span> <a href="{{ post.url | prepend: site.baseurl }}">Read More...</a>
{% endif %}
{% endfor %}
{% include signup.html %}