view community-news.md @ 82:bc79072a8169 kai

Update README with suggestion for future deployment.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 17 Oct 2016 18:34:14 +0200
parents 333306af2e72
children 1752b8520622
line wrap: on
line source

---
layout: NULL
---
<!--

This is the community news page for Octave.  It is displayed in the
"Community News" display area of the Octave GUI.  It should not have
the usual page header that other pages on the Octave web site have.
The following string must be present for Octave to recognize and
display this page as the comunity news page:

  this-is-the-gnu-octave-community-news-page
  community-news-page-serial=6

-->

<html>
<head>
<title>Octave Community News</title>
<style TYPE="text/css">
<!--
body {
}
-->
</style>
</head>
<body>

{% for post in site.posts limit:3 %}
<h2><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h2>
<p>
{{ post.excerpt }}
</p>
<p>
<small><em>&mdash; The Octave Developers, {{ post.date | date: "%b %-d, %Y" }}</em></small>
</p>
{% endfor %}

</body>
</html>