-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes
101 lines (62 loc) · 2.66 KB
/
notes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
TODO
- hide 'answers' pages from contents
- use blog fragments on the main index page
- ie. splitting at <!-- more --> markers
- need a page squishing pass
- get back old scripts for page compression?
- tip jar / begging [half done]
- ideas for content:
- drawings / doodles
- icons i drew on RO
- old apps
- bring back Tristone content
- stick figures
- gostatic does not use the 'layout:' header.
DONE
- populate the 'tags' bit on the main index page
- possible within gostatic, or will it need some python?
- stop fractions appearing in markdown output [built custom gostatic binary]
- syntax highlighting - use pygments
- return to ARM highlighter [just re-used old one converted to python and integrated into highlightsyntax.py]
['monokai', 'manni', 'rrt', 'perldoc', 'borland', 'colorful', 'default', 'murphy', 'vs', 'trac', 'tango', 'fruity', 'autumn', 'bw', 'emacs', 'vim', 'pastie', 'friendly', 'native']
murphy - not good on dark bg
with no cache:
dave@macbook ~/Dropbox/Projects/blog.gostatic $ time gostatic -f ./config
Rendering 248 changed pages of 248 total
real 0m23.400s
user 0m14.881s
sys 0m5.468s
with cache enabled:
dave@macbook ~/Dropbox/Projects/blog.gostatic $ time gostatic -f ./config
Rendering 248 changed pages of 248 total
real 0m11.917s
user 0m6.180s
sys 0m3.432s
- navigation for the arm courses
- dropdown rather than flippers or what?
- [done] simple text next/prev flippers
- 'recent posts'
- sorted list on the main index page [done, but check sorting]
- large scale slides
- [abandoned], didn't look right: content would need re-formatting for the 'smaller' amount of space
- reset.css
- needed?
- remove/abandon adverts
- tags in nav bar ordered correctly?
- need to check that these are in a sensible order. they don't look alphabetic to me.
- ive made the arm pages use # ## and ### for headings but the other pages still have to use ### ####
- need to wrap the other pages in section tags
- [done] i think
- ensure page icons are consistent
- photofiler => camera, privateeye => search, etc.
- add google analytics meta header
- make all images a multiple of 20px high
[tried, gave up]
- re-link up the large versions of images
[later, maybe]
- sync motionmasks page with github version of the same
- need an index for the ARM courses
- tags page alone is not sufficient
.Url $.Url what's the difference?
{{ .Rel "favicon.ico" }} -- relative path to favicon.ico from here
{{ $.Rel .Url }} -- when in a range, "$.foo" runs the func foo on the outer scope. so this outputs the relative path to URL from the outer scope.