Commit Graph

147 Commits (105162c1dd3b3e8e990ab5ca9c1e478123d84191)

Author SHA1 Message Date
chimchooree 9a18189000 comment
chimchooree 0effb0c13a feature recommend python ends
chimchooree 7945b82210 added space for header, dates, and articles to dir space under articles
chimchooree 7be0d5fef7 article uses article css
chimchooree a08d9c6e29 article renders in article css; the article text is squished to the left and begins in the nav row
chimchooree a69c3215d7 entries are in diary directory and still render
chimchooree ace0c10f3c entires renders in web page, but it's just a copy of contact for now; moved entires to root
chimchooree bd7742c51e tried rebasing entry but entries still 404; tired
chimchooree 155f866cf8 diary entries are template files; entries are in diary/entries and links are fixed
chimchooree 258c81178d added a contact page, linked from diary's twitter box
chimchooree dde81160a2 working and decent tweet shares on each article snippet
chimchooree d9b78f4e4d clean doesn't need the path anymore
chimchooree 51b5e2c63c added tweet share to each article (generates an ugly tweet with html code in it)
chimchooree fc43c6b711 added sitemap
chimchooree 79b1ba35c2 made a secret page with okay css
chimchooree faff99603a removed headlines folder for now; random bullets for index headlines
chimchooree e58da4dd1f news on index shows 9 latest headlines as links to their articles
chimchooree 376c924c2c only fill out number links to left if there are enough articles; less test articles
chimchooree 896c466021 cluster variable is stored in index.py
chimchooree 7bb825de1f diary nav links use absolute paths; gave main pages unique titles
chimchooree 04f23c4e29 diary nav shows 3 preceding and 3 suceding numbers
chimchooree b77700f2df added diary navigation to the diary template; moved diary directory on top of directory row
chimchooree 018b4ede0e added more articles so I can test pagination
Mimi Momo 6dbdfec10d article snippets are shown in reverse order
Mimi Momo c24b384af1 date in snippet is cleaned of linebreaks
Mimi Momo ff89e15dd2 removed headers from snippet content
Mimi Momo a24e8e8426 remove html links from snippets; if <ul> is greater than </ul>'s count, add </ul> to snippet content
Mimi Momo 21c556465a added comments so I know what to do next
Mimi Momo 7b6a095fbf all routes have a css field for info dictionary so their pages display css
Mimi Momo 72b760dc17 index page uses css and images; css and img are stored in static dir
Mimi Momo 6f7c00d158 snippets are cleaned of <br>s, snipped to given length; need to remove more tags, figure out why tags do nothing for everything but content
Mimi Momo 3ea1b5ba20 snippet content is cut at max length, last word
Mimi Momo d0304a5b57 article footer file is named 'tail;' snippet shows title, full text, and link
Mimi Momo 92c7389e5c diary uses title from entry for snippets
Mimi Momo 47d60026f0 added diary entries; hard-coded most of snippet generation; gather all files in feature - reverse sort - make snippet with "title", "words" "11/22/33", "social" and "link" for each files gathered
Mimi Momo e10568d7c6 outline what functions are needed for diary
Mimi Momo fa9d59bf5a variables are filled using python methods
Mimi Momo 08f187c300 add variables for snippet and latest
Mimi Momo e917c6d958 added skeleton of diary page
Mimi Momo c8cc58ad5b added presskit
Mimi Momo c0272684d1 removed unused files; footer template uses footer tags; closed html in frame; game page uses template and variables
Mimi Momo 36702a2c2e index's footer's copyright date is taken from python's datetime
Mimi Momo 5df3535428 parameters are moved to dictionary in the index python script
Mimi Momo ed9c90722b index uses template
Mimi Momo 6f841349ae removed hello world; probably broken, trying to add navigation segment for index
Mimi Momo 0373da162b pulled in images + style sheets from PHP version; index, game, and presskit pages display original HTML with subtle use of variables
Mimi Momo 2fe51568e5 hello world; requirements.txt; gitignore