Skip to content

Commit 8df53fe

Browse files
authored
Merge branch 'github:main' into saas
2 parents 2ade222 + 2a89240 commit 8df53fe

File tree

44 files changed

+220
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+220
-49
lines changed

.github/workflows/jekyll_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/configure-pages@v3
3434

3535
- name: 🔨 install dependencies & build site
36-
uses: actions/[email protected].8
36+
uses: actions/[email protected].9
3737

3838
- name: ⚡️ upload artifact
3939
uses: actions/upload-pages-artifact@v2

collections/devops-tools/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ items:
4141
- devtron-labs/devtron
4242
- livecycle/preevy
4343
- cloudposse/atmos
44+
- axem-solutions/dem
4445

4546
display_name: DevOps tools
4647
---

collections/internet-censorship-circumventions/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
items:
3-
- Dreamacro/clash
43
- Psiphon-Inc/psiphon
54
- getlantern/lantern
65
- shadowsocks/shadowsocks

collections/javascript-game-engines/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ items:
2222
- Cloud9c/taro
2323
- replit/kaboom
2424
- straker/kontra
25-
- jay19240/Haiku
2625
display_name: JavaScript Game Engines
2726
created_by: leereilly
2827
---

collections/learn-to-code/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
items:
3-
- 30-seconds/30-seconds-of-code
3+
- Chalarangelo/30-seconds-of-code
44
- railsgirls/guides.railsgirls.com
55
- railsbridge/docs
66
- freeCodeCamp/freeCodeCamp

collections/release-radar-2018-12/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ items:
77
- SpaceVim/SpaceVim
88
- briangonzalez/rgbaster.js
99
- Kong/kong
10-
- https://flutter.io/
11-
- http://fishshell.com/
10+
- https://flutter.dev/
11+
- https://fishshell.com/
1212
- https://developer.nvidia.com/physx-sdk
1313
display_name: Release Radar · December 2018
1414
created_by: leereilly

feed.json.liquid

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ permalink: feed.json
3232
],
3333
"topics": [
3434
{% for topic in topics %}
35+
{% assign related = topic.related | split: ', ' %}
36+
{% assign aliases = topic.aliases | split: ', ' %}
3537
{
3638
"topic_name": {{ topic.topic | jsonify }},
3739
"created_by": {{ topic.created_by | jsonify }},
@@ -47,12 +49,12 @@ permalink: feed.json
4749
"url": "{{ site.url }}{{ topic.url | remove_first: "/index.html" }}",
4850
"wikipedia_url": {{ topic.wikipedia_url | jsonify }},
4951
"related": [
50-
{% for related_topic in topic.related %}
52+
{% for related_topic in related %}
5153
"{{ related_topic }}"{% unless forloop.last == true %},{% endunless %}
5254
{% endfor %}
5355
],
5456
"aliases": [
55-
{% for alias in topic.aliases %}
57+
{% for alias in aliases %}
5658
"{{ alias }}"{% unless forloop.last == true %},{% endunless %}
5759
{% endfor %}
5860
],

topics/climate-change-mitigation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ created_by: Humanity
44
display_name: Climate change mitigation
55
github_url: https://github.com/topics/climate-change-mitigation
66
logo: climate-change-mitigation.png
7-
related: climate-change, climate-change-adaptation, clean-energy, energy-conservation, agriculture-and-industry, carbon-sequestration
7+
related: climate-change, climate-change-adaptation, clean-energy, energy-conservation, carbon-sequestration
88
short_description: Reducing emissions of and stabilizing the levels of heat-trapping greenhouse gases in the atmosphere.
99
topic: climate-change-mitigation
1010
url: https://climate.nasa.gov/solutions/adaptation-mitigation/

topics/clu/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
created_by: Barbara Liskov et al.
3+
display_name: CLU
4+
released: 1975
5+
short_description: CLU was the first implemented programming language to provide direct linguistic support for data abstraction.
6+
topic: clu
7+
url: https://pmg.csail.mit.edu/CLU.html
8+
wikipedia_url: https://en.wikipedia.org/wiki/CLU_(programming_language)
9+
---
10+
CLU was the first implemented programming language to provide direct linguistic support for data abstraction. CLU contains a number of other interesting and influential features, including checked exceptions, iterators, and parametric polymorphism.

topics/ember/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ short_description: Ember is a framework for creating web applications.
99
topic: ember
1010
url: https://www.emberjs.com/
1111
wikipedia_url: https://en.wikipedia.org/wiki/Ember.js
12+
related: javascript, angular, vue, react, svelte, backbone
1213
---
1314
Ember is a JavaScript framework that uses a Component <-> Service approach to building applications. It is mainly used to build web-based applications, but can also be ported over to build desktop applications.

0 commit comments

Comments
 (0)