Skip to content

Commit a8dd414

Browse files
committed
Added an announcement post
1 parent 8631bd4 commit a8dd414

7 files changed

Lines changed: 14 additions & 41 deletions

File tree

_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ exclude:
3434
timezone: Europe/Berlin
3535
defaults:
3636
- scope:
37-
path: _showcases
37+
path: _posts
3838
type: posts
3939
values:
4040
layout: post
41-
sectionid: showcases
41+
sectionid: posts
4242

4343
- scope:
4444
path: _docs
@@ -56,7 +56,7 @@ collections:
5656
tutorials:
5757
permalink: /:collection/:path/
5858
output: true
59-
showcases:
60-
# permalink: /blog/:year/:month/:day/:title/
61-
permalink: /:collection/:path/
59+
posts:
60+
permalink: /blog/:year/:month/:day/:title/
61+
# permalink: /:collection/:path/
6262
output: true

_data/authors.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lui3si:
2+
twitter: ingoluetkebohle

_docs/tutorials.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ title: Tutorials
33
permalink: /docs/tutorials/
44
---
55

6-
# Tutorials
7-
86
content to be added by all

_includes/topnav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div id="navbar" class="collapse navbar-collapse">
1515
<ul class="nav navbar-nav">
1616
<li {% if page.sectionid=='docs' %} class="active" {% endif %}><a href="{{ "/docs/home/" | prepend: site.baseurl }}">Docs</a></li>
17-
<li {% if page.sectionid=='showcases' %} class="active" {% endif %}><a href="{{ site.posts.first.url | prepend: site.baseurl }}">Show Cases</a></li>
17+
<li {% if page.sectionid=='posts' %} class="active" {% endif %}><a href="{{ site.posts.first.url | prepend: site.baseurl }}">Show Cases</a></li>
1818
</ul>
1919
<div class="navbar-right">
2020
<form class="navbar-form navbar-left">

_posts/2019-02-26-site-revamped.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "microROS site re-organized, tutorials added"
3+
author: lui3si
4+
---
5+
6+
Previously we had documentation in three different repos, which was a bit confusing. So, now, we've brought everything together and you can just browse the [docs](/docs/home) section!

_showcases/2017-02-01-welcome-to-jekyll.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

_showcases/2017-05-03-jekyll-doc-theme.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)