Commit Graph

364 Commits (42abf4853054ac74dd11ce8a451f528befcb8e41)

Author SHA1 Message Date
Ethan Dalool 234c4431c7 Add lying_git_history.md. 2020-03-29 22:48:38 -07:00
Ethan Dalool de54130987 Add tag meta. 2020-03-29 22:48:20 -07:00
Ethan Dalool 90e5af3912 Fix typo "bunch scripts" -> "bunch of scripts". 2020-03-29 22:45:40 -07:00
Ethan Dalool 7b46f84684 Add motivations_for_writing.md. 2020-03-28 19:48:28 -07:00
Ethan Dalool 78b53d65a6 Reduce the left and right padding of blockquotes.
40px is too extreme and results in super narrow real estates
very quickly.
2020-03-27 23:46:10 -07:00
Ethan Dalool 978a507d1e Recently edited only show articles which have been edited. 2020-03-27 23:33:44 -07:00
Ethan Dalool 596ba3b9d4 Add <title> to writing index and tag listings. 2020-03-27 23:30:01 -07:00
Ethan Dalool bc2ab74050 Fix link to new css location. 2020-03-27 23:26:22 -07:00
Ethan Dalool c9ec853d89 Add cyborgs_on_hn.md. 2020-03-27 23:24:21 -07:00
Ethan Dalool 093611e527 In the vmarkdown server, list directories before files. 2020-03-27 23:23:49 -07:00
Ethan Dalool bbe78bc5af Move the css file to the main writing folder.
With the folders acting as article categories, and I don't forsee
having that many different css files, I got tired of having to
go into the folder just to get the 1 css file.
2020-03-27 19:36:13 -07:00
Ethan Dalool 4cbe24584f Add argument_packing.md
I wrote this a few months ago so hopefully it's actually good.
2020-03-27 19:11:40 -07:00
Ethan Dalool 2d717ceeb2 Fix table of contents lines not having text of formatted headers.
If the header was called "Hello *world*" then the toc would only
say Hello because the toc generator wasn't getting the text of child
elements. This fixes that at the expense of having to cut the paragraph
sign back off.
2020-03-27 19:11:02 -07:00
Ethan Dalool ccd9d88ed2 Greatly reduce top and bottom margins. 2020-03-26 18:03:51 -07:00
Ethan Dalool 0cb64d0ca3 Replace html padding with body margin, reduce min width.
This looks better on my phone which was starting off in a slightly
zoomed in state.
2020-03-25 23:29:25 -07:00
Ethan Dalool 994c3b650c Set the box-model to border-box. 2020-03-25 23:19:37 -07:00
Ethan Dalool 82d110ccd9 Link to Friction. 2020-03-25 16:58:08 -07:00
Ethan Dalool d32de8d127 Add friction.md. 2020-03-25 16:52:47 -07:00
Ethan Dalool da093bb440 Set color on html instead of *.
Not sure why I didn't do this along with the other font change.
2020-03-25 14:54:17 -07:00
Ethan Dalool 7eb5ebe96c Add quotes about fools speaking. 2020-03-25 14:47:23 -07:00
Ethan Dalool 629b64a0f0 Remove the short hash from the commit chain <li>s. No one cares.
Not even me!
2020-03-25 14:38:08 -07:00
Ethan Dalool b29d61f7e8 Replace "his" -> "David's". 2020-03-25 14:36:26 -07:00
Ethan Dalool 8950928a57 Add are_children_better_at_languages.md. 2020-03-23 17:02:50 -07:00
Ethan Dalool 89d52981aa Add counter_counter_thoughts.md. 2020-03-23 16:49:38 -07:00
Ethan Dalool d45ca1ef38 Add auto-incrementing [footnote_link] and [footnote_text]. 2020-03-23 16:47:04 -07:00
Ethan Dalool 8ad213e924 Fix relative links. 2020-03-23 13:30:15 -07:00
Ethan Dalool 1f8aca018c Move the tag linking code to helper function. 2020-03-23 13:27:56 -07:00
Ethan Dalool 3b26548a06 Rename variable repo -> repo_path. 2020-03-23 13:26:58 -07:00
Ethan Dalool ec250efd2d Adjust Article repr so it's easier to look at while debugging. 2020-03-23 13:25:27 -07:00
Ethan Dalool c323511eee Add unfriendly.md. 2020-03-23 13:07:46 -07:00
Ethan Dalool 328ac839bc Add friendly.md. 2020-03-23 13:06:37 -07:00
Ethan Dalool f1e6791364 Support superscript in markdown. 2020-03-23 13:02:57 -07:00
Ethan Dalool 181f11689a Give the table of contents a border. 2020-03-23 13:01:37 -07:00
Ethan Dalool 137212c8de Set font on html instead of *. 2020-03-23 13:01:20 -07:00
Ethan Dalool d2d6905cd4 Also list articles in order of recently edited. 2020-03-23 13:00:55 -07:00
Ethan Dalool 66e6301c32 Sort articles on tag pages by publication date. 2020-03-23 13:00:41 -07:00
Ethan Dalool 30672d0405 Draw the commit chain at the end of the article. 2020-03-23 12:59:50 -07:00
Ethan Dalool 601ece3b50 Alphabetize imports. 2020-03-23 12:57:19 -07:00
Ethan Dalool 4abb1bf36f Add the edited date as well as published date. 2020-03-23 12:56:55 -07:00
Ethan Dalool b14a06c1eb Format some long lines. 2020-03-19 12:22:00 -07:00
Ethan Dalool e0974f87ac Add link to gitub history to the bottom of each article. 2020-03-19 12:01:00 -07:00
Ethan Dalool 93b6cb9f75 Don't crash on self.title if no soup.head.title. 2020-03-19 11:59:57 -07:00
Ethan Dalool 13d5534dc0 Remove dumb template arg, do it on caller's end, pass in text not path. 2020-03-19 11:59:28 -07:00
Ethan Dalool f0ead1ff86 Possessive it's -> its. 2020-03-15 15:12:03 -07:00
Ethan Dalool 8efe85d45f Clarify ifmain with better, simpler, A.py B.py examples. 2020-03-15 14:58:36 -07:00
Ethan Dalool d900a927e3 Add if __name__ == __main__ tutorial. 2020-03-15 01:55:31 -07:00
Ethan Dalool b6a9149499 Fix leading spaces on <pre> code inside lists, hopefully. 2020-03-15 01:55:31 -07:00
Ethan Dalool a2de98f412 Let Python's builtin functions be monokai blue. 2020-03-15 01:51:33 -07:00
Ethan Dalool f0ca7f7382 Don't add toc if there are no headers besides title. 2020-03-14 22:54:41 -07:00
Ethan Dalool 546b2f0424 Add a border-left to blockquotes. 2020-03-14 22:54:22 -07:00