Commit Graph
224 Commits
Author SHA1 Message Date
chimchooree 258c81178d added a contact page, linked from diary's twitter box 2020-10-04 21:36:42 -05:00
chimchooree dceefe4b98 think I added share links for facebook and email...probably have to test them 2020-10-04 21:23:42 -05:00
chimchooree dde81160a2 working and decent tweet shares on each article snippet 2020-10-04 21:15:11 -05:00
chimchooree d9b78f4e4d clean doesn't need the path anymore 2020-10-04 21:06:30 -05:00
chimchooree 51b5e2c63c added tweet share to each article (generates an ugly tweet with html code in it) 2020-10-04 21:03:43 -05:00
chimchooree 71e67ed1e6 added rel="nofollow" to links throughout site 2020-10-04 20:38:13 -05:00
chimchooree fc43c6b711 added sitemap 2020-10-04 20:28:08 -05:00
chimchooree 85ab32f50c made a robots.txt, I think 2020-10-04 19:34:48 -05:00
chimchooree 79b1ba35c2 made a secret page with okay css 2020-10-04 19:23:16 -05:00
chimchooree 460e5686e4 added latest headlines with links to diary; simplified text in side boxes 2020-10-04 18:54:11 -05:00
chimchooree faff99603a removed headlines folder for now; random bullets for index headlines 2020-10-04 18:49:02 -05:00
chimchooree e58da4dd1f news on index shows 9 latest headlines as links to their articles 2020-10-04 18:31:22 -05:00
chimchooree 376c924c2c only fill out number links to left if there are enough articles; less test articles 2020-10-04 11:19:53 -05:00
chimchooree 896c466021 cluster variable is stored in index.py 2020-10-04 11:04:42 -05:00
chimchooree 315e4103f6 wrong numbers fill out left side when page is high 2020-10-04 10:51:24 -05:00
chimchooree 4c3a9a2b52 nav length never dips below 7 (+ cluster of 3 on both sides of current page) when page number is low 2020-10-04 10:27:04 -05:00
chimchooree b432b674fe commented python diary nav code 2020-10-04 10:21:49 -05:00
chimchooree d1cc68c50d filling out right end of nav uses proper numbers; lots of test articles 2020-10-04 10:10:42 -05:00
chimchooree 4b0957f165 max pages reflects the max number of pages with diary entries on them; diary nav only goes up to max pages 2020-10-04 10:01:32 -05:00
chimchooree d3f23965f3 added new article for 10 articles so it's never divisible by 3 or 4; pagination showing the proper number of the correct articles per page 2020-10-03 23:14:21 -05:00
chimchooree 7bb825de1f diary nav links use absolute paths; gave main pages unique titles 2020-10-03 13:50:30 -05:00
chimchooree 25d6a9093a css is absolute path, so diary subpages use css; diary nav links to right pages 2020-10-03 13:31:46 -05:00
chimchooree 47162de3d3 same for link to last page 2020-10-02 01:11:18 -05:00
chimchooree 76c43e9a88 first link appears when it's out of -3,+3 range of current page 2020-10-02 01:00:53 -05:00
chimchooree cbaf5fd116 anything over max pages is considered max for diary nav 2020-10-01 23:16:02 -05:00
chimchooree 013ad596f4 added code to prevent diary nav from dipping under 0 and soaring over the total 2020-10-01 19:13:03 -05:00
chimchooree 3a08c07f92 diary nav numbers are links; current page is not a link but bolded 2020-10-01 19:05:07 -05:00
chimchooree 04f23c4e29 diary nav shows 3 preceding and 3 suceding numbers 2020-10-01 18:37:38 -05:00
chimchooree b77700f2df added diary navigation to the diary template; moved diary directory on top of directory row 2020-10-01 17:51:46 -05:00
chimchooree 9a25c1a95e snippet titles are also article links 2020-10-01 17:42:18 -05:00
chimchooree 8f5ca3f916 removed unused snippet template 2020-10-01 17:41:00 -05:00
chimchooree 018b4ede0e added more articles so I can test pagination 2020-10-01 17:33:43 -05:00
Mimi Momo f751f1a7dd Merge branch 'last-working' 2020-10-01 15:06:32 -05:00
Mimi Momo 6dbdfec10d article snippets are shown in reverse order 2020-10-01 15:01:34 -05:00
Mimi Momo c24b384af1 date in snippet is cleaned of linebreaks 2020-10-01 14:44:33 -05:00
Mimi Momo ff89e15dd2 removed headers from snippet content 2020-10-01 14:11:03 -05:00
Mimi Momo cf34bb366d removed J span for an article 2020-10-01 13:35:38 -05:00
Mimi Momo a24e8e8426 remove html links from snippets; if <ul> is greater than </ul>'s count, add </ul> to snippet content 2020-10-01 13:28:10 -05:00
Mimi Momo 768a5da121 article-to-html script working with new file hierarchy (combined feature + weekly) 2020-10-01 09:29:47 -05:00
Mimi Momo 21c556465a added comments so I know what to do next 2020-09-30 22:33:50 -05:00
Mimi Momo 9a32133761 features and weeklies are in same entries folder; php -> html files 2020-09-30 22:32:08 -05:00
Mimi Momo d967b6d354 removed meaningless align-items: bottom from css sheets 2020-09-30 21:34:14 -05:00
Mimi Momo eb24ab0b0a removed bg image from index html; css displays bg as bg of the div 2020-09-30 21:20:39 -05:00
Mimi Momo fc71b4ea39 added alt text to BG and Twitter img; added src to BG (so BG is not a background, oops) 2020-09-30 21:16:49 -05:00
Mimi Momo 84d0050bf5 presskit's footer appears after body 2020-09-30 21:07:33 -05:00
Mimi Momo 90b9e5d391 game's footer appears after the body 2020-09-30 21:05:29 -05:00
Mimi Momo 5df2a0fec2 removed html tags from more elements; added semi-colon to copyright character 2020-09-30 21:00:40 -05:00
Mimi Momo 3ac67cdaf1 simplified footer (no 3 sets of footer tags) 2020-09-30 20:54:47 -05:00
Mimi Momo 76ab1f3a17 removed html tag from bodies of pages 2020-09-30 20:42:53 -05:00
Mimi Momo 9eae40a8e4 fixed html lang tag typo 2020-09-30 20:38:31 -05:00