Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
reproducible-website
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Reproducible Builds
reproducible-website
Commits
cdaaaaaa
Commit
cdaaaaaa
authored
Jun 21, 2019
by
Chris Lamb
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add reports to the homepage. (Closes:
#16
)
parent
b5505200
Pipeline
#51726
passed with stage
in 2 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
index.md
index.md
+4
-6
No files found.
index.md
View file @
cdaaaaaa
...
...
@@ -80,14 +80,12 @@ Learn more about [how to make your software build reproducibly…]({{ "/docs" |
## News
<ul
class=
"list-unstyled"
>
{% assign by_week = site.blog | sort: "week" | reverse %}
{% for page in by_week limit: 2 %}
{% if page.published %}
{% assign reports = site.reports | sort: 'year, month' | where: 'draft', 'false' | reverse %}
{% for x in reports limit: 2 %}
<li>
<span
class=
"text-muted"
>
{{
page
.published | date: "%b %-d, %Y" }}
</span>
:
<a
href=
"{{
"
/
blog
/
posts
/"
|
append:
page
.
week
|
append:
"/"
|
prepend:
site
.
baseurl
}}"
>
Reproducible Builds: Weekly report #{{ page.week
}}
</a>
<span
class=
"text-muted"
>
{{
x
.published | date: "%b %-d, %Y" }}
</span>
:
<a
href=
"{{
x.url | prepend: site.baseurl }}"
>
{{ x.title
}}
</a>
</li>
{% endif %}
{% endfor %}
{% for post in site.posts limit: 3 %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment