blob: 829e6c9297293c56a7a35c3bf373fa8e33f54062 (
plain)
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
|
TODO:
[] Look into multimarkdown support along with preprocessor for addin srcset to image tags
[] Install PHP for Adatptive images
[] Write out geojson data for natparks into site/projects/natparks/parkid
[] Redo template on natparks page to call new location
[] Update view fuction to add project name (for now just hard code it)
[] Build out page with all links, filter through them
[] Port Flickr code an add some image compression
[] Add support for srcset to handle high res screens
[] Use Adaptive Images to handle older posts
[] Make full build button work
[] build out entry aside model
[] Add JavaScript to dynamically build asides. maybe.
[] Create css for large image pages light and dark (should just need structural css, dark class name could be enough to work for large image dark pages.
---
Older Notes and ToDos
Currently caught in the middle between static_generator and build
Static generator is cleaner, but much of the build code is hard to port. Keep going back and rorth and so far neither works save for building the feed.
What I should do is refactor both into a single clean module with methods for building the things I need to be able to build:
# each section individually
* All Writing pages -- done
* All Photo -- done
* All Projects --done
* All Pages (about, contact, etc) -- done
# Everything needed to post a new entry...
* writing archives
* map
* homepage
* feed
* sitemap
# Individual pages that need periodic rebuilding
* feed -- done
* sitemap -- done
* map -- done
# The whole goddamn thing.
In build each model has a build function that calls all the routines necessary to build everything. I like that model, but then I need to expose those functions a bit more.
ToDo:
build out entry aside model
Add JavaScript to dynamically build asides. maybe.
create css for large image pages light and dark (should just need structural css, dark class name could be enough to work for large image dark pages.
|