Browse Source

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

Thomas Buck 3 years ago
parent
commit
21cc9d466d

+ 1
- 0
input/blog/2015/2015_08_31_otaclock.md View File

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

+ 1
- 0
input/blog/2015/2015_12_20_serialgamepad.md View File

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

+ 1
- 0
input/blog/2016/2016_05_03_yasavum.md View File

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

+ 1
- 0
input/blog/2016/2016_05_25_spacenav_plus.md View File

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

+ 1
- 0
input/blog/2016/2016_07_24_usb_host_cppm.md View File

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

+ 1
- 0
input/blog/2016/2016_11_05_frsky_telemetry.md View File

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

+ 2
- 0
input/projects.md View File

20
 mpages.sort(key=lambda p: [int(p.get("position", "999"))])
20
 mpages.sort(key=lambda p: [int(p.get("position", "999"))])
21
 for p in mpages:
21
 for p in mpages:
22
     print "  * **[%s](%s)**" % (p.title, p.url)
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
 dpages = [p for p in enpages if p.get("date", "") != ""]
26
 dpages = [p for p in enpages if p.get("date", "") != ""]
25
 mpages = [p for p in dpages if any(x in p.get("parent", "") for x in [ 'projects', 'stuff' ])]
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 View File

13
 mpages.sort(key=lambda p: int(p["position"]))
13
 mpages.sort(key=lambda p: int(p["position"]))
14
 for p in mpages:
14
 for p in mpages:
15
     print "  * **[%s](%s)**" % (p.title, p.url) # markdown list item
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
 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).
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 View File

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

+ 2
- 0
input/stuff/xyrobot.md View File

22
 mpages.sort(key=lambda p: int(p["position"]))
22
 mpages.sort(key=lambda p: int(p["position"]))
23
 for p in mpages:
23
 for p in mpages:
24
     print "  * **[%s](%s)**" % (p.title, p.url) # markdown list item
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
 Now some pictures:
29
 Now some pictures:

Loading…
Cancel
Save