mirror of
https://github.com/pybricks/pybricks-projects.git
synced 2026-09-15 02:52:41 +00:00
sets: drop permalink
Jekyll will automatically figure out the url from the file path so we don't need to manually specify the permalink in every file. Also requires renaming the files to index.md to make it work correctly.
This commit is contained in:
-1
@@ -1,5 +1,4 @@
|
||||
---
|
||||
permalink: /projects/sets/boost/creative-toolbox/auto-builder/
|
||||
title: "LEGO Boost Auto Builder"
|
||||
maintainer:
|
||||
user: "pybricks"
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
permalink: /projects/sets/boost/creative-toolbox/
|
||||
title: "17101: Creative Toolbox"
|
||||
image:
|
||||
local: "creative-toolbox.jpg"
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
permalink: /projects/sets/boost/droid-commander/
|
||||
title: "75253: Star Wars™ BOOST Droid Commander"
|
||||
image:
|
||||
local: "droid-commander.jpg"
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
permalink: /projects/sets/boost/droid-commander/r2-d2/
|
||||
title: "LEGO® Star Wars™ BOOST Droid Commander R2-D2"
|
||||
maintainer:
|
||||
user: "pybricks"
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
permalink: /projects/sets/boost/
|
||||
title: "LEGO BOOST"
|
||||
layout: theme
|
||||
description: "Theme description"
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
permalink: /projects/sets/city/60198-cargo-train/
|
||||
title: "Cargo train"
|
||||
image:
|
||||
local: "60198-cargo-train.jpg"
|
||||
-1
@@ -1,5 +1,4 @@
|
||||
---
|
||||
permalink: /projects/sets/city/60198-cargo-train/slope-detection/
|
||||
title: "Train slope detection"
|
||||
maintainer:
|
||||
user: "pybricks"
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
permalink: /projects/sets/city/
|
||||
title: "LEGO City"
|
||||
layout: theme
|
||||
description: "Theme description"
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
permalink: /projects/sets/mindstorms/
|
||||
title: "LEGO MINDSTORMS"
|
||||
layout: theme
|
||||
description: "Theme description"
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
permalink: /projects/sets/mindstorms/robot-inventor/
|
||||
title: "51515: Robot Inventor"
|
||||
image:
|
||||
local: "robot-inventor.jpg"
|
||||
-1
@@ -1,5 +1,4 @@
|
||||
---
|
||||
permalink: /projects/sets/mindstorms/robot-inventor/steerbot/
|
||||
title: "Steer Bot"
|
||||
maintainer:
|
||||
user: "GusJansson"
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
permalink: /projects/sets/spike/
|
||||
title: "LEGO Education SPIKE"
|
||||
layout: theme
|
||||
description: "Theme description"
|
||||
-1
@@ -1,5 +1,4 @@
|
||||
---
|
||||
permalink: /projects/sets/technic/42099-off-roader/driving/
|
||||
title: "42099: Technic Off-Roader: Driving"
|
||||
maintainer:
|
||||
user: "pybricks"
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
permalink: /projects/sets/technic/42099-off-roader/
|
||||
title: "42099: 4X4 X-treme Off-Roader"
|
||||
image:
|
||||
local: "42099-off-roader.jpg"
|
||||
+1
-2
@@ -1,5 +1,4 @@
|
||||
---
|
||||
permalink: /projects/sets/technic/42099-off-roader/keyboard-remote/
|
||||
title: "42099: Technic Off-Roader: Keyboard Remote"
|
||||
maintainer:
|
||||
user: "pybricks"
|
||||
@@ -18,7 +17,7 @@ Your MicroPython programs can produce *output* using the `print` command, but
|
||||
it can also read *input*. To enter input, just click on the terminal window
|
||||
and press some keys.
|
||||
|
||||

|
||||

|
||||
|
||||
You can read keyboard presses using `stdin`, as shown in the example below.
|
||||
Then you can make your program choose different behaviors based on which key
|
||||
-1
@@ -1,5 +1,4 @@
|
||||
---
|
||||
permalink: /projects/sets/technic/42099-off-roader/obstacle-avoidance/
|
||||
title: "42099: Technic Off-Roader: Obstacle Avoidance"
|
||||
maintainer:
|
||||
user: "pybricks"
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
permalink: /projects/sets/technic/
|
||||
title: "LEGO Technic"
|
||||
layout: theme
|
||||
description: "Theme description"
|
||||
Reference in New Issue
Block a user