Skip to content

Commit 3fdbfd9

Browse files
authored
Merge branch 'main' into ahpook/misc-fixups
2 parents 7115aa7 + 149a8d6 commit 3fdbfd9

File tree

8 files changed

+34
-3
lines changed

8 files changed

+34
-3
lines changed

.github/workflows/topic-commenter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Topic PR Commenter
22

3+
# this workflow is failing due to permissions problems
4+
# until we can fix it with a better bot, i'll preserve
5+
# the code but make it so it never matches a real path
36
on:
47
pull_request:
58
paths:
6-
- 'topics/**'
9+
- 'ENOSUCHPATH'
710

811
permissions:
912
contents: read

collections/pixel-art-tools/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ items:
1515
- PixiEditor/PixiEditor
1616
- Kully/pixel-paint
1717
- pixa-pics/pixa-pics.github.io
18+
- Mateusz-Nejman/Pixed
1819
display_name: Pixel Art Tools
1920
created_by: leereilly
2021
image: pixel-art-tools.png

topics/factorio/factorio.png

4.63 KB
Loading

topics/factorio/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ created_by: Wube Software
33
display_name: Factorio
44
logo: factorio.png
55
github_url: https://github.com/wube
6-
short_description: Factorio is a game of building factories on an alien planet.
6+
short_description: Factorio is a game in which you build and maintain factories.
77
released: August 14, 2020
88
url: https://www.factorio.com/
99
topic: factorio
1010
wikipedia_url: https://en.wikipedia.org/wiki/Factorio
1111
---
12-
Factorio is a 2d game in which the player explores an alien planet, mines resources, builds structures, moves resources using machines, conveyor belts, trains, and other methods, fights enemies, and tries to launch a rocket to space. The game supports mods written using Lua.
12+
Factorio is a game in which you build and maintain factories. You will be mining resources, researching technologies, building infrastructure, automating production and fighting enemies. Add mods to increase your enjoyment, from small tweak and helper mods to complete game overhauls, Factorio's ground-up Modding support has allowed content creators from around the world to design interesting and innovative features. The game runs on Microsoft Windows, macOS and Linux.

topics/llm/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
aliases: large-language-model, llms
3+
display_name: Large Language Model
4+
logo: llm.png
5+
related: machine-learning, artificial-intelligence, transformers, natural-language-processing, generative-ai
6+
short_description: Machine learning models trained on vast amounts of text data to understand and generate human-like language.
7+
topic: llm
8+
wikipedia_url: https://en.wikipedia.org/wiki/Large_language_model
9+
---
10+
A large language model (LLM) is a type of machine learning model designed for understanding, generating, and interacting with human language. These models are trained on extensive datasets containing text from books, articles, websites, and other sources to learn patterns, context, and semantics in language. LLMs are widely used in applications like chatbots, code generation, translation, summarization, and more. They are often built using transformer architectures and are central to the field of generative AI.

topics/llm/llm.png

73 KB
Loading

topics/open-props/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
aliases: openprops, open props
3+
created_by: Adam Argyle
4+
display_name: Open Props
5+
github_url: https://github.com/argyleink/open-props
6+
logo: open-props.png
7+
released: November 30, 2021
8+
short_description: CSS custom properties to help accelerate adaptive and consistent design.
9+
topic: open-props
10+
url: https://open-props.style/
11+
related: tailwind, css-framework, css-layout, css-reset, responsive-design, media-queries
12+
---
13+
**Open Props** is a comprehensive design system of custom variables created by Adam Argyle that offers expertly crafted web design tokens for animations, borders, colors, shadows, and many more design elements that easily works in any project helping in the creation of beautiful and consistent UI.
14+
15+
It is compatible with tailwind and any frontend framework, is customizable, with predictable name conventions and provides a great and harmonious developer experience. Quite easy to integrate and incrementally adoptable, very much worth to check it out for quick prototyping and full fledge projects.
16+
17+
Also features options to import it from CDN, NPM or CLI, works with CSS-In-JS, CSS modules, PostCSS-JIT-Props, can be loaded from JS, has a very thoughtful normalize script with options to light/dark theming, has VScode and Sublime autocomplete...

topics/open-props/open-props.png

10.8 KB
Loading

0 commit comments

Comments
 (0)