瀏覽代碼

add some descriptions and print them on 3d printing, un-dated projects and xyrobot pages as well.

Thomas Buck 3 年之前
父節點
當前提交
21cc9d466d

+ 1
- 0
input/blog/2015/2015_08_31_otaclock.md 查看文件

@@ -1,5 +1,6 @@
1 1
 title: Blog
2 2
 post: OtaClock for Mac OS X
3
+description: Old Windows Metal Gear Solid 2 utility for modern Macs
3 4
 date: 2015-08-31
4 5
 comments: true
5 6
 flattr: true

+ 1
- 0
input/blog/2015/2015_12_20_serialgamepad.md 查看文件

@@ -1,5 +1,6 @@
1 1
 title: Blog
2 2
 post: Flysky Mac OS X joystick driver
3
+description: Using cheap RC remotes with PC simulators
3 4
 date: 2015-12-20
4 5
 comments: true
5 6
 flattr: true

+ 1
- 0
input/blog/2016/2016_05_03_yasavum.md 查看文件

@@ -1,5 +1,6 @@
1 1
 title: Blog
2 2
 post: YASAVUM - Yet another simple Arduino VU meter
3
+description: Simple MSGEQ7 stereo audio visualizer
3 4
 date: 2016-05-03
4 5
 comments: true
5 6
 flattr: true

+ 1
- 0
input/blog/2016/2016_05_25_spacenav_plus.md 查看文件

@@ -1,5 +1,6 @@
1 1
 title: Blog
2 2
 post: Spacenav-Plus for Mac OS X
3
+description: Fork of Linux driver and added software support
3 4
 date: 2016-05-25
4 5
 comments: true
5 6
 flattr: true

+ 1
- 0
input/blog/2016/2016_07_24_usb_host_cppm.md 查看文件

@@ -1,5 +1,6 @@
1 1
 title: Blog
2 2
 post: Arduino USB Host CPPM
3
+description: Controlling quadcopter with USB joystick
3 4
 date: 2016-07-24
4 5
 comments: true
5 6
 flattr: true

+ 1
- 0
input/blog/2016/2016_11_05_frsky_telemetry.md 查看文件

@@ -1,5 +1,6 @@
1 1
 title: Blog
2 2
 post: Arduino FrSky Telemetry
3
+description: Custom telemetry display for cheap RC remotes
3 4
 date: 2016-11-05
4 5
 comments: true
5 6
 flattr: true

+ 2
- 0
input/projects.md 查看文件

@@ -20,6 +20,8 @@ mpages = [p for p in dpages if any(x in p.get("parent", "") for x in [ 'projects
20 20
 mpages.sort(key=lambda p: [int(p.get("position", "999"))])
21 21
 for p in mpages:
22 22
     print "  * **[%s](%s)**" % (p.title, p.url)
23
+    if p.get("description", "") != "":
24
+        print "<br><span class=\"listdesc\">" + p.get("description", "") + "</span>"
23 25
 
24 26
 dpages = [p for p in enpages if p.get("date", "") != ""]
25 27
 mpages = [p for p in dpages if any(x in p.get("parent", "") for x in [ 'projects', 'stuff' ])]

+ 2
- 0
input/projects/3d-printing.md 查看文件

@@ -13,6 +13,8 @@ mpages = [p for p in pages if p.get("parent", "") == "3d-printing" and p.lang ==
13 13
 mpages.sort(key=lambda p: int(p["position"]))
14 14
 for p in mpages:
15 15
     print "  * **[%s](%s)**" % (p.title, p.url) # markdown list item
16
+    if p.get("description", "") != "":
17
+        print "<br><span class=\"listdesc\">" + p.get("description", "") + "</span>"
16 18
 %-->
17 19
 
18 20
 If you're interested in my 3D print designs, take a look [at my Thingiverse account](https://www.thingiverse.com/xythobuz/designs) or my [Git Repository](https://git.xythobuz.de/thomas/3d-print-designs).

+ 1
- 0
input/stuff/archive.md 查看文件

@@ -1,4 +1,5 @@
1 1
 title: File Archive
2
+description: Some files mirrored for archival purposes
2 3
 parent: stuff
3 4
 position: 1000
4 5
 ---

+ 2
- 0
input/stuff/xyrobot.md 查看文件

@@ -22,6 +22,8 @@ mpages = [p for p in pages if p.get("parent", "") == "xyrobot" and p.lang == "en
22 22
 mpages.sort(key=lambda p: int(p["position"]))
23 23
 for p in mpages:
24 24
     print "  * **[%s](%s)**" % (p.title, p.url) # markdown list item
25
+    if p.get("description", "") != "":
26
+        print "<br><span class=\"listdesc\">" + p.get("description", "") + "</span>"
25 27
 %-->
26 28
 
27 29
 Now some pictures:

Loading…
取消
儲存