From bd804b6aa7e846df94caaae85828e6445771e412 Mon Sep 17 00:00:00 2001 From: Tully Foote Date: Wed, 27 Oct 2021 23:46:33 -0700 Subject: [PATCH] embed discourse topics Fixes #5 Signed-off-by: Tully Foote --- content/css/blog.scss | 2 +- content/index.html | 56 +++------------------------------- layouts/_head.html.erb | 2 ++ layouts/blog/_sidebar.html.erb | 3 ++ 4 files changed, 11 insertions(+), 52 deletions(-) diff --git a/content/css/blog.scss b/content/css/blog.scss index 727df84..b42e030 100644 --- a/content/css/blog.scss +++ b/content/css/blog.scss @@ -192,7 +192,7 @@ p { } .blog-sidebar { - padding: 0 15px 70px 15px; + padding: 100px 15px 70px 15px; grid-column: 3 / 4; grid-row: 2 / 3; background-color: $white;//$gray-lighter; diff --git a/content/index.html b/content/index.html index b9d3a0f..dc38bac 100644 --- a/content/index.html +++ b/content/index.html @@ -159,60 +159,14 @@

Support

Recent Updates and Highlights

-
-

ROS 2 Rolling Ridley

-
-
-

The bleeding edge of ROS 2

-
- -
-

- It has been well over a - year - since we quietly rolled out the first rolling release for ROS 2 - under the codename Rolling Ridley. For those of you who are still - unfamiliar with our rolling release, it is our new approach to - synchronizing and releasing code. The ROS 2 Rolling Ridley release - is simply the bleeding edge of ROS 2 development delivered at a - regular cadence. Unlike our long term support (LTS) and off year - releases, the Rolling Ridley release is essentially a snapshot of - the most current branch of each ROS 2 repository. The advantage of - this approach it that it gives package developers and easy way to - keep up to date with all the new features that are constantly being - added to ROS 2. -

- READ MORE -
+ + +

Recent ROS Discourse Posts

-
-
-

micro-ROS Enabled Robot and Kinematics

-
- -
-
-
-

Nav 2 Composition

-
- -
-
-
-

REP-2008 RFC - ROS 2 Hardware Acceleration Architecture and Conventions

-
- -
+ +
diff --git a/layouts/_head.html.erb b/layouts/_head.html.erb index aabf024..3abc77a 100644 --- a/layouts/_head.html.erb +++ b/layouts/_head.html.erb @@ -23,6 +23,8 @@ href="https://www.ros.org/wp-content/uploads/2013/10/rosorg-favicon.png" type="image/x-icon" /> + + diff --git a/layouts/blog/_sidebar.html.erb b/layouts/blog/_sidebar.html.erb index 91eee16..50ef6ec 100644 --- a/layouts/blog/_sidebar.html.erb +++ b/layouts/blog/_sidebar.html.erb @@ -3,6 +3,9 @@
+

Recent ROS Discourse Posts

+ + <% sorted_articles.first(8).each do |recent_post| %>