Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Drop errant parens.
· f25f0cff
Chris Lamb
authored
Dec 22, 2018
f25f0cff
Migrate news entries to new style.
· a0c586c5
Chris Lamb
authored
Dec 22, 2018
a0c586c5
Show whitespace changes
Inline
Side-by-side
_layouts/new/post.html
0 → 100644
View file @
a0c586c5
---
layout: new/default
---
<p>
←
<a
href=
"{{ "
/
news
/"
|
prepend:
site.baseurl
}}"
>
View all news
</a></p>
<h1><a
href=
"{{ page.url }}"
>
{{ page.title }}
</a></h1>
<p
class=
"text-muted"
>
{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}
</p>
{{ content }}
_layouts/post.html
deleted
100644 → 0
View file @
efab7878
---
layout: default
---
<div
class=
"post"
>
<header
class=
"post-header"
>
<div
class=
"row"
>
<div
class=
"four columns"
>
<p
class=
"meta"
>
{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}
</p>
</div>
<div
class=
"eight columns"
>
<h1>
{{ page.title }}
</h1>
</div>
</div>
</header>
<article
class=
"post-content"
>
<div
class=
"row"
>
<div
class=
"four columns"
>
</div>
<div
class=
"eight columns text"
>
{{ content }}
</div>
</article>
</div>
_posts/2015-10-16-new-homepage.markdown
View file @
a0c586c5
---
layout
:
post
layout
:
new/
post
title
:
"
A
new
homepage"
date
:
2015-10-16 14:06:41
categories
:
org
...
...
_posts/2016-04-30-weekly-news.markdown
View file @
a0c586c5
---
layout
:
post
layout
:
new/
post
title
:
"
Reproducible
weekly
news"
date
:
2016-04-30 09:23:42
categories
:
org
...
...
_posts/2016-12-06-reproducible-builds-berlin-meeting.markdown
View file @
a0c586c5
---
layout
:
post
layout
:
new/
post
title
:
"
Reproducible
Builds
Berlin
meeting"
date
:
2016-12-13 09:23:42
categories
:
org
...
...
_posts/2017-05-03-reproduciing-r-packages.markdown
View file @
a0c586c5
---
layout
:
post
layout
:
new/
post
title
:
"
Reproducing
R
packages"
date
:
2017-05-03 12:37:58
---
...
...
_posts/2017-05-05-reproducible-builds-hamburg-hackathon.markdown
View file @
a0c586c5
---
layout
:
post
layout
:
new/
post
title
:
"
Reproducible
Builds
Hamburg
Hackathon"
date
:
2017-05-05 13:37:42
categories
:
org
...
...
_posts/2017-10-30-reproducible-builds-berlin-meeting.markdown
View file @
a0c586c5
---
layout
:
post
layout
:
new/
post
title
:
"
Reproducible
Builds
Berlin
meeting"
date
:
2017-10-30 09:23:42
categories
:
org
...
...
_posts/2018-04-24-reproducible-builds-logo-and-styleguide.markdown
View file @
a0c586c5
---
layout
:
post
layout
:
new/
post
title
:
"
Reproducible
Builds
logo
and
styleguide"
date
:
2018-04-24 23:42:23
categories
:
org
...
...
_posts/2018-09-13-reproducible-builds-paris-meeting.markdown
View file @
a0c586c5
---
layout
:
post
layout
:
new/
post
title
:
"
Reproducible
Builds
Paris
meeting"
date
:
2018-09-13 18:37:42
categories
:
org
...
...
_posts/2018-11-08-reproducible-builds-joins-software-freedom-concervancy.md
View file @
a0c586c5
---
layout
:
post
layout
:
new/
post
title
:
"
Reproducible
Builds
joins
the
Software
Freedom
Conservancy"
date
:
2018-11-08 13:00:00
categories
:
org
...
...
news.md
View file @
a0c586c5
...
...
@@ -17,7 +17,7 @@ order: 7
{{ post.excerpt }}
<a
href=
"
(
{{ post.url | prepend: site.baseurl }}"
class=
"btn btn-outline-primary"
>
<a
href=
"{{ post.url | prepend: site.baseurl }}"
class=
"btn btn-outline-primary"
>
Read more…
</a>
{% endfor %}