/ vimwiki / Website.wiki
Website.wiki
 1  %title Building my own Static Site Generator
 2  :meta:dev:web:archive:
 3  %date 2022-01-20
 4  %update 2023-12-15 01:24
 5  
 6  = 090222 =
 7  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? 
 8  
 9  = 030222 = 
10  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 
11  
12  = 010222 = 
13  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? 
14  
15  = 300122 =
16  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. 
17  
18  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... 
19  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 
20  
21  = Tasks | +website pro:dev =
22  - [x] use pandoc to convert Vimwiki markdown into regular ass markdown
23  - [ ] Fix entry['title'] not showing up on untagged_index.html
24  - [x] Sometimes links don't get parsed correctly and their filename shows up instead of the title
25  - [x] fix tag_index page
26  - [ ] generate backlinks for pages through VimZettel
27  	- [ ] Use back links in footer
28  - [ ] Create a real header... 
29  - [ ] sealight not being imported
30  - [ ] import current blog entries
31  - [ ] create art tag, and add it to the list
32  - [ ] 404 page
33  - [x] create a list of all the pages with no tags
34  - [x] change the index link to point to a list of all tags
35  - [x] fix filtering 
36  
37  -----
38  = Backlinks =
39  
40  - [[ops|A complete list of the digital infrastructure I run or utilize]]