/ basant / raw / Website.wiki
Website.wiki
 1  %title Building my own Static Site Generator
 2  :meta:dev:web:
 3  
 4  = 090222 =
 5  Everything is really coming together now, and I could launch if I wanted to. There's still the whole footer and header things that needs attention. There's one outstanding bug about empty list items for things that get filtered. A 404 page would be nice. But I'm pretty happy with the way most of it looks. It's not perfect by any means currently, but it's good enough to go now and that makes me happy. I'm getting closer to calling it 'finished', but I'm also running out of energy on this project. There's still a bunch of maintanence things that need to happen also, like being able to grab and build in one step (that's the big one tbh), and maybe packaging up the application nicely so it's all one module, but I'm still not entirely sure how to do that yet. I should maybe link my resume somewhere too I guess? 
 6  
 7  = 030222 = 
 8  Getting ready to launch, a few outstanding bugs I'm still ironing out, and then there will be lots of pages that need fixing up 
 9  
10  = 010222 = 
11  So finally getting to the point where pages build correctly, links are working the way I expect, and we can move around the pages within the web browser. There's still a lot of formatting work to be done on styling, and a `splash` page as well as `home` page that add some flavor and direction to my website. also *a ton* of pages need to be tidied up. wondering how to link the `created_index` page? 
12  
13  = 300122 =
14  Also need to parse these pages better. In particular = stuff not being parsed well to form the title, and markdown expects 2 line breaks before it'll show a new line, which might be a little tricky-er. 
15  
16  There's a huge collection of half done things currently going on, and so many other things I'm going to have to re-write... 
17  Also remember to consult [[hyperplane]] because it has a bunch of notes on it about how this process works. Here I'm specifically trying to deal with templating issues, and I don't quite have the full system in my head right now 
18  
19  = Tasks | +website pro:dev =
20  - [x] use pandoc to convert Vimwiki markdown into regular ass markdown
21  - [ ] Fix entry['title'] not showing up on untagged_index.html
22  - [x] Sometimes links don't get parsed correctly and their filename shows up instead of the title
23  - [x] fix tag_index page
24  - [ ] generate backlinks for pages through VimZettel
25  	- [ ] Use back links in footer
26  - [ ] Create a real header... 
27  - [ ] sealight not being imported
28  - [ ] import current blog entries
29  - [ ] create art tag, and add it to the list
30  - [ ] 404 page
31  - [x] create a list of all the pages with no tags
32  - [x] change the index link to point to a list of all tags
33  - [x] fix filtering