This repository was archived by the owner on Mar 26, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 12
add custom search + embed planeteclipse.org posts #193
Merged
chrisguindon
merged 11 commits into
EclipseFdn:master
from
chrisguindon:cguindon/master/updates
Dec 8, 2021
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
621ee86
add custom search + embed planeteclipse posts
chrisguindon af0a31b
fix conflicts
chrisguindon c23f87f
merge blogs posts into the same list
chrisguindon b1b282b
update nodejs
chrisguindon e1372e0
update nodejs
chrisguindon d7e7a08
fix regression
chrisguindon b094d21
update blogs on homepage
chrisguindon f27028e
update blogs on homepage
chrisguindon 0dea6b4
display blogs posts from multiple sources
chrisguindon 159c74a
display blogs posts from multiple sources
chrisguindon f236037
display blogs posts from multiple sources
chrisguindon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,13 @@ | ||
| --- | ||
| title: "Blogs" | ||
| description: "Useful resources to learn more about Eclipse Cloud DevTools" | ||
| headline: "Blogs" | ||
| jumbotron_bg_class: "featured-jumbotron-sub-pages header-projects-bg-img" | ||
| icon: "file-text" | ||
| layout: "resources-sub-section" | ||
| title: Blogs | ||
| description: Useful resources to learn more about Eclipse Cloud DevTools | ||
| headline: Blogs | ||
| jumbotron_bg_class: featured-jumbotron-sub-pages header-projects-bg-img | ||
| icon: file-text | ||
| layout: resources-sub-section | ||
| weight: 5 | ||
| hide_sidebar: true | ||
| --- | ||
| lastmod: '2021-12-06T16:41:08.491Z' | ||
| layout: "single" | ||
| --- | ||
|
|
||
| {{< solstice_rss_blog_list urls="/resources/blogs/index.xml,https://planeteclipse.org/planet/ecdtools.xml">}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| title: "Search" | ||
| date: 2021-11-17T16:09:45-04:00 | ||
| --- | ||
| {{< search_results >}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| {{#items}} | ||
| <p class="whats-new-date">{{#formatDate}}{{date}}{{/formatDate}}</p> | ||
| <h4 class="whats-new-title"><a href="{{ link }}">{{ title }}</a></h4> | ||
| <p class="whats-new-description">{{summary}}</p> | ||
| {{/items}} |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| <!-- | ||
| Copyright (c) 2018 Eclipse Foundation, Inc. | ||
| This program and the accompanying materials are made available under the | ||
| terms of the Eclipse Public License v. 2.0 which is available at | ||
| http://www.eclipse.org/legal/epl-2.0. | ||
| Contributors: | ||
| Christopher Guindon <chris.guindon@eclipse-foundation.org> | ||
| SPDX-License-Identifier: EPL-2.0 | ||
| --> | ||
|
|
||
| {{- if hasPrefix .File.Dir "resources/blogs/" }} | ||
| <aside class="subpage-sidebar"> | ||
| <h3>Community Posts</h3> | ||
| <p> | ||
| In order to add your blog post, you must add your blog to | ||
| <a href="https://planeteclipse.org/planet/">planeteclipse.org</a>. | ||
| This section includes all the post from | ||
| <a href="https://planeteclipse.org/planet/">planeteclipse.org</a> with the | ||
| <strong>ECDTools</strong> tag. | ||
| </p> | ||
| </aside> | ||
| {{- end }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm assuming you're adding this here since you're making changes to ECDtools?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be using our shortcode for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any conflicts?